div.container {
	position: relative;
	width: 61em; height:300px;
	margin: 0 auto;
	background-color:#FC6;
	}
body {
	background-color: #DDF2cd;
	margin:0;padding:0;
	}
#wrapper {
	width:980px;height:auto; min-height:550px;
	margin:auto;margin-top: 10px;
	}
#colleft {
	width: 175px;
	height: 550px;
	z-index: 1;
	float:left;
	top: 30px;
	background-image:url(images/3general/SMR_logo_corp.gif);
	background-repeat:no-repeat;
	background-position:top;
	position:static;
	}
#vnav {
	width:150px; height: 360px;
	margin:auto;
	padding-top: 10px;
	top:190px;
	}
#colright {
	width: 800px; 
	height: auto; min-height: 400px;
	top:-20px;
	background-color: #fff;
	border:2px solid;
	float: right;
	border-left-color: #869778;
	border-bottom-color: #000000;
	border-right-color: #B2C89E;
	border-top-color: #FCF9BB;
	}

#content { width:700x;height:auto;
	min-height:400px;	
	background-color:#fff;
	}
#contentleft {width:570px; background-color: red; float:left;}
#contentright {width:130px; background-color: green; float:right;}
#nav {
	margin-left: 0px;
	height: 25px;
	background-color: #EBE8AA;
	border-top:1px solid #F2EFB1;
	border-right:1px solid #ffffff;
	border-bottom: 3px solid #336699;
	padding-top: 15px;
	}

#footer {
	margin-left: 0px;
	background-color: #369;
	border-bottom: 2px solid #000;
	color: #fff;
	border-right: 2px solid #4284CD;
	border-top: 2px solid #4284CD;
	}

.left1525 { float:left;margin: 15px 25px;}
.right1525 {float:right;margin: 15px 20px 15px 25px;}

