
body 
{
font-family:trebuchet ms,helvetica,sans-serif;
font-size:15px;
background: "fff";
}

a:link, a:visited, a:active { 
	color: #520; 
	font face: bold;
} 

blockquote {
	padding: .5em;
	background:"eeeeff";
	border: solid 0px;
}
a:hover { color: #900; } 

a:hover { background-color: #ffcc88; }

ul#navigationl li { 
  display: block; 
  width: 150px; 
  list-style: none;
  font-color: #f00;
filter: progid:DXImageTransform.Microsoft.gradient
(GradientType=0,startColorstr=#?88, endColorstr=#ccbb88);
background-image: none;
background: #b80;
text-align:center;
margin: 1;
padding: 1;
}

ul#navigationl a { 
  display: block; 
  text-decoration: none; 
  padding: .2em; 
  border-bottom: solid 1px #000; 
  border-top: solid 1px #fff; 
  border-right: solid 0px #000;
  border-left: solid 0px #fff; 
}

H1	
{
color:'ed0000';
font-family:'iris';
font-size: 40px;
}	

H2
{
color:'bb0000';
font-family:'iris';
font-size: 30px;
}

H3
{
color:'975';
font-family:'huntson';
font-size: 28px;
}

#wrapper {
		width:100%;
		margin:0px auto;
		padding:5px;
		background: "cb9";
	}

#header {
		height:62px;
		padding:0px;
		background: "fc8";
	}

#content {
		margin-top:10px;
		padding-bottom:10px;
	}

	#content div {
		padding:10px;
		float:left;
	}
	#content-left {
		width:24%;
		height: 1500px;
		background: "ffd";
	}
	#content-altleft {
		width: 49%;
		height: 1500px;
		background: "ffd";
	}
	#content-main {
		margin-left:10px;
		width:50%;
		height: 1500px;
		background: "ffe";
	}
	#content-altmain {
		margin-left:10px;
		width:50%;
		height: 1500px;
		background: "ffd";
	}
	#content-fullpage {
		margin-left:10px;
		margin-right:10px;
		width:90%;
		height: 1500px;
		background: "ffd";
	}
	#content-right {
		float:left;
		width:24%;
		height: 1500px;
		margin-left:10px;
		background: #ffd;
	}	
	

	#content-rightish {
		float: left;
		margin-left: 10px;
		width: 500px;
		background: "fda";
	}

#bottom {
		height: 200px;
		margin-left:0px;
		margin-right:-2px;
		padding:20px;
		background: "fda";	
	}

