html {
	height:100%;
	width:100%;
}

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size: 12px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.01em;
	background-color: #000;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
	background-position: left top;
	line-height: 17px;
}

img {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

td, th {
	vertical-align:top;
}

a {
	color:#FFF;
	text-decoration:underline;
}

a:hover {
	color:#007e7b;
	text-decoration:none;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

h1 {
	color:#4D4D4D;
	font-size: 14px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

h2 {
	color:#FFF;
	font-size:12px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #0b3983;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
}
h2 a {
	color: #FFF;
	text-decoration: underline;
}


h3 {
	color:#ff0000;
	font-size:16px;
	margin-bottom:10px;
	font-family:"Times New Roman", Times, serif;
}

.clear {
	clear: both;
}
div {

}


#wrapper {
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
	height: auto !important;
	height: 100%;
	background-repeat: repeat-x;
	width: 877px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.gif);
}
#fp_left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#fp_right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bot_menu {
	margin-top: 15px;
	margin-bottom: 15px;
}

