@charset "utf-8";
/* CSS Document */
* {
outline:none;
}

body {
	font: 80% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center;
	background-image:url(../images/pageBg.jpg);
	background-position:top;
	background-repeat:repeat-x;

	/*
	background-image:url(../images/blackGradBg.png);
	background-position:top;
	background-repeat:repeat-x;
	*/
}
.oneColFixCtr #container {
	width: 962px;  
	margin: 0 auto; 
	
	text-align: left; 
}
h1 {
	font-size: 18px;
}
h2 {
	font-size:13px;
}

#flashContainer{
	margin-top: 37px;
	border: 1px solid #939393;
	display:none;
}
#mainMenu{
	text-align:center;
	padding:0;
	margin:0;
}
#mainMenu img {
	margin: 51px 26px 0 0;
}

#mainContent {
	padding: 0 15px; 
}

.contentTitle h1{
	font-size: 14px;
}

.borderRight {
	border-right: 1px solid #E4E4E4;
}
.borderLeft {
	border-left: 1px solid #E4E4E4;
}
.borderTop {
	border-top: 1px solid #E4E4E4;
}
.borderBottom {
	border-bottom: 1px solid #E4E4E4;
}


