	body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		background:#C8C8C8;
		margin:0px;
	}
	a img {border:0px;}
	.left {float:left;}
	.right {float:right;}
	.clear {clear:both;}
	
	#bodyContainer {
		margin:0px auto;
		background:#fff url(img/bgContent.jpg) right bottom no-repeat;
		width:900px;
		padding-left:50px;
		border:1px solid #3262A4;
		border-top:0px;
	}
	#header {
		margin-left:20px;
	}
	#menu {
		width:450px;
		margin:20px;
		margin-left:0px;
	}
	#menu {
		color:#45BED9;
		width:600px;
		margin-left:12px;
	}
	#menu a {
		color:#666;
		text-decoration:none;
		margin:0px 8px;
	}
	#menu a:hover {
		color:#45BED9;
	}
	#content {
		width:450px;
		padding-left:20px;
		line-height:16px;
	}
	#content h1 {
		line-height:20px;
		font-size:16px;
	}
	#content h2 {
		line-height:20px;
		font-size:14px;
	}	
	#text {
		overflow-y:auto;
		height:305px;
		padding-right:20px;
	}
	#footer {
		background:url(img/bgFooter.jpg) bottom left repeat-x;
		text-transform:uppercase;
		margin-top:5px;
		height:27px;
		color:#FFF;
		font-size:14px;
		padding-top:5px;
		width:900px;
	}
	.thumbnail {
		border:2px solid #3262A4;
		margin:5px;
		cursor:pointer;
	}

