* {

	padding: 0;

	margin: 0;

}



body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	font-weight: normal;

	color: #eee;

	/*background-image: url(../images/bg.png);*/
	
	background-image: url(../images/bg.jpg);

	background-repeat: repeat;

	background-color: #000;

}



a, a:hover {

	border: none;

	text-decoration: none;

	padding: 0;

	margin: 0;

	color: #eee;

	font-weight: bold;

}



a:hover {

	text-decoration: underline;

}



p {

	margin: 6px 0;

	text-align: justify;

	line-height: 14px;

}



h2 {

	margin: 12px 0px;

	font-size: 13px;

	font-weight: bold;

	color: #ccc;

}



h3 {

	margin: 8px 0px;

	font-size: 12px;

	font-weight: bold;

}



ul {

	margin: auto;

}



ul li {

	list-style:none;

	background: transparent url(../images/dot.gif) no-repeat 0%; 

	padding-left: 12px;

	background-position: top;

	background-position: left;

}



img {

	border: none;

	padding: 0;

	margin: 0;

}



img a{

	border: none;

	padding: 0;

	margin: 0;

	text-decoration: none;

	line-height: normal;

}



.buttons {

	padding: 0px 0px 0px 0px;

	color: #1d1e22;

}



.buttons a, .buttons a:hover {

	padding: 0px 18px;



}



#top_header {

	width: 100%;

	height: 73px;

	/*background-image: url(../images/header_bg.png);*/
	
	background-image: url(../images/header_bg.jpg);

	background-repeat: no-repeat;

}



#content {

	float: right;

	/*background-image:url(../images/content.png);*/
	
	background-image:url(../images/content.jpg);

	width: 580px;

	height: 480px;

}



#content_left {

	width: 360px;

	height: 480px;

	float: left;

	/*background-image:url(../images/content_car.png);*/
	
	background-image:url(../images/content_car.jpg);

	background-repeat: no-repeat;

}



#footer {

	width: 940px;

	height: 58px;

	color: #626262;

	/*background-image:url(../images/footer.png);*/
	
	background-image:url(../images/footer.jpg);

	background-repeat:no-repeat;

	clear:both;

}



#footer a, #footer a:hover {

	font-size: 10px;

	color: #7f7f7f;

}



.text_field, .text_field_s, .text_area {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	font-weight: normal;	

	color: #ccc;

	width: 98%;

	/*width: 250px;*/

	border: 1px solid #252525;

	/*background: none;*/

	background-color:#555;

	padding: 2px;

}



.text_field_s {

	width: 150px;

}

/*

.text_area {

	width: 100%;

	width: 350px;

}

*/

.button {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #ccc;

	border: 1px solid #252525;

	background-color:#222;

	padding: 2px;

	margin-top: 1px;

}


