/* apnerve - an open source html/css website layout by apnerve (http://apnerve.blogspot.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my email apnerve@gmail.com

Version: 1.0
(january 21, 2005) */
/* This was made in 4 hours only, hence no proper comments are available. For help write to me:apnerve@gmail.com */
body{
	margin:0px;
	padding:0px 1% 0px 1%;
	font:80% trebuchet ms;
	text-align:center;
}
#container{
	margin:0px;
	padding:0px;
	text-align:left;
	width:100%;
}

#header{
	height:55s0px;
	background-color:#CCFF66;
	color:#fff;
	padding:1%;
	margin-bottom:2px;
}
#main{
	float:left;
	width:70%;
	padding:1%;
	background-color: #ccf;
	margin:0px 0px 2px 0px;
}

h2{
	color:#333;
	font-size:1em;
	margin:0px;
}

#topnav a{
	padding:3px 10px 0px 10px;
	font-weight: bold;
}

.color
{
color:#FF0000;
}

.on
{
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
}

