HTML {background : #f7d8e8 url(images/bg.jpg);}

BODY {
	background-image: url(images/body.png);
	background-repeat:repeat-x;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0 auto;
	text-align:center;
	font-size: 11px;
	line-height: 130%;
	color: #333333;
}

* {padding:0; margin:0;}

H1 {FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 20px; color: #333333; font-weight: normal; padding: 30px 0 15px 20px; letter-spacing:.02em; }

H2 {FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 16px; color: #333333; font-weight: normal; padding: 20px 0 6px 20px; }

H3 {FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; font-weight: normal; padding: 10px 0 4px 20px; }

img	{border:none} 

A:link {color:#033749; text-decoration: none}

A:visited {color:#034b64; text-decoration: none}

A:hover {COLOR: #3f2384; text-decoration: underline}

A:active {COLOR: #990000; text-decoration: underline}


#container { 
	position:relative;
	width: 955px;
	margin: 0 auto;
	text-align:left;
}

#top {	
	position:relative;
	width: 955px;
	height: 105px;
	margin: 0 auto;
}


#logo {
	position:absolute;
	left: 26px;
	top: 6px;
	width: 407px;
	height: 90px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	}

ul#top_smenu {
	position:relative;
	left: 662px;
	width: 222px;
	height: 26px;
	list-style-type:none; float: left;
	}
	
ul#top_smenu a {
	display:block;
	height: 26px;
	text-decoration:none;
	text-indent: -9999px;
	}	
	
li#sm_1 {
	position:absolute;
	width: 56px;
	height: 26px;
	background: url(images/top_smenu.jpg) no-repeat 0 0;}
	
li#sm_2 {
	position:absolute;
	left: 56px;
	width: 88px;
	height: 26px;
	background: url(images/top_smenu.jpg) no-repeat -56px 0;}

li#sm_3 {
	position:absolute;
	left: 144px;
	width: 78px;
	height: 26px;
	background: url(images/top_smenu.jpg) no-repeat -144px 0;}
	
li#sm_1 a {width:56px;}
li#sm_2 a {width:88px;}
li#sm_3 a {width:78px;}

li#sm_1 a:hover {background: url(images/top_smenu.jpg) no-repeat 0 -26px;}
li#sm_2 a:hover {background: url(images/top_smenu.jpg) no-repeat -56px -26px;}
li#sm_3 a:hover {background: url(images/top_smenu.jpg) no-repeat -144px -26px;}


