
body{
	background: #491f67 url(/images/bgd.jpg) center;
}

#page_block{

}
#header_block{
	width:860px;
	height:179px;
	border:0px solid red;
	background: #662c91 url(/images/header.jpg) no-repeat center;
}
#content_block{
	width:860px;
	border:0px solid blue;
	background: #662c91 url(/images/page_bgd.jpg) repeat-y center;
	/**/
	font: 14px arial bold;
	color: #ff0;
	/**/
}
h2{
	font: 18px arial bold;
	margin:0px;
	padding:0px;
	color:#f90;
}
h3{
	font: 16px arial bold;
	margin:0px;
	padding:0px;
	color:#f90;
}
p{
	margin-bottom:0px;
}
#content{
	text-align:left;
	padding-left:120px;
	padding-right:120px;
}

#content a:link {color: #f90}     /* unvisited link */
#content a:visited {color: #f90}  /* visited link */
#content a:hover {color: #f60}   /* mouse over link */
#content a:active {color: #f30}   /* selected link */

#image_with_title{
	display:inline;
	border:0px solid #ff0;
	background-color:none;
	margin:5px;
	padding:5px;
	text-align:center;
}
#footer_block{
	width:860px;
	height:130px;
	border:0px solid green;
	background: #662c91 url(/images/footer.jpg) no-repeat center;
}
#google_ad_block{
	width:860px;
	height:auto;
	border:0px solid green;
	/*background: #662c91 url(/images/footer.jpg) no-repeat center;*/
}
#thumb{
	margin:5px;
	padding:3px;
	border:2px solid #491f67;
	background-color:#000;
	text-align:center;
}
#thumb:hover{
	border:2px solid #ff0;
	cursor:pointer;
}
#medium{
	margin:10px;
	padding:10px;
	border:5px solid #662c91;
	background-color:#000;
	vertical-align:middle;
}