body {
	background-image: url(../../images2/bg_temp.jpg);
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;		
}
#menu{
	height: 45px;
	width:960px;
	margin:0 auto;
	background-color:#ffffff;
}
	/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*http://www.dynamicdrive.com/style/csslibrary/item/inverted-shift-down-menu-ii/*/

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid #CC0000; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 13px Arial;
color: #fff;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 7px 5px 7px; /*Padding within each menu item*/
background-color: #cc0000; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: #CC0000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #CC0000; /*Highlight red color theme*/
color: #000;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #CC0000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #CC0000; /*Highlight red color theme*/
color: #000;
}

#wrapper{
	width:960px;
	margin:0 auto;
	background-color:#FFFFFF;
	margin-bottom:10px;	
	overflow: auto;
}	
#rightcontent{
	float:left;
	width:600px;
}		
/*left menu start*/	
/*http://www.dynamicdrive.com/style/csslibrary/item/dd-blue-blocks-menu/	*/	
#left_menu {
	float:left;
	color:#fff;
	padding:8px 8px 8px 8px;
	border: 0;
	width: 185px;
	margin-right:30px;
	}
#left_menu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
#left_menu li {
color: #000000;
}
#left_menu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; 
text-decoration: none;
color: white;
background-color: #333333;
border:1px solid #000;
}

* html #left_menu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#left_menu li a:hover {
background-color: #CC0000;
}
#left_menu div.left_menutitle{
color: white;
width: 174px; 
border:1px solid #000;
padding: 3px 0;
padding-left: 4px;
background-color: black;
}
/*left menu end*/