main.css

* {
margin:0;
padding:0;
border:none;
z-index:0;
}
body {
	background-color: #B8CDE1;
	background-image: url(images/backgradient.jpg);
}
#outer #left ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}
html, body {
height:100%;
}

body {
	font-family:helvitica;
	color:#FFF;
	font-size:110%;
	text-align: left;
	
}

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:150px;
	line-height:100px;
	text-align:center;
	background-repeat: no-repeat;
	border-bottom-width: 10px;
	border-bottom-style: ridge;
	border-bottom-color: #CCC;
	background-image: url(images/bodyheader.jpg);
	background-position: center;
	color: #FFF;
	font-family: Helvetica, sans-serif;
}

#clearheader {
	height:170px;
}

#outer{
	min-height:100%;
	margin-left:200px;
	margin-right:200px;
	margin-bottom:-150px;
	background-image: url(images/bodybackground.jpg);
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-repeat: repeat-x;
	background-color: #EBE4DE;
}

#left, #right {
	position:relative;
	width:200px;
	text-align:left;
}
#left {
	float:left;
	z-index:100;
	margin-left:-199px;
	left:-1px;
	font-family: Helvetica, sans-serif;
}
#outer #left ul li {
	text-decoration: none;
	list-style-type: none;
}
#outer #left ul li a:link{
	color: #595D5D;
	text-decoration: none;
	text-transform: uppercase;
}
#outer #left ul li a:visited{
	color: #999;
	text-decoration: none;
}
#outer #left ul li a:hover{
	color: #000;
	height: 33px;
	width: 100px;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/navback.png);
	overflow: visible;
	float: none;
}
#outer #left ul li a:active{
	color: #FFF;
	font-weight: bolder;
	background-image: url(images/navback_active.png);
}
#right {
	float:left;
	margin-right:-199px;
	right:-1px;
}

#middle {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;
	font-family: Helvetica, sans-serif;
	color: #333;
}
#middle ul li {
	list-style-type: none;
}
#middle ul li a:link {
	text-decoration: none;
	list-style-type: none;
	color: #47565D;
}
#middle ul li a:visited {
	color: #999;
	text-decoration: none;
}
#middle ul li a:hover {
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
}

p {
	padding:15px 15px 0 15px;
	text-align: inherit;
	color: #333;
}
h1 {
	font-size: 110%;
	margin-left: 15px;
	font-weight: lighter;
}

#clearfooter {
	clear:both;
	height:165px;
}

#footer {
	width:100%;
	clear:both;
	height:200px;
	line-height:100%;
	font-weight:normal;
	text-align:right;
	position:relative;
	background-image: url(images/footer_bkgrnd.jpg);
	background-repeat: no-repeat;
	background-color: #F1E9E4;
	background-position: center;
	border-top-width: 10px;
	border-top-style: ridge;
	border-top-color: #CCC;
	font-family: Helvetica, sans-serif;
}
#footer p {
	color: #999;
	text-align: right;
	line-height: 60px;
}

ie.css

#outer {
height:100%;
}

#left {
	margin-right:-3px;
}

#right {
	margin-left:-3px;
	

}@charset "UTF-8";
/* CSS Document */
