@charset "utf-8";
/* CSS Document */

img{
border: none;
}

div, p, ul, h2, h3, h4, h5, img{
padding:0px; 
margin:0px;
}

body{
background-color:#151515;
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#container{
width:780px;
}

#header{
position:relative;
width:780px;
height:301px;
}

#logo_behind{
position:absolute;
top:0px;
left:0px;
width:357px;
height:127px;
z-index:1;
}

#logo{
position:absolute;
top:-10px;
left:0px;
width:357px;
height:127px;
padding:30px;
text-align:left;
color:#FFFFFF;
font-size:32px;
z-index:2;
}

#slogan{

color:#333333;
font-size:18px;
font-weight:500;
}

#small{

color:#333333;
font-size:12px;
font-weight:500;
}

#nav{
    position:absolute;
	top:127px;
	left:0px;
    width:242px;
    height:172px;
    background-color:#0d0d0d;
	text-align:left;
	padding-left:30px;
	padding-top:10px;
    z-index:4;
}
#nav li {
	list-style:none;
	padding:10px;
}

#nav li a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#nav li a:hover {

	height:45px;
	width:120px;
	background-color:#a4e100;
	
}

#contents_container{
position:relative;
background-image:url(images/patern.jpg);
width:780px;
z-index:5;
}

#contents{
width:740px;
padding-left:30px;
text-align:left;
padding-top:30px;
color:#a7a7a7;
}


#contents h1{
color:#a4e100;
}

#contents h2{
background-image:url(images/titles.jpg);
background-repeat:no-repeat;
color:#a7a7a7;
font-weight:500;
display:block;
padding-left:60px;
height:40px;
padding-top:5px;
}

#contents h4{
color:#a4e100;
font-weight:500;
}

#footer{
background-color:#a4e100;
color:#000;
height:30px;
padding:30px;
text-align:right;
font-size:14px;
}

a.footer{
color:#333;
text-decoration:underline;
}

#thumb{
width:166px;
height:88px;
border:#a7a7a7 solid 4px;
}