
body{
	background:#ccc url('../img/body_bg.png') repeat-x;
	font: 70%/1.6em Verdana,'Lucida Sans',sans-serif;
	margin:0;
	color:#333;
}
#wrap{
	margin:0 auto;
	width:760px;
	height:500px;
}

a:link,a:visited,a:active{
	color:#900;
}
a:hover{
	color:#600;
	border-color:#600;
	background-color: #ccc;
}

#head{
	background: url('../img/top.png') no-repeat;
	height:130px;
}
#head h1.title{
	margin: 0px;
	padding: 25px 0px 0px 30px;
	font-variant:small-caps;
	font-size: 20px;
	color:#fff;
}

#head ul.navbar{
	margin:0;
	padding: 0 0 0 30px;
}
#head ul.navbar li{
	float:left;
	list-style-type:square;
}
#head ul.navbar li a{
	display:block;
	padding: 18px 0 0 0;
	margin: 0 30px 0 0;
	font-weight:bold;
	text-transform:uppercase;
}
#head #title_box{
	display:block;
	position:relative;
	top: 140px;
	left: 200px;
	width:100px;
	border:#c00 1px solid;
}

.rightMenu{
	line-height: 14px;
	font-size: 12px;
	font-family: arial;
	position:relative;
	top: -14px;
	left: 6px;
}

#main{
	background: url('../img/main_bg.png') center repeat-y;
	margin:0 auto;
	width:760px;
	padding: 0 0px 0 1px;
	overflow:hidden;
}

#splash{
		background: url('../img/metallicaTitle.jpg') no-repeat;
		padding-top:126px;
		text-align:right;
		margin: 0 8px;
}
#splash h2.subtitle{
	margin:8px 0 0 0;
	padding: 0 5px 0 0;
	font-variant:small-caps;
	letter-spacing:1px;
	font-size:14px;
}

#content{
	margin: 0 10px 10px 10px;
	text-align:justify;
	overflow:hidden;
	background: url('../img/content_sep.png') repeat-y;
	background-position: 510px 0px;
}
#content h2{
	color:#900;
	margin:20px 0 0 0;
	line-height:20px;
	background: url('../img/content_h2.png') top left no-repeat;
	padding: 0px 0 0 15px;

}

h3{
	color:#000;
	margin:0 0 0 0;
	line-height:20px;
	padding: 0px 0 0 -5px;

}

#footer{
	clear:both;
	background: url('../img/bot_bg.png') center no-repeat;
	height: 50px;
	padding: 0 20px 5px 0;
	text-align:right;
	color:#999;
}
#footer p{
	margin:0;
	padding: 20px 0 0 0;
}

#content div.box{
	width:180px;
	margin: 0 5px 20px 15px;
	padding: 5px;
	float:right;
	border: #000 1px dotted;
}

#content div.mainBox{
	width:470px;
	margin: 0px 5px 20px 5px;
	float:left;
	padding: 10px;
	border: #000 1px dotted;
}

#news ul{
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
#news li{
	padding: 2px 0;
}

