

body {	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;	
		background:url('images/uploadCenter/background.gif') repeat-x ;
		background-color: #102335;	
		margin:200px 0 0 0;
		padding: 0;	
		color: #000;}

ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #menuVisited#; 
}
ul.nav li {
	border-bottom: 1px solid #menuVisited#; 
    display: inline;
}
ul.nav a, ul.nav a:visited { 
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	background: #5d5e5e;
	color: #ffffff;
    display: inline;
    height:100%;
}
.ul_containter {
	width:100%;
	background-color: #5d5e5e;
    height:22px;
    vertical-align: middle;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ffffff;
	color: #000000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


a:link {
	/*color:#000;*/
	text-decoration: underline; 
}
a:visited {
	color:#CCC;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 100%;
	height:100%;
	max-width: 800px;
	min-width: 800px;
	background: white;
	margin: 50px auto; 
}

.container2 {
	width:1200px;
	background: #FFF;
	margin: 50px auto; 
}


.header {
	background: #6F7D94;
	width:800px;
	height:100px;
	background:url(http://www.greatpremiums.com//images/uploadCenter/automarketing.jpg) center no-repeat;
}


.sidebar1 {
	float: left;
	width: 150px;
	height:100%;
	background: #ffffff;
	padding-bottom: 10px;
	font-size:12px;
}
.content {
	padding: 10px 0;
	width: 500px;
	height:100%;
	float: left;
	font-size:12px;
}

.content2 {
	padding: 10px 0;
	width: 800px;
	float: left;
	font-size:12px;
	background-color:#FFF;
}
.sidebar2 {
	float: left;
	background: #5D5E5E;
	padding: 10px 0;
	height:100%;
	font-size:12px;
	width:150px;
}


.content ul, .content ol {padding: 0 15px 15px 40px;}


.footer {
	padding: 0;
	background: #6F7D94;
	position: relative;
	height:25px;
	clear: both; 
	font-size:12px;
}


.fltrt { float: right;margin-left: 8px;
}
.fltlft {float: left;margin-right: 8px;
}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}

