/* start global styles */

* { 
	margin: 0px;
	padding: 0px;
}

body {
	font-family: arial, sans-serif;
	background: #2f2f2f url(/site_images/rdo_bg.gif) top center repeat;
	color: #e5cca7;
}

h1 {
	font-family: 'arial narrow', sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h2 {
	font-family: 'arial narrow', sans-serif;
	font-size: 16px;
	margin: 13px 0px 3px 0px;
}

h3 {
	font-family: 'arial narrow', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	color:#fff;
	text-align: left;
}

p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 9px;
}

ul {
	margin-left:25px;
	font-size:12px;
}

blockquote {
	margin:0px 0px 0px 20px;
}

.scroller {
	color: #FFFFFF;
	font-family:Helvetica;
	font-size:10px;
	font-weight:bold;
}

td {
	font-size: 12px;
	line-height: 15px;
	padding: 5px;
}

a {
	color: #e5cca7;
}

a.enlarge {
    COLOR: #CD9A5B;
    TEXT-DECORATION: none;
    font-size:8px;
	font-family:Helvetica, Arial, sans-serif;
	margin-left:150px;
}

#player h2 {
    COLOR: #CD9A5B;
    margin-bottom:20px;
}

#container {
	width: 815px;
	overflow:hidden;
	margin: 0px auto;
}

#nav {
	width: 815px;
	height: 117px;
}

#subnav {
	width: 175px;
	height: 20px;
	background: #666;
	text-align: center;
}

#subnav a {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #e5cca8;
	text-transform: uppercase;
	text-decoration: none;
}

#footer {
	clear:both;
	width: 806px;
	height: 50px;
	background: url(/site_images/footer_bg.gif) top left no-repeat;
	text-align: right;
	padding-top: 35px;
}

#footer p {
	font-size: 10px;
	line-height: 14px;
	margin-right: 30px;
}

/* end global styles */


/* start home page styles */

#main_home {
	width: 465px;
	color: #e5cca7;
	text-align: justify;
	margin: 35px 0px 10px 255px;
}

#main_home p {
	font-size: 16px;
	line-height: 19px;
}

/* end home page styles */


/* start interior page styles */

#main {
	width: 760px;
	overflow: visible;
	font-size: 16px;
	line-height: 19px;
	color: #e5cca7;
	margin: 15px 0px 10px 20px;
	text-align: justify;
}

/* end interior page styles */

#staff_list {
	width: 690px;
	font-size: 10px;
	line-height: 11px;
	color: #e5cca7;
	text-align: center;
	margin: 15px 0px 0px 50px;
}

#staff_centered {
	padding-left:60px;
}

#staff_list h2 {
	font-family: 'arial', sans-serif;
	font-size: 13px;
	line-height:13px;
	color:#fff;
	margin: 13px 0px 3px 0px;
}

#staff_list a {
	text-decoration:none;
}

#staff_list a:hover {
	text-decoration:underline;
}

.staff {
	float:left;
	width:105px;
	height:170px;
	margin-right:10px;
}

.staff h2 {
	text-transform: uppercase;
}

.staff img {
	width:100px;
	height:89px;
}

#staff_photo {
	float: left;
	margin: 0px 10px 10px 0px;
}

#staff_content {
	float: left;
	width: 570px;
	font-size: 16px;
	line-height: 19px;
	color: #e5cca7;
	text-align: justify;
}

#staff_content h3 {
	text-transform: none;
}

#staff_content h3 em {
	font-style: normal;
	text-transform: uppercase;
}

/* start dev/portfolio page styles */

#leftnav {
	float: left;
	width: 165px;
	margin-right: 20px;
	margin-bottom:40px;
	text-align: left;
}

#leftnav li {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#leftnav a {
	text-decoration: none;
}

#contact_content {
	float: left;
	width: 450px;
	font-size: 16px;
	line-height: 19px;
	color: #e5cca7;
	text-align: justify;
}

#portfolio_content {
	float: left;
	width: 350px;
	font-size: 16px;
	line-height: 19px;
	color: #e5cca7;
	text-align: justify;
}

#content_container {
	float: right;
	overflow:visible;
	margin-bottom:10px;
	width:572px;
}

#content {
	float: left;
	width: 295px;
	font-size: 16px;
	line-height: 19px;
	color: #e5cca7;
	text-align: justify;
}

#photoleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 60px;
}

#photoright {
	float: right;
	margin-left: 20px;
	margin-bottom: 40px;
	text-align:center;
}

#main_image_thumb {
	width: 200px;
	height: 200px;
	overflow:hidden;
	text-align:center;
}

#mouse_text {
	width:572px;
	margin-top:10px;
	font-size:10px;
	color:#fff;
}

#back_text {
	width:572px;
	margin-top:10px;
	font-size:10px;
}

#back_text a {
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}

/* end dev/portfolio page styles */