body {
	margin: 0px;
	padding: 0px;
	color: #c2bead;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em; 
	background-color: #2f2e28;
	background-image: url(images/body_background.jpg);
	background-repeat: repeat-y;
	background-position: left;
	
}

#social_box {
	display: block;
	width: 95%;
	height: 48px;
	padding: 0px 0px 0px 50px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.contact {
 	font-size:25px;
 	text-decoration : none;
 	float:right;
    color:#34baf9;
    display:inline-block;
    height:48px;
    width:200px;
    text-align:center;
    vertical-align:top;
    line-height:48px;
}

#social_box li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#social_box li a {
	width: 48px;
	height: 48px;
	margin-right: 70px;
}

.left_menu, .left_menu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px; /*WIDTH OF MAIN MENU ITEMS*/
}

.left_menu li{
position: relative;
}

.left_menu li a{
    border: 1px solid white;
	background: white url(../images/menu_normal.jpg) repeat-x bottom left;
    display: block;
	width: auto;
	height: 30px;
	padding: 10px 0 0 20px;
	margin-bottom: 8px;
	color: #8a8980;
	font-size: 14px;
	font-weight: normal;
    text-decoration: none;
	position: relative;
	text-align:left;
}

.left_menu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: auto; /*WIDTH OF SUB MENU ITEMS*/
top: 0px;
display: none;
}

.left_menu li ul a{
width: 140px;
height:30px;
margin-bottom: 1px;
float:left;
font-size: 13px;
}

.left_menu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(../images/menu_arrow.gif) no-repeat center right;
}

.left_menu li a:active, .left_menu li a.selected{
	color:white;
	font-weight:bold;
	background-image: url(../images/menu_hover2.jpg);
}

.left_menu li a:hover{
	color:white;
	background-image: url(../images/menu_hover2.jpg);
}

/* Holly Hack for IE \*/
* html .left_menu li { float: left; height: 1%; }
* html .left_menu li a { height: 1%; }
/* End */