﻿body {
	background-color:#CCCCCC;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:100%;
}
#wrapper {
	width:760px;
	margin:0 auto;
	background-color:white;
	padding:10px;
}
p{
	font-size:80%
}
#header{
	margin:0;
}
#header h1{
	font-size:210%;
	color:black;
	text-align:center;
	font-style:italic;
	line-height:250%;
	font-weight:normal;
	margin:0 0 10px 0;
}
#maincontent{
	float:right;
	width:400px;
	font-size:90%;
	line-height:150%;
}
#maincontent h1{
	font-size:160%;
}
#sidebar{
	float:left;
	width:300px;
	background-color:#838b8b;
	font-size:100%;
	padding:0 10px;
	font-size:90%;
	padding:0 10px;
}
#footer{
	clear:both;
	padding:10px;
	font-size:70%;
}
/******************************* menubar styles ********************************/
#menubar ul{
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	width:760px;
	background-color:#FFFF66;
	float:left;
}
#menubar ul li{
	float:left;
}
#menubar ul a{
	display:block;
	padding:0 2em;
	color:black;
	line-height:2em;
	text-decoration:none;
}
#menubar ul a:hover{
	background-color:#CCCCCC;
	color:
}
/******************************** form styles *************************/
input{
	width:250px;
}
input#sendbutton{	
	width:100px;
}
input,textarea{
	width:250px;
}
label{
	display:block;
}

