div#middle
{
	border:1px solid #eeeeee;
	background-color:#eeeeee;
}
div#left
{
	padding:0px;
	padding-left:30px;
	width:418px;
	background-color:#eeeeee;
	height:200px;
	text-align:left;
	font-size:18pt;
	border:1px solid #eeeeee;
}
div#left p
{
	margin-top:25px;
	color:#777777;
}
div#right
{
	float:right;
	width:442px;
	margin-right:0px;
	height:200px;
	background:url(../images/bgright.jpg) repeat-x bottom #ffffff;
	border:1px solid #eeeeee;
}
		div#right h1
		{
			padding-top:15px;
			color:#777777;
			margin:0px;
		}
		div#right h2.c2
		{
			color:#777777;
			margin:0px;
			padding-top:0px;
		}
		div#right a,a:visited,a:link
		{
			text-decoration:none;
			color:#888888;
		}
		div#right a:hover
		{
			text-decoration:underline;
		}
		
div#footer
{
	text-align:center;
	clear:both;
	margin-top:30px;
}

img
{
	border:0px;
}