body, td, th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
}
body {
	background-color: #171717;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#divHeader {
	color: #FFF;
	background-image: url(../_images/headerBKfluid.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	height: 162px;
	margin: 0px;
	background-position: top;
}
#divHeaderContent {
	height: 162px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../_images/headerBK.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#divHeaderEngSpa  {
	position: absolute;
	top: 10px;
	right: 20px;
}

#divMenu {
	position: absolute;
	bottom: 1px;
	clip: rect(auto,auto,auto,auto);
	right: -1px;
}
#divMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#divMenu ul li {
	float: left;
	margin: 0px;
}
#divMenu ul li a {
	color: #999;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 25px;
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0A0A0A;
	font-size: 18px;
}


#divMenu ul li a:hover {
	color: #FFF;
	background-color: #000;
	border-top-color: #666;
}
#divHeaderContent #divHeaderEngSpa {
	color: #666;
	height: 20px;
	line-height: 20px;
}
#divHeaderContent #divHeaderEngSpa a {
	text-decoration: none;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0E0E0E;
}
#divHeaderContent #divHeaderEngSpa a:hover {
	border-bottom-color: #06F;
	color: #FFF;
}
#divBody {
	background-image: url(../_images/bodyBK.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#divBodyContent {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#divBodyContent .tdVAlignTop {
	vertical-align: top;
}

#divBodyContent .txtCentered {
	text-align: center;
}
#divBodyContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #CCC;
	line-height: 70px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 1em;
	clear: both;
	background-position: top;
	background-repeat: no-repeat;
}
#divBodyContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 2em;
	color: #578CAD;
	clear: both;
}
#divBodyContent h3 {
	line-height: 1.5em;
	color: #CFBD91;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
#divBodyContent p {
	line-height: 1.3em;
	padding-top: .3em;
	padding-bottom: 0.3em;
	font-family: Verdana, Geneva, sans-serif;
}
#divBodyContent a  {
	color: #999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 1px;
}
#divBodyContent a:hover {
	color: #FFF;
	border-bottom-color: #09F;
}
#divBodyContent strong {
	font-weight: bold;
	color: #FFF;
}
#divBodyContent #previewImg {
	border: 3px solid #000;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


#divForm {

}

#divForm form input, #divForm form textarea {
	background-color: #2B2B2B;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	width: 200px;
	margin-bottom: 10px;
}
#divForm form label {
	color: #CFBD91;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 200px;
}
#divForm label span {
	color: #666;
	font-size: 10px;
	float: right;
}
#divForm #button {
	background-color: #111;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #CFBD91;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #666;
	width: 100px;
	margin-left: auto;
	display: block;
	cursor: pointer;
	margin-right: 10px;
}



#divFooter {
	background-image: url(../_images/footerBK.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	color: #4B4B4B;
	line-height: 2em;
	font-size: 14px;
	clear: both;
}
#divFooterContent {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 100px;
	text-align: center;
	padding-top: 50px;
}
