body {
	background:url(images/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#333;
}

#container {
	width:1000px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	height:100px;
	background:url(images/header_bg.jpg) top left repeat-x #f3d010;
	border-bottom:5px solid #081097;
}

#header h1 {
	color:#fff;
	font-size:20pt;
	margin:0;
	padding:0px 10px 10px 10px;
}

#content {
	width:750px;
	padding:10px;
	float:right;
}
#content_heder {
	width:720px;
	padding-top:30px;
	float:right;
}
#sidebar_heder {
	width:200px;
	padding:0px;
	float:left;
	margin:0;
	
}
#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#081097;
	font-size:18pt;
	border-bottom:1px solid #3b69ee;
}

#content h3 {
	color:#081097;
	font-size:12pt;
}

#photos {
	width:428px;
	height:224px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #3b69ee;
	border-bottom:1px solid #3b69ee;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #3b69ee;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

#photos2 {
	width:428px;
	height:165px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #3b69ee;
	border-bottom:1px solid #3b69ee;
}

.imgbox2 {
	width:72px;
	height:102px;
	border:1px solid #3b69ee;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}
#galery {
	width:750px;
	height:1330px;
	margin:3px auto 3px auto;
	position:relative;
	padding:2px;
	background:#f2f7e9;
	border-top:1px solid #3b69ee;
	border-bottom:1px solid #3b69ee;
}

.imggalery {
	width:240px;
	height:180px;
	border:1px solid #3b69ee;
	background:#f1f1f1;
	margin:2px;
	float:left;
	display:inline;
}
#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
	
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
	
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
	
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:url(images/li-off.jpg) top left no-repeat #f2f7e9;
	text-indent:30px;
	text-decoration:none;
	font-weight:bold;
	color:#081097;
}

#sidebar ul li a:hover {
	background:url(images/li-on.jpg) top left no-repeat #f2f7e9;
}
.widget {
	height:70px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}	

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#f3d010;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

a {
	color:#3b69ee;
	font-weight:bold;
}

a:hover {
	background:#a2b8f5;
}
