@charset "utf-8";

*
{
	margin:0;
	padding:0;
}

/** General Style Info **/
body
{
	background-image:url(../img/project.body.png);
	background-repeat:repeat-x;
	font-family:sans-serif;
}

img { border: none; }

ul { list-style:none; }

a{ text-decoration:none;}
a:hover{ text-decoration:underline;}

.border
{
	-moz-border-radius:5px;  
	border-radius:0.5em;
	border:none;
}

.left{float:left;}
.right{float:right;}

.clear{ clear:both; }

	#container{ width:940px; margin:0 auto;}	
	
		#header{ margin-top:50px; margin-bottom:30px;}	
		
			#header #menu{ height:48px; margin-top:10px; background-image:url(../img/project.bgmenu.png); background-repeat:repeat-x;}	
		
				#header #menu ul{ padding-left:20px;}
					#header #menu li{ float:left; line-height:45px; margin-left:30px;}
						#header #menu li a{ color:#FFF; font-weight:bold; font-size:13px;}
		
		#content{ padding:40px;}	
		
			#content #detalhes{ width:350px;}	
				#content #detalhes h1{ color:#FF9933; font-size:24px; font-weight:normal; font-family:Geneva, sans-serif; text-align:justify; margin-top:40px;}	
				#content #detalhes p{ text-align:justify; line-height:24px; margin-top:15px; margin-bottom:15px; color:#999;}	
				#content #detalhes #tag
				{
					height:80px;
					color:#FF3399;
					font-size:40px;
					font-weight:bold;
					text-align:center;
					line-height:80px;
					background-color:#EBEBEB;
					margin-top:20px;			
				}
					#content #detalhes #tag a
					{
						color:#FF3399;
						font-size:40px;
						font-weight:bold;
						background-color:#EBEBEB;
					}
		
		#footer{}
		
		
		