/* CSS Document */

/*--------------------------------------------
 all
--------------------------------------------*/

html {}

body{
	margin:0;
	padding:0;
	background:#000;
	}
div,p,ul,li,dl,dt,dd,h1,h2,h3,h4{margin:0; padding:0;}
ul,li{list-style:none; margin:0; padding:0;}
img {border:0;}

.ma_t30{
	margin-top:30px;
}

/*--------------------------------------------
 Title
--------------------------------------------*/
h1 {
	margin:0;
	}

h2 {
	font-size: 15px;
    font-weight:bold;
	color:#FFFFFF;
	padding-bottom:8px;
	border-bottom:1px solid #737373;
	margin-bottom:20px;
}

/*--------------------------------------------
 container
--------------------------------------------*/
#container{
	background-image:url(../img/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
	
/*--------------------------------------------
 header
--------------------------------------------*/
#header {
	width:760px;
	height:150px;
	margin:0 auto;
	}

#header_content {
	padding:50px 0 0 0;
}

#navigation {
	margin:20px 0 0 0;
}

#navigation img {
	margin-right:20px;
}
	
/*--------------------------------------------
 content
--------------------------------------------*/
#content {
	width:760px;
	margin:20px auto 20px auto;
}

/*--------------------------------------------
 photo
--------------------------------------------*/	
#photo_box {
	clear:both;
	width:760px;
	height:142px;
	margin-bottom:10px;
}

#photo_box .thumb{
	float:left;
	width:142px;
	height:142px;
	text-align:center;
	background-image:url(../img/photo_bg.gif);
	margin-right:10px;
}

#photo_box .thumb img{
	padding:5px 0 0 0;
}



/*--------------------------------------------
 footer
--------------------------------------------*/
#footer {
	width:760px;
	margin:50px auto 20px auto;
	font-size:11px;
	}

#footer a:link,
#footer a:visited {
	color:#fff;
	text-decoration: none;
}
#footer a:hover {
	color:#c8c8c8;
	text-decoration: underline;
}
#footer a:active {
	color:#fff;
	text-decoration: none;
}


