@charset "utf-8";
/* CSS Document */

html { 
  padding:0;
  margin:0;
  background-image:url(../img/background_body.jpg);
  background-repeat:no-repeat;
  background-position:center top;
  background-color:#000;
}

body {
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	line-height:17px;
	}

#container {
	background-color:#F00;
	width:800px;
	margin:0;
	}
	
.navi {
	margin:-5px 0;
	}
	
#navi_left {
	float:left;
	width:400px;
	height:41px;
	background-image:url(../img/bg_navi_left.jpg);
		}	
	
#navi_right {
	float:left;
	width:370px;
	height:31px;
	background-image:url(../img/bg_navi_right.jpg);
	color:#CCC;
	padding:10px 30px 0 0;
	text-align:right;
	font-weight:normal;
	}	
	
#links {
	float:right;
	width:300px;
	text-align:right;
	font-size:13px;
		}
	
#links a {
	color:#CCC;
	text-decoration:none;
	font-weight:normal;
	}
#links a:hover, a:visited {
	color:#CCC;
	text-decoration:underline;
	font-weight:normal;
	}	


#content_left {
	height:100%;
	width:334px;
	margin:0;
	padding:27px 30px 25px 36px;
	float:left;
	text-align:left;
	}
	
#content_right {
	height:100%;
	width:320px;
	margin:0;
	padding:35px 40px 30px 40px;
	float:left;
	text-align:left;
	}
	
h1 {
	font-size:13px;
	font-weight:bold;
	color:#900;
	margin-bottom:5px;
	}
	
a, a:visited {
	font-weight:bold;
	color:#900;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
#bottom {
	text-align:center;
	background-image:url(../img/bg_bottom.gif);
	background-position:center;
	padding:10px 0;
	float:auto;
	}	
	

