@charset "UTF-8";
* {
padding: 0px;
margin: 0px;
}

html {
	background-color: #CC9999;
}

body {
	margin-top:0px;
	background-color: #FFF;
    font: normal 75% Arial, Verdana, sans-serif;
	width: 75%;
	margin-left:100px; 
	height:auto;
}


#wrapper {
	width: 100%;
	height:auto;
	
} 


#header {
	width: 100%;
	height: 85px;
	background-image: url(/assets/images/rosebanner.gif);
    background-repeat: repeat-x;
}

#logo {
	width: 100%;
	height: 85px;
	background-image: url(/assets/images/logo.png);
    background-repeat: no-repeat;
	float:left;
	vertical-align:top;
	margin-top: -10px;
}

#logo>a {
				text-indent:-9999px;
				text-decoration:none;
				color: #eee;
				left:-9999px;
				top:-9999px;
		        text-align:center;
    			display:block;
				width: 350px;
                height: 80px; 
              	align: center;
}


p, td, body, span.vu___body, .path {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 10px;
	line-height: 16px;
	font-weight: normal;
}
ul.body {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 9px;
	padding-left: 9px;
	}
	
	ol.body {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 9px;
	padding-left: 9px;
	}
li.body {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.parahead1 {
	padding-top: 5px;
	color: #66CC66;
	font-weight: bold;
	font-size: 11px;
	}/* Content Formatting */



.heading_1, h1 {
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	line-height: 10px;
	color: #336633;
	padding-top: 5px;

	}
	
.heading_2, h2 {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
	color: #336633;
	font-style: italic;
	padding-top: 5px;

	}
	
a {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #CC9999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
	text-decoration: none	
}



a:hover {
	color: #944343;
	text-decoration: underline;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
	
}

#main {
width: 70%;
height:inherit;
background-image: url(/assets/images/divborder.jpg);
background-position:right;
background-repeat: repeat-y;
float: left;
padding: 5px;
margin-top: 20px;

}

#left {
width: 15%;
height:inherit;
float: left;
padding: 5px;
margin-top: 15px;

}

#middle {
width: 50%;
height:inherit;
border-left:dotted 1px;
border-right:dotted 1px;
border-color: #b36060;
float: left;
left: 20%;
padding: 10px;
margin-top: 10px;

}

#twocol {
width: 70%;
height:inherit;
float: left;
left: 20%;
padding: 10px;
margin-top: 10px;
border-left:dotted 1px;
border-color: #b36060;

}

#right {
width: 25%;
height:inherit;
float: left;
left: 80%;
padding: 10px;
margin-top: 10px;

}

#footer {
width:99%;
height:inherit;
background: #b36060;
margin-top: 10px;
clear: both;
padding: 5px;
font-family: verdana, arial, helvetica;
font-size: 10px;
font-weight: bold;
line-height: 10px;
color: #fff;

}


Read more: http://www.webdesign.org/web/html-and-css/tutorials/3-column-liquid-layout.9088.html#ixzz0TAE4QvpC

