/* CSS Document */

DIV{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0px;
	padding:0px;
	}

html{
	border-left:none;
	border-right:none;
	cursor:default;
	width:100%;
	}

body{
	margin-top:0px;
	margin-bottom:0px;
	font:12px arial;
	/*color:#FDFD8B;*/
	/*width:970px;*/
	padding:0px;
	border:0px;
	/*margin-left:auto;
	margin-right:auto;*/
	text-align:center;
	background-color:#000000;
	background-image:url(../images/edge_1.jpg);
	background-position:center;
	background-repeat:repeat-y;
	color:#000000;
	
	}

#spacer{
	height:0px;
	line-height:0px;
	clear:both;
	}

#main{
	width:960px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	}
	
	#header{
		width:960px;
		margin-left:auto;
		margin-right:auto;
		height:150px;
		position:relative;
		background-image:url(../images/title_4.jpg);
		}
	
		#header_title{
			width:720px;
			height:70px;
			position:absolute;
			left:50%;
			margin-left:-360px;
			}
		
		#header_logo_left{
			width:110px;
			height:98px;
			float:left;
			}

		#header_logo_right{
			width:110px;
			height:98px;
			float:right;
			}
	
	#top_menu{
		width:680px;
		height:25px;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		top:125px;
		z-index:30;
		color:#FDFD8B;
		font-size:16px;
		font-weight:bold;
		}
	
	#info_bar{
		width:100%;
		height:35px;
		margin-bottom:10px;
		}
	
	#side_menu{
		width:200px;
		height:250px;
		float:left;
		border:1px solid #000000;
		}
	
	#contents_container{
		margin-top:35px;
		width:960px;
		margin-left:auto;
		margin-right:auto;
		}
	
	#footer{
		width:850px;
		height:60px;
		padding-top:10px;
		border-top:1px solid #CCCCCC;
		margin-top:10px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
		text-align:center;
		font:12px arial;
		color:#999999;
		}
	
	#links{
		width:100%;
		background-color:#CCCCCC;
		}
		