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

/*-----IE 6 PNG fix-----*/
* { behavior: url(../iepngfix.htc); }

/*-------Global Properties----------*/
body {
	background-color:#f0f3d8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* MAIN LAYOUT STUFF */

#wrapper {
	position:relative;
	width:700px;
	margin:0 auto 0 auto;
	text-align:left;
	background: #f0f3d8;
	}
	
#masthead {
	position:relative;
	width:700px;
	height:100px;
	margin:0 auto 0 auto;
	background:url(../images/header/header_bg.gif) no-repeat;
	}
	
#main{
	position:relative;
	width:700px;
	height: 342px;
	margin:0 auto 0 auto;
	background: #f0f3d8;
}

#nav_line{
	position:relative;
	width:700px;
	height: 24px;
	margin:0 auto 0 auto;
	background: #f0f3d8;
	background:url(../images/shared/nav_line_bg.gif) no-repeat center;
}

#navigation{
	position:relative;
	width:700px;
	height:115px;
	margin:0 auto 0 auto;
	background: #f0f3d8;
}
#navigation ul{
list-style-type:none;
margin-left:-5px;

}

/* Logo */

#logo{
	position:relative;
	top: 0px;
	left:462px;
	width: 238px;
	height: 100px;
}

/*-----Footer-----*/
#footer {
	position:relative;
	width:700px;
	height:59px;
	margin:0 auto 0 auto;
	/*background:url(../images/shared/open_daily.gif) center no-repeat;*/
}

#footer_index {
	position:relative;
	width:700px;
	height:86px;
	margin:0 auto 0 auto;
	/*background:url(../images/shared/open_daily.gif) center no-repeat;*/
}

#copyright {
	text-align:center;
	width:700px;
	height:26px;
	margin:0 auto 0 auto;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	padding-top:10px;
	line-height:18px;
}
	

	
/*---------------- Top Nav ----------------*/

#top_nav{
	position:relative;
	width:700px;
	height: 32px;
	margin:0 auto 0 auto;
	background: #f0f3d8;
}