/* Inner styles */
@import url("innerstyles.css");

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	}
body {
	background:url(../images/bg.jpg) #fff repeat-x left top;
	font-family:Trebuchet MS;
	color:#333;
	font-size:14px;
	line-height:16px;
	}
body.innerbg {
	background:url(../images/inne_page_bg.jpg) #fff repeat-x left top;
	}
#wrapper {
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:url(../images/wrapper_bg.gif) repeat-x left bottom;
	}
#header {
	width:953px;
	clear:both;
	overflow:hidden;
	margin:0 auto;
	}
#content {
	width:953px;
	clear:both;
	overflow:hidden;
	margin:0 auto;
	padding:0 0 50px 0;
	}
#footer, #footer_s {
	width:100%;
	margin:0 auto 0 auto;
	clear:both;
	overflow:hidden;
	} 
#footer {
	background:url(../images/footer_bg.gif) repeat-x left top #1f5979;
	}
#footer_s {
	background:url(../images/footer_bg1.gif) repeat-x left bottom;
	}

h2 {
	color:#284467;
	font-size:22px;
	line-height:22px;
	}
h3 {
	color:#4b9f42;
	font-size:18px;
	line-height:18px;
	padding:25px 0 5px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #e0e0e0;
	}
h3.txt1 {
	font-size:22px;
	line-height:24px;
	}
h3.txt2 {
	font-size:20px;
	line-height:24px;
	color:#2474ab;
	}
h4 {
	color:#fff;
	font-size:20px;
	text-align:center;
	font-weight:normal;
	padding:13px 0 0 0;
	}

#msg{font-weight:bold; color:#fff;}
