/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
form{
	display:inline;
}

/* Design */
body{
	font-family: tahoma, arial;
	font-size:12px;
	background:#fff url('images/page_header_bg.gif') repeat-x;
	line-height: 1.2em;
}
a{
	color:#1c1dff;
}
a:hover{
	text-decoration:none;
}
p{
	margin-bottom:0.8em;
}
strong.red{
	color:red;
	font-weight:inherit;
}
#page{
	position:relative;
	min-width:971px;
	max-width:2000px;
	width:971px;
	margin:auto;
	padding:0 15px;
}
#page_header{
	position:relative;
	border-bottom:1px solid #e0eaff;
	padding-bottom:1px;
	margin-bottom:10px;
}
#page_logo{
	position:relative;
	padding-top:2px;
	padding-left:8px;
	background: transparent url('images/page_logo_bg.gif') bottom left no-repeat;
	height:111px;
	width:329px;
	z-index:2;
	margin-bottom:10px;
}
#page_menu{
	position:absolute;
	top:44px;
	right:0px;
}
#page_menu img{
	width:60px;
	height:60px;
}
#page_menu li{
	padding-bottom:6px;
	padding-right:11px;
	float:left;
	background: transparent url('images/menu_item_bg.gif') no-repeat;
}
#page_menu li a{
	position:relative;
	z-index:3;
}

#page_header .top_line_block{
	background-color:#e0eaff;
	padding: 3px 10px;
	overflow: hidden;
}
#page_title{
	float:left;
	color:#ff0076;
}
#page_search{
	float:right;
	line-height:2.2em;
}
#page_search input.text{
	width:19em;
}
#page_search input.submit{
	background-color:#1c1dff;
	font-weight:bold;
	color:white;
	border-style:outset;
	border-width:2px;
	border-color:#ffffff;
	padding:2px 5px;
}
#page_description{
	clear:both;
	padding:15px 2px 5px 2px;
	border-bottom:1px solid #e0eaff;
}
#page_description strong{
	font-family:Arial;
	font-style:italic;
	font-size:13px;
}
#page_content{
	background: transparent url('images/page_content_bg.gif') 18% 0 repeat-y;
	overflow:hidden;
}
#page_content .left_block{
	width:18%;
	float:left;
}
#page_content .left_block h3{
	background: transparent url('images/left_block_header_bg.gif') no-repeat;
	padding-left:30px;
	font-family: 'Georgia';
	color: #03328c;
	font-weight:bold;
	font-size: 16px;
	line-height:26px;
	margin-top:20px;
}
ul.links{
}
ul.links li{
	padding-left:30px;
	line-height:25px;
	background: transparent url('images/icon_item_02.gif') no-repeat;
}
ul.links li.odd{
	background: transparent url('images/icon_item_01.gif') no-repeat;
}
ul.links a{
	font-family: 'Georgia';
	color:black;
}
#page_content .left_block p{
	padding:0 4px 0 6px;
	margin-bottom:1em;
}
#page_content .right_block{
	margin-left:18.2%;
	padding-right:1px;
	border:1px solid #e0eaff;
	border-left:0;
}
.border{
	border:1px solid #e0eaff;
	border-right:none;
	padding:1px;
	padding-right:0;
}
.gallery_header{
	background: transparent url('images/gallery_header_bg.png') top right no-repeat;
	padding-left:20px;
	height:42px;
	line-height:42px;
	text-align:center;
	font-size:11px;
	font-weight:normal;
}
.gallery_header img{
	float:left;
	vertical-align:middle;
}

.gallery{
	text-align:center;
	margin-bottom:15px;
}
.gallery img{
	width:150px;
	height:200px;
	border:1px solid black;
}

#page_content .right_block .text{
	margin:10px;
	line-height:1.3em;
	padding-bottom:0.5em;
}
#page_content .right_block .text h3{
	font-weight:normal;
	font-size:160%;
	font-family:arial;
	padding-left:0.2em;
	margin-bottom:0.3em;
}

#page_content .right_block .footer h3{
	text-align:center;
}
#page_content .right_block .footer p{
	line-height:1.2;
}
.archives{
	text-align:center;
	font-size:160%;
	font-weight:bold;
	margin-bottom:30px;
}
.archives a{
	font-weight:normal;
}

#page_footer{
	text-align:center;
	margin:2em 20%;
}

