body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	
	font-family: georgia, Tahoma, Arial, sans-serif;
	font-size:13px;
}

a {
	color: #FF2211;
	text-decoration: none;
}

a:hover {
	color: #FF2211;
	text-decoration: underline;
}

ul {
	background-color: #000000;
}
li {
	list-style:disc;
	margin-left:0;
}

p {
	font-size:13px;
}

blockquote {
	color:#fff;
	padding-left:5px;
	border-left:1px solid #FF0000;
	font-size:14px;
	font-style:italic;
	margin: 25px 0 25px 30px;
}

#site_container {
	width: 732px;
	margin: auto;
	margin-top: 40px;
	
	
}

#main_container {
	width: 732px;
	float: left;
	text-align: left;
	/*background-image: url(images/blocks/main_container_bg.gif);*/
	background-color: #000;
	border: 1px solid #bb9b0b;
	/*margin-bottom:30px;*/
}

#site_header {
	width: 732px;
	float: left;
	/*background-image: url(images/blocks/header_area_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
	/*padding-left: 17px;*/
	/*padding-top: 9px;
	padding-bottom: 20px;*/
	background-color: #000000;
}

#site_header img {
	margin-right:10px;
	float:right;
}

#main_area {
	width:100%;
	background-color: #000000;
}

#content_area {
	width:558px;
	float:right;
	background-color: #000000;
	color:#FFFFFF;
	padding: 0px 12px 0px 12px;
	min-height:510px;
	height:auto;
}


/* for Internet Explorer 6 */
/*\*/
* html #content_area {
height: 510px;
padding-bottom:20px;
}
/**/

#content_area img {
	float:right;
	border:none;
	padding:10px;
}

#footer_area {
	width:100%;
	margin-bottom:40px;
	background-color: #FFFFFF;
	float:right;
	/*border: 1px solid #000000;*/
	font-size:10px;
	padding-top:4px;
	padding-bottom:4px;
}

#footer_area img {
	float:right;
	border:none;
	margin-right:5px;
}

#footer_area a {
	/*font-size:10px;*/
	color:#000000;
}

#left_nav {
	width:150px;
	float:left;
	background-color: #000000;
	min-height:480px;
}


#left_nav_top {
	width:150px;
	float:left;
	background-color: #000000;
}

#left_nav_top ul {
	margin-left:0;
	padding-left:0;
	width:150px;
	border-bottom:1px solid #FFFFCC;
}
#left_nav_top ul li {
	font-size:16px;
	font-family: georgia;
	/*font-weight:bold;*/
	border-top:1px solid #FFFFCC;
	width:150px;
	text-indent:3px;
	display: block;
}
#left_nav_top ul li a {
	display: block;
    min-width: 149px;
    width:149px;
	padding-top: 4px;
    padding-bottom: 3px;
}

#left_nav_top ul li a:hover {
	background-color:#FFFFFF;
	text-decoration: none;
}
#left_nav_bottom {
	/*width:150px;
	height:265px;
	float:left;
	background-color: #ffcccc;
	background-image: url(images/blocks/menu_bottom.gif);
	background-position: top right;
	background-repeat: no-repeat;*/
}

/* page-specific stuff */

#gallery {
	margin-left:30px;
}
#gallery img {
	float:left;
	padding:8px;
}

#press {
	padding-bottom:15px;
}

#press img {
	float:left;
	padding:8px;
	background-color: #ffffff;
}

#links .item {
	width:100%;
	clear:both;
}

#links img {
	float:left;
}

#links .code {
	background-color:#FFFFFF;
	color:#000000;
}
