/*----------------------------------------
	CSS Style for Yelth.com
	by: Cecilia Engdahl, Adrenaline-Graphics.se
----------------------------------------*/	

body
{
margin:0;
background: #000000;

}
/*************************************************
	Font Styles
**************************************************/

p,td
{


	font-family: Arial;
	font-size:12px;
	line-height:16px;
	color:#ffffff;
	padding:0px;
}

/*************************************************
	Page Skeleton
**************************************************/
#sitewrap
{
	width:955px;
	height:640px;
	background:#a1a1a1;
	border: solid 3px #464646;
	margin:0 auto;
	padding:0;
}
.header
{
	width:955px;
	height:100px;
	background:#aaaaaa;
}
.logo
{
	width:310px;
	height:54px;
	background:transparent url(images/yelth.jpg) no-repeat;
	border-bottom: dotted 2px #181818;
	float:left;
	margin-left:30px;
	margin-top:20px;
}
.content
{
	width:955px;
	height:440px;
	background:#181818;
	border-bottom: dashed 1px #c2c2c2;
	border-top: dashed 1px #c2c2c2;
	margin:0px;
	padding:0px;
}

.footer
{	
	width:955px;
	height:100px;

}
.main
{
	width:600px;
	line-height:20px;
	padding-left:100px;
	padding-top:30px;

}
#flashcontent
{

	height:420px;
	width:955px;

}
/*************************************************
	Menu
**************************************************/
.menu
{
	float:right;
	margin-top:75px;

}
.menu ul
{
	
	background:#c2c2c2;
	list-style-type:none;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-left:0px;
	padding:0px;
}
.menu li
{
	display:inline;
	

}
.menu li a
{
	display:block;
	float:left;
	height:20px;
	width:60px;
	padding:0px 15px;
	margin-left: 5px;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;	
	background:#c2c2c2;
	text-decoration:none;
	text-align:center;
}
.menu li a:hover
{
	background:#636363;
	border-bottom: solid 2px #fefefe;
	color:#fefefe;

}