@charset "utf-8";
/* CSS Document */

body {
	background: url(../../images/bg/bg.gif)  #1c0300 center top;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 101%;
	color: #D5C5B3;
	font-weight: normal;
}
#wrapper {
	background: url(../../images/bg/content_bg.jpg) center no-repeat;
	background-position: 11px;
	width: 1130px; /*Original value 75%;*/
	margin-left: auto;
	margin-right: auto;
	height: 659px;
	font-size: 15px;
}
#top_menu {
	margin-top: -30px;
	text-align: left;	
}
#top_menu .left {
	float: left;	
}
#top_menu .right {
	float: right;
}
#top_menu a {
	padding: 8px;
	text-decoration: none;
	font-variant: small-caps;
	color: #E0CBB4;
	font-weight: bold;
	font-size: 17px;		
}
#top_menu a:hover {
	color: #fff;		
}
#content {
	background: #000 url(../../images/bg/sasha_image_bg.jpg) center top no-repeat;
	width: 800px;
	height: 526px;	
	margin-top: 68px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
#content-elastic {
	background: #000 url(../../images/bg/top-stuff.jpg) center top no-repeat;
	width: 800px;
	height: 526px;	
	margin-top: 68px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
#content-elastic object {
		margin: 10px 0px 10px 120px;
	}
/*-----------------center contents------------------*/

.banners {
	margin-top: 73px;
	
}

#container-center {
	width: 770px;
	padding-left: 20px;
}

#container-center  a {
	color:#F90;
	font-weight: bold;
}

#container-center p a:hover {
	color:#fff;
}

#images  {
width: 100%;
clear: both;
margin-bottom: 10px;
}

#images img {
margin: 5px;
}

#left_column {
	margin-left: 24px;
	width: 500px;
	display: table;
	float: left;
	clear: left;
}
#left_column p {
	background: url(../../images/bg/paragraph_bg.png);
	padding: 4px;
	word-spacing: 2px;
	float: left;
	margin-left: 10px;
	font-size: 14px;
	color: #E0CBB4;
}
#left_column strong {
	font-size: 17px;
}
#left_column p a {
	color: #FFCC66;
	text-decoration: none;
}
#left_column p a:hover {
	color: #FF9900;
}
#highlighted_info {
	width: 280px;
	background:url(../../images/bg/buttons_bg.png);
	border: 1px solid #782A08;
	height: 87px;
	padding: 7px;
	font-size: 12px;
	font-weight: bold;
	color: #E0CBB4;
	font-style:italic;
	margin: 10px;

}
#highlighted_info strong {
	color: #fff;
	font-style: normal;
	display: block;

}
#highlighted_info img {

float: left;
margin-right: 10px;

}
.buttons {
	background:url(../../images/bg/buttons_bg.png);
	border: 1px solid #782A08;
	color: #E0CBB4;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	
}
 
.specific_width {
	width: 295px;
}

/*-----------------bottom menu------------------*/

#main_menu {
	background: #000000;
	width: 785px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	padding-left: 14px;	
}
#main_menu li {
	display: inline;
	float: left;
}

#main_menu li a {
text-decoration: none;
	font-variant: small-caps;
	color: #E0CBB4;
	font-weight: bold;
	font-size: 17px;
	padding-right: 15px;
}	
#main_menu li a:hover {
	color: #ED8218;
	}	
	
/*-----------duplicate menu-----------*/

#main_menu2 {
	background: #000000;
	width: 785px;
	height: 37px;
	padding-top: 8px;
	padding-left: 18px;	
}
#main_menu2 li {
	display: inline;
	float: left;
}

#main_menu2 li a {
text-decoration: none;
	font-variant: small-caps;
	color: #E0CBB4;
	font-weight: bold;
	font-size: 17px;
	padding-right: 15px;
}	
#main_menu2 li a:hover {
	color: #ED8218;
	}	

/*----------footer-----------*/
#copy {
	float: right;
	color:#FF6600;
	font-size: 12px;
	font-style: italic;
	margin-top: 4px;
	margin-right: 10px;
	
}
#copy a {
	color: #FF9900;
	text-decoration: none;
}
#copy a:hover {
	color: #FFCC00;
}

/*-------------MISC-------------*/

.small_text {
		font-size: 8px;
		}
.small_text a {
		color: #F90;
		text-decoration: none;
		}