/* CSS Document */

body	{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(images/fade.jpg) top left repeat-x;
	font-size:13px;
}

.container	{
	color:#666666;
	width:760px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:30px;*/
	margin-top:20px;
	text-align:left;
	/*background:url(images/fade.jpg) top left repeat-x;*/
	background:url(images/containerbg.jpg) top center no-repeat;
	/*border:1px solid white;*/
}

.contentLeft	{
	width:65%;
	padding-right:10px;
}
.contentRight	{
	float:right;
	padding-left:10px;
	width:30%;
}

.title	{
	font-size:1.2em;
	font-weight:bold;
}

.container img	{
	border:1px solid white;
}

.footer	{
	font-size:11px;
	text-align:center;
	width:100%;
	margin-top:30px;
	border-top:1px solid #EAEAEA;
	padding-top:5px;
}

a, a:visited	{
	text-decoration:underline;
	color:#666666;

}

.menu	{
	float:right;
	margin-top:10px;
}