/*
-------------------------------------------
styles.css Style Sheet
-------------------------------------------
*/
/*<group=Body and Global Element Styles>*/

.content {
  position: relative;
  left: 0px;
  top: 10px;
  width: 800px;
  height: 730px;
background-image:url('images/background.png');
background-repeat:no-repeat;
}

.verbiage {
  position: absolute;
  left: 270px;
  top: 100px;
  width: 400px;
  height: 475px;
font-family: Arial sans serif, Tahoma, Verdana, Helvetica ;
Font-color: #464444;
Font-size: 13px;
text-align: left;
text-valign: top;
font-weight:  normal;

}

.verbiageweb {
  position: absolute;
  left: 260px;
  top: 100px;
  width: 400px;
  height: 475px;
font-family: Arial sans serif, Tahoma, Verdana, Helvetica ;
Font-color: #464444;
Font-size: 12px;
text-align: left;
text-valign: top;
font-weight:  normal;

}

.verbiagecontact {
  position: absolute;
  left: 325px;
  top: 100px;
  width: 400px;
  height: 475px;
font-family: Arial sans serif, Tahoma, Verdana, Helvetica ;
Font-color: #464444;
Font-size: 12px;
text-align: left;
text-valign: top;
font-weight:  normal;

}

.container { 
position: relative;
left: 300px;
width: 800px; 
height: 800px;
}

.menu { 
float: left;
position: relative;
left: 100px;
width: 100px; 
top: 100px;
}




#sidebar {
	float: left;
	position: relative;
	top:  0px;
 	width: 190px;
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}


#sidecontainer {
	margin: 0px;
	padding: 10px 15px;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	text-align: left;
}



#footer { /* This Is The BG Color Of The Main Div */
	display: block;
	width: 860px;
	margin: 0px auto;
	padding: 16px 0px 5px 0px;
	color: #444444;
	text-align: center;
	border-top: 1px solid #D1D1D1;
}



