* { padding: 0; margin: 0; }
* html body {
	height: 100%;
}
a {
	color: orange;
	text-decoration: none;
}
img {
	border: 0px;
}

a:hover {
	color: #f86f10;
	text-decoration: none;
}
h1 {
	font: bold small-caps 1.5em/1.0em verdana, sans-serif;
	color: #f86f10;
	margin-bottom: 10px;	
}
h2 {
	font: bold small-caps 1.2em/1.0em verdana, sans-serif;
	color: #f86f10;
	margin-bottom: 5px;	
}
hr {
	color: #FFFFFF;
	border: 0px;
	border-top: 1px solid #f86f10;
	width: 350px;
	margin-left: 45px;
	margin-top: 10px;
	height: 1px;
}
body {
	background-image: URL('../img/background.gif');
	font: 0.9em verdana, sans-serif;
}
#flames {
	background-image: URL('../img/flames.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	display: block;
	width: 925px;
}
#header {
	background-image: URL('../img/header.png');
	width: 710px;
	height: 128px;
}
#wrapper { 
	margin: 0 auto;
	display: block;
	width: 710px;
}
#faux {
	overflow: auto;
	width: 100%
}
#rightcolumn { 
	display: inline;
	background-image: URL('../img/border_box_small.png');
	min-height: 150px;
	height:auto !important;
	height: 150px;  /*IE fix */
	padding: 0px;
	width: 210px;
	float: right;
}
#leftcolumn { 
	display: inline;
	background-image: URL('../img/border_box.png');
	min-height: 500px;
	height:auto !important;
	height: 500px;  /*IE fix */
	float: left;
	padding: 0px;
	width: 500px;
}
.content {
	position: relative;
	background-image: URL('../img/flames_dezent.gif');
	background-repeat: no-repeat;
	margin-left: 30px;
	width: 445px;
	font: small-caps 0.8em/1.5em verdana, sans-serif;
}
.flames_small {
	margin-left: 10px;
	background-image: URL('../img/flames_dezent_small.gif');
	background-repeat: no-repeat;
}
.content_small {
	position: relative;
	font: small-caps 0.9em/1.5em verdana, sans-serif;
	margin-left: 10px;
}
.content_small a {
	text-decoration: none;
	color: black;	
}

.content_small a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #f86f10;	
}
#footer {
	background-image: URL('../img/footer.png');
	background-repeat: no-repeat;
	width: 710px;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
.footer_box_small {
	background-image: URL('../img/footer_box_small.png');
	background-repeat: no-repeat;
	padding: 0px;
	width: 210px;
	height: 20px;
	float: right;
}
.text_footer {
	width: 500px;
	text-align: center;
	font: small-caps 0.8em/1.0em verdana, sans-serif;
	color: #f9efd1;
}
.clear { clear: both; background: none; }

.input_text2,input,table_content input {
	width: 225px;
	overflow:auto;
}

#captcha_img {
	width: 227px;
	border: 1px solid #7F9DB9;
}

#button_send {
	background-color: orange;		
	border: 1px solid black;
	width: 150px;
}
