
body{
	background: #eee url(images/bgd.jpg) 50% 0%;
	margin:0px;
	padding:0px;
}

#page_block{

}
#header_block{
	width:860px;
	height:209px;
	border:0px solid red;
	background: #eee url(images/header.jpg) no-repeat center;
	text-align:left;
}
#home_link{
	/*float:left;*/
	width:400px;
	height:137px;
	cursor:pointer;
	border:0px solid red
}
#next_prev{
	width:400px;
	height:25px;
	border:0px solid red;
	/*float:left;*/
	/*margin:130px 0 0 0;*/
	padding:0 0 0 118px;
	font: 16px sans-serif;
	/*font-weight: bold;*/
}
#next_prev a:link {color: #f90;text-decoration:none;}     /* unvisited link */
#next_prev a:visited {color: #f90;text-decoration:none;}  /* visited link */
#next_prev a:hover {color: #f60;text-decoration:none;}   /* mouse over link */
#next_prev a:active {color: #f30;text-decoration:none;}   /* selected link */
#next_prev2{
	width:400px;
	height:25px;
	border:0px solid red;
	/*float:left;*/
	/*margin:130px 0 0 0;*/
	padding:25px 0 0 0;
	font: 16px sans-serif;
	/*font-weight: bold;*/
}
#next_prev2 a:link {color: #f90;text-decoration:none;}     /* unvisited link */
#next_prev2 a:visited {color: #f90;text-decoration:none;}  /* visited link */
#next_prev2 a:hover {color: #f60;text-decoration:none;}   /* mouse over link */
#next_prev2 a:active {color: #f30;text-decoration:none;}   /* selected link */

#content_block{
	width:860px;
	border:0px solid blue;
	background: #eee url(images/page_bgd.jpg) repeat-y center;
	/**/
	font: 14px sans-serif;
	color: #666;
	/**/
}
h1{
	font: 20px sans-serif;
	margin:0px;
	padding:0px;
	color:#f90;
}
h2{
	font: 18px sans-serif;
	margin:20px 0px 0px 0px;
	padding:0px;
	color:#f60;
}
h3{
	font: 16px sans-serif;
	margin:10px 0px 5px 0px;
	padding:0px;
	color:#f30;
}

p{
	margin:5px 20px 10px 10px;
	text-align:justify;
}
p.end{
	/*Used to end a page without the gap*/
	margin:5px 20px 0px 10px;
}
#content{
	text-align:left;
	padding-left:120px;
	padding-right:120px;
}

#content a:link {color: #f90;text-decoration:none;}     /* unvisited link */
#content a:visited {color: #f90;text-decoration:none;}  /* visited link */
#content a:hover {color: #f60;text-decoration:none;}   /* mouse over link */
#content a:active {color: #f30;text-decoration:none;}   /* selected link */

#image_with_title{
	display:inline;
	border:0px solid #ff0;
	/*background-color:none;*/
	margin:5px;
	padding:5px;
	text-align:center;
}

/*sliders*/
.slider_container{
	width:400px;
	background-color:orange;
}
.slider_header{
	background-color:red;
	cursor:pointer;
}
.slider_block_container{
	border:1px solid yellow;
}
.slider_block{
	height:300px;
	color:white;
}
.slider_footer{
	background-color:#f30;
}
/*----------------*/

#footer_block{
	width:860px;
	height:143px;
	border:0px solid green;
	background: #eee 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:0px;
	/*padding:2px;*/
	border:2px solid #000;
	background-color:#000;
	text-align:center;
}
#thumb:hover{
	border:2px solid #f60;
	cursor:pointer;
}
#popup{
	margin:10px;
	padding:10px;
	border:5px solid #f60;
	background-color:#000;
	vertical-align:middle;
}
