body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 150%;
	color: #000000;
	background: url('../images/bg.jpg') #646464 repeat;
}

.label_left 
{
    float: left;
	height:20px;
    width: 300px;
	vertical-align:top;
	/*border:1px solid red;*/
}

.input_left 
{   
    float: left;
    width: 500px;
    font-size:12px;
	height:15px;
	text-align:left;
	vertical-align:top;
	/*border:1px solid blue;*/
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 766px;
	border: 2px solid #303030;
	background: url('../images/bg-container.jpg') #ffffff repeat-y top left;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 766px;
	height: 206px;
	background: url('../images/header.jpg') no-repeat top left;	
}
#left {
	float: left;
	width: 270px;
	padding: 0px 0px 15px 0px;
	background: url('../images/bg-left.jpg') no-repeat top left;
}
#left ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 200px;
}
#left ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#left ul li a {
	margin: 0px 0px 0px 10px;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	background: url('../images/bg-menu.gif') no-repeat 200px center;
	width: 200px;
	display: block;
	border-top: 1px solid #8c453c;
	font-size: 110%;
}
#left ul li a:hover {
	background: url('../images/bg-menu-over.gif') no-repeat 200px center;
	color: #cccccc;
}
#left a.contact {
	margin: 0px;
	padding: 116px 0px 0px 0px;
	display: block;
	float: left;
	height: 0px !important; 
	width: 258px;
	overflow: hidden;
	height /**/: 116px; /* for IE5/Win */
	background: url('../images/btn-contact.jpg') no-repeat 0px 0px;	
}
#left a.contact:hover {
	background: url('../images/btn-contact.jpg') no-repeat 0px -116px;	
}
#contents {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 476px;
	float: left;
}
#contents img {
	padding: 0px;
	margin: 4px;
	border: 2px solid #a39161;
}
#contents h1 {
	color: #79051c;
	font-size: 175%;
}
#contents h2 {
	color: #79051c;
	font-size: 150%;
}
#contents h3 {
	color: #79051c;
	font-size: 120%;
	text-decoration: none;
}
#contents a {
	color: #79051c;
	text-decoration: underline;
}
#contents a:hover {
	color: #79051c;
	text-decoration: none;
}
#contents input, textarea, select {
	width: 140px;
	margin: 0px;
	border: 1px solid #79051c;
	padding: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
}
#contents input.button {
	margin: 5px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	width: 65px;
	height: 25px;
	border: 1px solid #79051c;
	font-size: 12px;
	color: #ffffff;
	background: #79051c;
	font-weight: bold;
}
#contents label {
	display: block;
	float: left;
	clear: both;
	width: 175px;
	font-weight: bold;
	line-height: 22px;
}

#contents div.text {
	margin: 5px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	width: 69%;
	height: 25px;
	border: 1px solid #79051c;
	font-size: 12px;
	background: #79051c;
	font-weight: bold;
}

#contents div{
	margin: 5px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	width: 90%;
	height: 100%;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
#contents div.label{
	margin: 5px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	width: 30%;
	height: 25px;
	font-size: 12px;
	color: red;
	font-weight: bold;
	border:1px solid blue;
}


#footer {
	clear: both;
	background: #79051c;
	width: 746px;
	font-size: 90%;
	color: #ffffff;
	padding: 0px 10px 0px 10px;
	text-align: right;
	border-top: 1px solid #ffffff;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	text-decoration: none;
}

