/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color:#6f6f6f;
}
body {
	margin-bottom:40px;	
}
img {
	border:none;
}
a {
	
}
a:hover {
	
}
p {
	font-size:10px;
}
h1 {
	font-size:13px;
	margin:10px 10px 0 10px;
}
#main {
	position:relative;
	top:30px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	border:1px solid #cccccc;
	background-repeat:no-repeat;		
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	height:250px;
	background-image:url(../images/header.jpg);	
	background-repeat:no-repeat;
	background-position:0px 0px;				
}
#header h1 {
	position:absolute;
	width:100%;
	top:160px;
	color:#04026d;
	text-align:center;
	font-size:35px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}
#nav {
	position:absolute;
	top:215px;
	width:960px;
	height:50px;
	z-index:100;
	background-image:url(../images/nav_grad.jpg);
	background-repeat:repeat-x;
}
#nav #navmenu #home_li {
	position:relative;
	left:30px;
}
#nav #navmenu #menu_li {
	position:relative;
	left:90px;
}
#nav #navmenu #daily_li {
	position:relative;
	left:170px;
}
#nav #navmenu #location_li {
	position:relative;
	left:240px;
}
#nav #navmenu #contact_li {
	position:relative;
	left:290px;
}
#content {
	position:absolute;
	top:264px;
	width:960px;
	background-image:url(../images/bottom_grad.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;	
}
#footer #ie_hack {
	position:absolute;
	width:952px;
	top:22px;
	left:4px;
	height:6px;
	border-bottom:1px solid #cccccc;
	background-color:#eeeeee;
}
#footer {
	position:absolute;
	bottom:0px;
	width:960px;
	height:25px;
	line-height:30px;
	text-align:center;
	font-size:10px;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	padding-bottom:10px;	
}
#footer span span {
	position:relative;
	top:1px;
}
#footer a {
	text-decoration:none;	
}
#footer a:hover {
	
}
#footer .pipe {
	
	margin:0 2px;
	font-size:9px;
}
