﻿/* CSS layout */
#masthead {
	width: 750px;

}
#top_nav {
	width: 750px;
	height: 26px;
	padding-top: 5px;
	text-align: right;
	background-image: url('sleepysun/img/nav_bar.jpg');
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	background-repeat: no-repeat;
}

#content_top {
	width: 750px;
	height: 77px;
	background-image: url('sleepysun/img/content_top.gif');
}

#page_content {
	width: 750px;
	background-image: url('sleepysun/img/content_bg.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B6B6B6;
}

#content_bottom {
	width: 750px;
	height: 70px;
	background-image: url('sleepysun/img/content_bottom.gif');
	background-repeat: no-repeat;
}

#footer {
	width: 750px;
	height:35px;
	background-image: url('sleepysun/img/bottom_nav.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B6B6B6;
}
#footer2{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B7072;
}
