
body 
{
font-family:trebuchet ms,helvetica,sans-serif;
font-size:15px;
background: #ccc;
}

a:link, a:visited, a:active { 
	color: #000; 
	font face: bold;
} 

blockquote {
	padding: .5em;
	background:"eeeeff";
	border: solid 1px;
}
a:hover { color: #900; } 

a:hover { background-color: #ccbb88; }

ul#navigationl li { 
  display: block; 
  width: 160px; 
  list-style: none;
  font-color: #f00;
filter: progid:DXImageTransform.Microsoft.gradient
(GradientType=0,startColorstr=#bb9900, endColorstr=#ccbb88);
background-image: none;
background: #b90;
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 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=#ffcc88, endColorstr=#ccbb88);
background-image: none;
background: #b90;
text-align:center;
margin: 1;
padding: 1;
}

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:#ffcc00;
font-family:'kartika';
font-size: 50px;
text-align:center;
}	

H2
{
color:#000000;
font-family:'kartika';
font-size: 40px;
text-align:center;
}

H3
{
color:'c90';
font-family:'kartika';
font-size: 28px;
text-align:center;
}

#wrapper {
		width:100%;
		height:100%;
		margin:0px auto;
		padding:5px;
		background: #000;
	}

#header {
		width:100%;
		height:80px;
		padding:0px;
		background: #000;
	}

#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: 50px;
		margin-left:0px;
		margin-right:-2px;
		padding:20px;
		background: "fda";	
	}

