* {
	margin: 0;
	padding: 0;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	color: #4b261d;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #555;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 10px 0;
}


a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d44027;
	}
a:hover {
	color: #e18374;
	}


ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	}

.hidden {
	display: none;
	}
.clear {
	clear: both;
	}
.fltlft {
	float: left;
	}
.fltrt {
	float: right;
	}
img.fltrt {
	margin: 10px;
	}
img.fltlft {
	margin: 10px 10px 10px 0;
	}

img {
	border: 0;
	}


body {
	text-align: center;
	background: url(../images/studiodd_mainbg.gif) repeat-x top left #333332;
	}
	
#container {
	text-align: left;
	margin: 0 auto;
	width: 840px;
	background: url(../images/containerbg.png) repeat-y top;
	}
	
#top {
	width: 800px;
	margin: 0 auto;
	}
#top #self-promotion {
	position: absolute;
	display: block;
	background: none;
	font-weight: bold;
	margin: -10px 0 0 600px;
	}
#top #self-promotion p {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFC20E;
	}
#top #self-promotion a {
	display: inline-block;
	position: relative;
	top: 10px;
	width: 100px;
	height: 31px;
	background: url('../images/small_yellowberri.png') no-repeat top;
	font-size: 18px;
 	}
	
#header {
	width: 800px;
	height: 300px;
	background: #555;
	}
#header h1 {
	width: 800px;
	height: 300px;
	background: url(../images/studiodd_header1.jpg) no-repeat top left;
	display: block;
	}
	
#mainArea {
	margin: 0 auto;
	width: 800px;
	background: #000;
	}
	
#sidebar {
	width: 220px;
	background: #000;
	float: left;
	padding: 30px 0 0 0;
	}
#mainNav {
	width: 200px;
	height: 300px;
	background: #000;
	padding: 0 0 0 20px;
	}
#mainNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 36px 0 0;
	font-style: italic;
	}
#mainNav a:hover {
	background: url(../images/mainnav_star.png) no-repeat right;
}
#mainNav li {
	margin: 0 0 40px 0;
	}

#mainContent {
	background: #fff;
	margin: 0 0 0 220px;
	padding: 20px;
	min-height: 400px;
	}
#mainContent .home_h2 {
	background: url(../images/home_h2.png) no-repeat;
	display: block;
	width: 444px;
	height: 42px;
	}
#mainContent .contact_h2 {
	background: url(../images/contact_h2.png) no-repeat;
	display: block;
	width: 234px;
	height: 42px;
}
#mainContent .photos_h2 {
	background: url(../images/photos_h2.png) no-repeat;
	display: block;
	width: 322px;
	height: 42px;
}
#mainContent .studio_h2 {
	background: url(../images/studio_h2.png) no-repeat;
	display: block;
	width: 241px;
	height: 42px;
}
#mainContent .links_h2 {
	background: url(../images/links_h2.png) no-repeat;
	display: block;
	width: 136px;
	height: 42px;
}


#mainContent.photos ul {
	width: 440px;
	margin: 0 auto;
	}
#mainContent.photos li{
	float: left;
	margin: 10px;
	}

#mainContent.links a {
	font-size: 16px;
	font-weight: bold;
	}
#mainContent.links li {
	display: block;
	margin: 30px 0;
}

#vuvox {
	margin: 50px 0;
	width: 540px;
	border: 2px solid #4b261d;
	}

#footer {
	background: url(../images/studiodd_footerbg.gif) no-repeat top left #0b9b48;
	height: 40px;
	padding: 0 20px;
	width: 760px;
	margin: 0 auto;
	}
#footer ul {
	float: left;
	margin: 10px 0 0 0;
	}
#footer li {
	float: left;
	padding: 0 3px;
	color: #555;
	font-weight: bold;
}
#footer a {
	color: #000;
	}
#footer a:hover {
	color: #4b261d;
	}
	
	
#footer .copyright {
	margin: 16px 60px 0 0;
	float: right;
	color: #87be9e;
	}