@charset "UTF-8";
/* CSS Document */

body, html {
	height: 100%;
	margin: 0px;
	background-color: #111111;
	background-image: url(../_int/background.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

body, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #FF6600;
	letter-spacing: 1px;
}

h3 {
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
}

strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#float {
	float: left;
}

#frame {
	width: 778px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	width: 778px;
}

#body {
	float: left;
	width: 518px;
	min-height: 321px;
	background-image: url(../_int/body_back.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	
}

#menu {
	float: left;
padding-left: 260px;
	width: 518px;
	height: 53px;
}

#content {
	padding: 20px;
padding-left: 280px;
	width: 478px;
	float: left;
	line-height: 15px;
}

#footer {
	padding: 5px;
	float: left;
	width: 768px;
	height: 120px;
	background-image: url(../_int/footer.gif);
}

.footer {
	font-size: 10px;
}

.desc {
	font-size: 11px;
	border-top: 1px dotted #333333;
	padding-right: 10px;
}

.desc p {
	font-size: 11px;
	margin-top: 0px;
}

/* Table layout to make footer always available */
table#wrapper {
	height:100%;
	width:100%;
}

th#wrappercontent {
	height:100%;
	text-align:left;
}

td#wrapperfooter {
	height:1%;
	text-align:left;
	width: 100%;
}