/* CSS Document */

body
{
font-size:smiall;
}

#header
{
	background-color: #ffffff;
	height:100px;
}

#logo
{
float:left;
width:25%;
padding:2px;
}

#ads
{
float:right;
width:70%;
padding:2px;
}

#menu
{
margin:10px 2px 20px 2px;
	border-bottom-width: 1%;
	border-bottom-style: solid;
	border-bottom-color: #00f;
	padding:10px 2px 5px 2px;

}

#content{
float: left;
width: 100%;
}


#contentcolumn
{
float: left;
width: 70%; 
margin:10px 2px 5px 2px;
padding:5px 2px 5px 2px;
border-right-style:solid;
border-right-width:1px;
border-right-color:#0000FF;
}

#rightcolumn
{
float: right;
padding:5px 2px 5px 20px;
width: 22%; /*Width of right column in float*/
}

#footer
{
	clear:both;
	color: #0000FF;
	padding:5px 2px 5px 2px;
	border-top-style:solid;
	border-bottom-width:1%;
	text-align: center;
	border-top-color: #0000FF;
}

h1
{
font-size:200%;
}

h2
{
font-size:180%;
}

h3
{
font-size:150%;
}

h4
{
font-size:120%;
}

h5
{
font-size:100%;
}

h6
{
font-size:80%;
}


