body
{
	margin: 0px;
	text-align: center;
	background-image: url(images/grad.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #e1eaef;
	font-family: "Arial";
}

a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

ul
{
	margin-top: 20px;
	margin-left: 50px;
}

ol
{
	margin-top: 20px;
	margin-left: 50px;
}

li
{
	padding-top: 5px;
}

a:hover
{
	text-decoration: underline;
}

*
{
	margin: 0px;
	padding: 0px;
}

p
{
	padding-top: 20px;
}

.box
{
	margin-top: 20px; 
	padding: 5px; 
	border-style: solid; 
	border-color: #CCCCCC; 
	border-width: 1px;
}


#clear
{
	clear: both;
}

#title
{
	font-size: 46pt;
	float: left;
	width: 450px;
}

#subtitle
{
	font-size: 14px;
	float: left;
	width: 220px;
	padding-top: 15px;
	font-weight: normal;
}

#container
{
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#main
{
	float: right;
	width: 700px;
}

#sidebar
{
	float: right;
	width: 300px;
	text-align: center;
}

#sidebar img
{
	border-style: none;
}

