body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-color:#666;
}


/*-------------------------------------------------- Div */

#container{
	width:900px;
	margin:0px auto;
	border:1px solid;
	border-color:#000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#f4f4f4;
	background-position:0px 165px;
}

#header{
	width:900px;
	height:165px;
}

#navigation{
	width:900px;
	height:50px;
	text-align:center;
	font-size:14px;
	margin-top:30px;
}

#content_top{
	width:838px;
	height:16px;
	background-image:url(../images/content_bg_up.gif);
	background-repeat:no-repeat;
}

#content_wrap{
	width:838px;
	margin:0px auto;
	background-image:url(../images/content_bg_middle.gif);
	background-repeat:repeat-y;
}

#content{
	width:820px;
	margin:0px auto;
	font-size:14px;
	color:#666;
	padding-left:10px;
}

#content_bottom{
	width:838px;
	height:16px;
	margin:0px auto;
	background-image:url(../images/content_bg_down.gif);
	background-repeat:no-repeat;
}

#footer{
	width:900px;
	height:35px;
	font-size:12px;
	color:#666;
	text-align:center;
	margin-top:30px;
}


/*-------------------------------------------------- Font */

h1{
	font-size:30px;
	font-weight:bold;
	color:#339933;
	background-image:url(../images/underline.gif);
	background-repeat:no-repeat;
	background-position:0px bottom;
}

h2{
	font-size:18px;
	font-weight:bold;
	color:#666;
}

#navigation a{
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
	color:#000;
}

#content a:hover{
	color:#f7921c;
}


#content a{
	padding-right:5px;
	padding-left:5px;
	font-size:10px;
	text-decoration:none;
	color:#000;
}

#navigation a:hover{
	color:#f7921c;
}

#footer a{
	text-decoration:underline;
	color:#666;
}