@charset "utf-8";
body {
	font-family: Tahoma;
	background-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: fixed;
	background-image: url(../images/body_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
}
h1 {
	font-size: 1.5em;
	background-image: url(../images/h1_sipky.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	padding-left: 35px;
}
h2 {
	font-size: 1.2em;
    color: #F19D03;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	color: #F19D03;
	font-weight: bold;
}
a {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#all {

}

#all #Main {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	background-color: #F19D03;
}
#all #Main #Top {
	height: 298px;
	position: relative;
}
#all #Main #TopMenu {
	background-image: url(../images/topmenu_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	padding: 0px;
	height: 45px;
	margin-top: 5px;
}
#all #Main #TopMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#all #Main #TopMenu li {
	height: 45px;
	padding-left: 40px;
	padding-right:25px;
	display: block;
	background-image: url(../images/topmenu_a.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	vertical-align: middle;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #1B1B1B;
}
#all #Main #TopMenu li:hover {
	background-image: url(../images/topmenu_a_hover.png);
	
}

#all #Main #TopMenu a {
	color: #FFFFFF;
	text-decoration: none;
	height: 45px;
	_height: 35px;
	width:auto;
	vertical-align: baseline;
	float: left;
	padding-top: 10px;
}

#all #Main #Footer {
	background-color: #333333;
	font-size: 0.8em;
	color: #F19D03;
	text-align: right;
	height: 20px;
	padding-top: 5px;
}


#all #Main #Content {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	color: #333333;
	padding: 10px;
}

#all #Main #Right {
	float: left;
	width: 290px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	color: #333333;
	padding: 10px;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

