body {
	background-color:#e5ddd3;
	margin:0px;
	padding:0px;
}

#top {
	background:#fafaf8 url(../images/interface/top_bg.jpg) repeat-x;
}

#top_container {
	margin:0 auto;
	width:950px;
}

#header {
	width:950px;
	height:123px;
	background:url(../images/interface/header.jpg) no-repeat;
}

#logo {
	width:290px;
	height:95px;
	margin:0px 0px 0px 200px; 
}

#right_top {
	margin-top:19px;
	float:right;
	width:265px;
	height:70px;
}

#launch_player {
	width:265px;
	height:40px;
}

a.launch_player_button {
	display:block;
	width:200px;
	height:37px;
	margin-left:20px;
	text-align:center;
	padding:6px;
	border:1px solid #cfa189;
	text-decoration:none;
}

a.launch_player_button:hover {
	background-color:#FFFFFF;		
}

#topnav {
	margin-top:32px;
	width:265px;
	height:30px;
}

a.topnav_item {
	float:left;
	display:block;
	width:85px;
	height:22px;
	text-align:center;
	padding-top:8px;
}

a.topnav_divider {
	background:url(../images/interface/top_nav_divider.gif) no-repeat bottom left;
}

a.nav_style {
	font:bold 14px arial;
	text-decoration:none;
	color:#7c2f00;
}

a.big_nav_style {
	font:bold 16px arial;
	text-decoration:none;
	color:#7c2f00;
	height:18px;
}

a.nav_style:hover, a.big_nav_style:hover {
	background-color:#FFFFFF;	
}


#nav {
	float:left;
	width:222px;
	height:206px;
	background:url(../images/interface/nav.jpg) no-repeat;
}

a.nav_item {
	display:block;
	width:202px;
	height:16px;
	text-align:right;
	padding:5px 20px 5px 0px;
	text-align:right;
}

a.nav_divider {
	background:url(../images/interface/side_nav_divider.gif) no-repeat top right;
}

#header-image {
	float:left;
	width:728px;
	height:224px;
}

#btm {
	background:#FFF url(../images/interface/btm_bg.jpg) repeat-x bottom;
}

#btm_container {
	margin:0 auto;
	width:950px;
}

#left-column {
	float:left;
	width:211px;
	margin:0px 15px 20px 0px;
}

.left_column_titles {
	font:bold 10px arial;
	color:#666666;
	margin:30px 0px 10px 0px;
}

.feature_item {
	float:left;
	margin-right:1px;
	border:0px;
}

#testimonial_body {
	font:bold 12px arial;
	color:#7b2f00;
	line-height:22px;
}

#testimonial_name {
	margin:10px;
	width:120px;
	float:right;
	font:12px arial;
	color:#333333;
}

#content {
	width:720px;
	float:left;
}

#content_body {
	margin-top:15px;
	padding:40px;
}

#footer {
	width:950px;
	height:94px;
	background:url(../images/interface/footer.jpg);
}

#footer_logo {
	float:left;
	margin:20px 35px 0px 35px;
	width:157px;
	height:62px;
}

#footer_content {
	float:left;
	margin:40px 0px 0px 0px;
	text-align:center;	
	width:700px;
	font:10px arial;
	color:#7b2f00;
}

#clear {
	clear:both;
}
.text_10px {
	font-size: 10px;
}

.text_12px {
	font-size: 12px;
}

.text_14px {
	font-size: 14px;
}

.text_16px, a.text_16px {
	font-size: 16px;
}

.text_18px {
	font-size: 18px;
}

.text_20px {
	font-size: 20px;
}
.text_24px {
	font-size: 24px;
}

