body{
	position:relative;
	font-family : Arial, Calibri, Helvetica, sans-serif, ;
	font-size: 77%;
	color : Black;
	width:960px;
	margin: 0 auto;
	background-color : #efefef;
}

#page-container
{
	float:left;
	margin-top:30px;
	margin-bottom:50px;
	width:960px; 
}

#menu-container
{
	float:left;
	width: 100%;
	background-color: #000000;
	padding:0;
	margin:0;
	height:34px;
}

#menu
{
	position:absolute;
	float:left;
	border-top: solid 3px #3C332E;
	height: 34px;
	width: 860px;
	padding: 0px 50px 0px 50px;
	margin:0px;
	background-color: #bfbdbe;
	
}

#menu_tab_left{ 
	float:left;
	background: url('../images/menu_tab_left.jpg') top; 
	width: 19px; 
	height: 20px; 
	background-repeat: no-repeat;
 }
 
 #menu_tab_right{ 
 	float:left;
	background: url('../images/menu_tab_right.jpg') top; 
	width: 19px; 
	height: 20px; 
	background-repeat: no-repeat;
 }
 
#menu_tab_middle{ 
 	float:left;
	 background: url('../images/menu_tab_middle.jpg') top; 
	 height: 20px; 
	 background-repeat: repeat-x;
}


#page-content
{
	float:left;
	padding:0px;
	width:100%;
	background: url('../images/aura_main_bg.jpg') top; 
	background-repeat: no-repeat;
}

#std-page
{
	float: left;
	width: 800px;
	padding: 80px;
}


#eweb_bg{
	background-color : #f2f2f2;
	width: 100%;
	margin-bottom:10px;
}

#aura_main{ 
background: url('../images/aura_main_bg.jpg') top; 
background-repeat: no-repeat;
 }

#main_base_bg{
	background-color : #f2f2f2;
	
}
  
  

h1{
	font : bold 160% Helvetica, Arial,sans-serif;
	color: Black;
	padding : 0px;
	margin : 3px 0px;
}

h2{
	font : bold 130% Helvetica, Arial,sans-serif;
	color: Black;
	padding : 0px;
	margin : 3px 0px;
}
h3{
	font: normal normal 110% Helvetica, Arial,sans-serif;
	color: Black;
	padding: 0px;
	margin: 3px 0px;
}
.h2class {
	font: normal normal 110% Helvetica, Arial,sans-serif;
	color: Black;
	padding: 0px;
	margin: 3px 0px;
}
p
{
	
}

.subheading{
	color: #838383;
}


.button{
	font-size: 0.9em;
	color: #666;
	}
	
#footer
{
	float:left;
	background: #3C332E;
	width: 100%;
	color:#FFFFFF;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:10px;
	
}
	
#footer a:link, #footer a:visited, #footer a:hover{
	
	
	padding: 3px 3px 3px 7px;
	color:#FFFFFF;
	
}

#header_strip{
	background: #3C332E;
	border-top: 1px solid #bba;
}

.border_std{ 
border: 1px solid #646464;
}

.form_input_textbox{
	width : 300px;
	margin:3px;
}

a {
	color: #070707;
	text-decoration: none
}

a:hover {
	color: #868686;
}

.ewebseo, .ewebseo a:link, .ewebseo a:visited, .ewebseo a:hover
{
text-decoration: none;
color: #868686;
}

a.aInverted:link, a.aInverted:visited, a.aInverted:active
{
	text-decoration: none;
	color: White;
}

 a.aInverted:hover
 { 
	text-decoration: none;
	color: Silver; 
  }
  
  a.aBlkGry:link, a.aBlkGry:visited, a.aBlkGry:active
{
	text-decoration: none;
	color: Black;
}

 a.aBlkGry:hover
 { 
	text-decoration: none;
	color: Gray; 
  }
.str {
	font-weight:normal;
}



