
body 
{
font-family:arial;
font-size:15px;
background: #ccc;
link, visited, active {color: #000; font face: bold;}
}

a:link, a:visited, a:active { 
	color: #0B4C5F; 
	font face: bold;
} 

scrollable-element {
	scrollbar-color: blue;
}

blockquote {
	padding: .5em;
	background:"eeeeff";
	border: solid 1px;
}
a:hover { color: #900; } 

a:hover { background-color: #ffffff; }

ul#navigationl li { 
  display:block; 
  width: 175px; 
  list-style:none;
  font-color: #f00;
background: #0B4C5F;
text-align:center;
margin: 1;
padding: 1;
}

ul#navigationl a { 
  display: block; 
  text-decoration: none; 
  padding: 0.4em; 
  border-bottom: solid 1px #000; 
  border-top: solid 1px #fff; 
  border-right: solid 2px #000;
  border-left: solid 1px #fff; 
}

ul#navigation2 li { 
  display: block; 
  width: 600px; 
  list-style: none;
  font-color: #f00;
filter: progid:DXImageTransform.Microsoft.gradient
(GradientType=0,startColorstr="#000088", endColorstr="#0000cc");
background-image: none;
background: #b90;
text-align:center;
margin: 1;
padding: 5;
}

ul#navigation2 a { 
  display: block; 
  text-decoration: none; 
  padding: .2em; 
  border-bottom: solid 1px #000; 
  border-top: solid 1px #fff; 
  border-right: solid 2px #000;
  border-left: solid 1px #fff; 
}

H1	
{
color:#000044;
font-family:'arial';
font-size: 60px;
text-align:center;
}	

H2
{
color:#000000;
font-family:'arial bold';
font-size: 45px;
text-align:center;
}

H3
{
color:#226622;
font-family:'arial';
font-size: 35px;
text-align:center;
}

H6
{
color:#000000;
font-family:'arial';
font-size: 16px;
}


#float {
		width:20%;
		height:255px;
		top:250px;
		left:5px;
#wrapper {
		width:100%;
		height:100%;
		margin:0px auto;
		border:1px solid #000;
		padding:5px;
		background: #0ff;
	}

#header {
		border:1px solid #ff0;
		width:100%;
		height:80px;
		padding:0px;
		background: #f00;
	}

#header1 {
		border:1px solid #000;
		width:100%;
		height:220px;
		padding:0px;
		background: #900;
	}

#banner  {
		position: absolute;
		top: 5px;
		left:255px;
		width= 500px;
		border-top:2px solid #000;
		border-left:4px solid #000;
		border-bottom:4px solid #000;
		border-right:2px solid #000;
		padding:1px;
		background: #DDD;
		width:5 00px;
		}
#content {
		margin-top:10px;
		padding-bottom:10px;
		background: #000;
	}
	#content div {
		padding:10px;
		border:1px solid #000;
		float:left;
	}

	#content-left {
		width:24%;
		height: 1500px;
		background: "ffd";
	}
	#content-altleft {
		width: 49%;
		height: 1500px;
		background: "ffd";
	}
	#content-main {
		margin-left:10px;
		width:75%;
		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 {
		border:1px solid #000;
		height: 5px;
		margin-left:0px;
		margin-right:-2px;
		padding:2px;
		background: "fda";	
	}

img {
		vertical-align:text-top;
	}