/* CSS Document */

body {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#container {
	width:720px;
	margin:0 auto;
}	

#header {
	background-image:url(images/header_bg.jpg);
	height:180px;
	width:720px;
}
#content {
	position:relative;
	top:5px;
}

#content_left {
	float:left;
	width:430px;
	padding: 5px;
}

#content_right {
	float:right;
	width:280px;
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
}

#content_right img	{
	border: none;
	margin-bottom: 10px;
	}
	
#content_left img	{
	border: none;
	}

#footer {
	background-image:url(images/footer.jpg);
	height:40px;
	width:720px;
	clear:both;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
	color:#FFFFFF;
}

#footer a {
	color:#CCCCCC;
	text-decoration:none
}

#valid	{
	text-align:center;
	margin-top:10px;
}

