/* common settings */
html,body {
	margin:0;
	padding:0;
	line-height:1;
	width:100%;
}
body {
	background-color:white;
	font-family:"Comic Sans MS", "Courier New", Arial;
	color:#3a3c26;
	font-size:0.8em;
}
table {padding:0; border-collapse:collapse;}
table td {padding:0;border:0; vertical-align:top;}
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em;}
ul,ol,li,ul li,h1,h2,h3,h4,h5,h6,
pre,form,div,
body,html,
p,a,blockquote,fieldset,input{margin:0;padding:0;}
ul,ol{list-style:none;}
li,dd,blockquote{margin-left:1em;}
a img,:link img,:visited img{border:none;}
fieldset{border:solid 0 transparent;}
input,select,textarea{font-size:100%;}

.fclear{clear:both; font-size:0; line-height:0; height:4px;}
.no{display:none;}

a {text-decoration:underline; color:#3a3c26;}
a:hover {text-decoration:none;}

img {border:0;}

/* wrapper */
#wrapper {
	margin:0 auto 0 0;
	width:995px;
	background:url(images/main-bg.jpg) left top repeat-y;
}

/* logo */
.logo {
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
}

/* template table */
.template {width:100%;}
.template .template-left {
	width:270px;
	padding-top:363px;
	background:url(images/bottom-bear.jpg) left bottom no-repeat;
}
.template .template-right {
	width:726px;
}


/* main (right) table */
.main {width:100%;}
.main .banner-top {
	background:url(images/banner-top-hr.gif) left top repeat-x #ffecc6;
}
.main .banner-top div {
	padding:13px 30px 12px 185px;
	background:url(images/banner-top-bg-right.gif) right top repeat-y;
	height:60px;
	text-align:center;
}
* html .main .banner-top div {padding:13px 30px 9px 185px;}
.main .top-text {
	padding:0 30px 0 185px;
	background:url(images/top-text-bg.jpg) 185px top no-repeat;
	height:27px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	color:#1d4581;
}
.main .main-in {
	background:url(images/main-left-bg.jpg) left top repeat-y;
}
.main .main-in .bg1 {
	background:url(images/main-bg1.jpg) 30px 229px no-repeat;
}
.main .main-in .bg2 {
	background:url(images/main-bg2.jpg) 532px 9px no-repeat;
	padding:43px 32px 10px 53px;
}

/* table with data */
.main .main-table {width:100%;}
.main .main-table td {padding:7px;}
.main .main-table .leftc {
	text-align:right;
	width:233px;
}
.main .main-table .leftc img {border:2px solid #d185a9;}
.main .main-table .rightc {
	text-align:left;
	width:370px;
}
.main .main-table .rightc a {
	color:#5d8eda;
	text-decoration:none;
}
.main .main-table .rightc a:hover {
	text-decoration:underline;
}
.main .main-table .hr {
	background:url(images/main-bg.gif) left center repeat-x;
	padding:2px;
}
.main .bottom-line {
	background:url(images/main-bg-bottom.jpg) left top no-repeat;
	height:37px;
	padding:0;
}

/* left menu */
ul.left-menu {margin-left:28px;}
ul.left-menu li {
	padding:5px 0 5px 28px;
	background:url(images/left-menu-ico.gif) left center no-repeat;
	font-size:1.3em;
	line-height:1.2;
}
ul.left-menu li a {
	text-decoration:none;
	color:#c24591;
	line-height:1;
}
ul.left-menu li a:hover {
	text-decoration:underline;
}

/* left text block */
div.left-text {
	padding:28px;
	line-height:1.2;
}
div.left-text h3 {
	font-size:1.2em;
	margin-bottom:0.5em;
}

/* banner bottom */
.banner-bottom {
	padding:10px 47px;
	text-align:right;
	height:31px;
}
