@charset "utf-8";
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,  sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C5994;
	line-height: 18px;
}
a {
	text-decoration:none;
	color: #2C5994;
}
a:hover {
	text-decoration:underline;
}	
#main {
	width: 980px;
	margin: auto;
}
.font13 {
	font-size: 13px;
}
#top #uj {
	position: absolute;
	top: 0px;
	right: 0px;
}
#top #menuTop {
	position: absolute;
	top: 122px;
	right: 40px;
	border-left: 1px solid #CAC8C8;
	border-right: 1px solid #CAC8C8;
}


#top {
	height: 160px;
	position: relative;
	background-image: url('/gfx/topBg.png');
	background-repeat: repeat-x;
}
#main #wrapper {
	width: 980px;
}
#wrapper #menu {
	float: left;
	width: 240px;
	margin-bottom:20px;
}
#main #footer #left {
	float: left;
	width: 220px;
	text-align: right;
	padding-right: 20px;
	height: 25px;
	background-color: #95B5DE;
	padding-top: 5px;
}
#main #footer #right {
	float: left;
	width: 700px;
	padding-left: 20px;
	border-top: 5px solid #95B5DE;
}

.clear {
	clear: both;
}
.right {
	text-align: right;
}
#wrapper #content {
	float: left;
	width: 710px;
	display: inline;
	padding: 14px 10px 10px 20px;
}
#content .partLeft {
	float: left;
	width: 460px;
}
p.red a {
	color:#D70707;
}
#content  p {
	margin-top: 10px;
}

#content .partRight {
	float: left;
	width: 210px;
	padding-left: 30px;
}
#main #footer {
	height: 30px;
	font-size: 10px;
}

.small {
	font-size: 11px;
}
ul {
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	list-style-image: url('/gfx/listType.png');
	margin-left: 0px;
}




.red {
	color: #D70707;
}
.blue {
	color: #1F317F;
}
#top .name {
	position: absolute;
	left: 261px;
	top: 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}
h1 {
	font-size: 25px;
	margin-bottom: 15px;
}

#gallery{
    width: 400px;
}

.image_box{
    float: left;
    width: 90px;
}

.img_box img{
    display: block;
    margin: auto auto;
}
.tinyBlue {
	color:#B6CFF0;
}
input {
	border:1px solid #CAC8C8;
}
label {
	display:block;
	float:left;
	width:220px;
	padding:4px 8px;
	background-color:#E5ECF4;
	text-align:right;
}
#form input {
	display:block;
	float:left;
	margin:4px 5px;

}
.button {
	color:white;
	background-color: #1B59A2;
	padding:4px;
	display:block;
	margin-left:320px;
	border:0px;
}
