body{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#topBG{
	width: 800px; 
	height: 206px; 
	background: url('images/astonishing_home_top_bg.gif') no-repeat center top;
}

.topBGSub{
	width: 800px; 
	height: 150px; 
	background-color: #a53a34;
}
.services{background: url('images/astonishing_services_top_bg.png') repeat-x center top;}
.bio{background: url('images/astonishing_bio_top_bg.png') repeat-x center top;}
.watch{background: url('images/astonishing_watch_top_bg.png') repeat-x center top;}
.blog{background: url('images/astonishing_blog_top_bg.png') repeat-x center top;}
.contact{background: url('images/astonishing_contact_top_bg.png') repeat-x center top;}

#navcontainer{
	margin-bottom: 1em;
	overflow: hidden;
	margin-left: 35px;
}

#navlist{
	font-size:12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#navlist li{
	border-left: 2px solid #eee5cb;
	list-style-type: none;
	float: left;
	height: 25px;
	padding: 13px 0.5em;
	margin: 0 0.5em 0 -.5em;
}

html/**/>body #navlist li{
	border-left: 2px solid #eee5cb;
	list-style-type: none;
	float: left;
	height: 25px;
	padding: 13px 0.5em 0 0.5em;
	margin: 0 0.5em 0 -.5em;
}

#navlist li.contactLink{
	border-left: 2px solid #eee5cb;
	list-style-type: none;
	float: left;
	height: 25px;
	padding: 13px 0.5em 6px 0.5em;
	margin: 0 0.5em 0 -.5em;
}

html/**/>body #navlist li.contactLink{
	border-left: 2px solid #eee5cb;
	list-style-type: none;
	float: left;
	height: 20px;
	padding: 13px 0.5em 0 0.5em;
	margin: 0 0.5em 0 -.5em;
}

#navlist li.firstLink{
	border-left: 0;
}

#sideImages{
	position: absolute; top: 100; left: 28; 
	width: 134px; 
	height: 344px;
}

#sideImages img {
	padding-bottom: 3px;
}

#dotfordot {
	margin: 0;
}

html/**/>body #dotfordot {
	margin-top: 14px;
}

/*
=========================
Anchor Tags
=========================
*/

a {
	color: e4c672;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}

a:hover {
	font-weight: bold;
	color: #EEE5CB;
}


#main{
	padding-left: 180px;
	width: 800px;
	height: 355px; 
	background: #e4c672 url('images/astonishing_home_body_bg.gif') no-repeat; 
	background-position: bottom right; 
	text-align: left;
}

#mainSub{
	width: 600px;
	margin: 20px 100px;
	background: #eee5cb; 
	text-align: left;
}

#main p{
	line-height: 1.5em;
}

#mainSub p{
	line-height: 1.5em;
}

/**FIREFOX ONLY HACK**/
html/**/>body #main{width: 620px; height: 343px;}

#container{width:100%; background-color: #e4c672;}

#containerSub{width:100%; background-color: #eee5cb;}

#content{
	width: 800px; 
	position: relative;
}

#main ul {
	font-weight: bold;
	color: #a53a34;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

#footer{
	width: 800px;
	border-top: 4px solid #734e1a;
	background-color: #a53a34;
	font-weight: bold;
	color: #EEE5CB;
	margin: 0;
	padding: 10px 0;
}