/* CSS Document */

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #797979;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D8D5D5;
}
#main {
	width: 100%;
	background-image:url(../images/lines.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	overflow:hidden;
	text-align:center;
	vertical-align: middle;
}
#mainContent {
width:700px;
margin: 200px auto; /*** Centers the design ***/

}

#left {
float:left;
width:350px;
}

#leftINNER {
	width:220PX;
	height:105px;
	margin-left:44px;
	margin-top: 43PX;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ADADAD;
	text-align:left;
	padding: 3px 0px 0px 11px;
}
#leftINNER a {
color:#FFFFFF;
text-decoration:none;

}
#leftINNER a:hover {
color: #000000;
text-decoration:none;

}
#right {
	width:340px;
	text-align:left;
	float:right;
}
#switch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
#switch a {
color:#FFFFFF;
text-decoration:none;

}
#switch a:hover {
color:#000000;

}
.clear { clear: both; }