body {
	background:url(assets/global/images/Bob-background.jpg) top center no-repeat #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#181309;
}

img {
        border:0;
}

h1 {
	font-size:22px;
        font-weight:normal;
}

a {
	color:#FF0000;
}

#container {
	width:960px;
	margin:0 auto;
	position:relative;
}

#content {
	background:#f6ebda;
	clear:left;
	overflow:hidden;
}

#contentRight {
	width:230px;
	padding:20px;
	float:right;
	background:url(assets/global/images/rightBg.jpg) no-repeat;
	height:804px;
}

#contentLeft {
	width:690px;
	float:left;
}

#contentLeftInner {
	padding-left:20px;
	padding-right:20px;
}

#footer {
clear:both;
color:#FFFFFF;
font-size:11px;
}

#footer a {
color:#FFFFFF;
}

.LiveEdit_drop_down   { 
	text-align: left; 
	color: white; 
	width: 176px; 
	border-bottom: 1px solid #b3b29e; 
	border-left: 1px solid #b3b29e; 
	padding: 0px;
	background-color: #413E35;
}

.LiveEdit_drop_down a {  
	font-size: 14px;
	color: #e7e5d9; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	background-repeat: no-repeat; 
	background-position: center top; 
	display: block; 
	padding: 4px 8px; 
}

.LiveEdit_drop_down a:hover {
  	background-color: #9F9F9F;
	text-decoration: none; 
}

