@charset "UTF-8";
/* CSS Document */
/* html RESET                            	       
================================================*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #400800;
	text-decoration: none
}
/* Page elements                            	       
================================================*/

body {
	line-height: 1;
	background: #e6e6e6
}
#container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 1000px;
	height: 650px;
	background-color: #fff;
	border: 1px solid #cecece
}
.header, .main, .contact {
	line-height: 16px
}
.header {
	margin: 5px 5px 0 5px;
	font-weight: bold;
	width: 990px;
	height: 160px;
	background-image: url(images/domain.jpg);
	background-repeat: no-repeat
}
.main, .contact {
	margin: 0 5px 0 5px;
	width: 990px;
}
.main {
	height: 285px
}
.contact {
	height: 200px;
}
/* Custom classes
================================================*/
h1 {
	font-weight: bold;
	color: #d34a13
}
.style1 {
	font-size: 9px;
	color: #d34a13
}
.style2, .text_s {
	font-size: 9px;
	color: #000000
}
ul, ol, li {
	padding: 0 0 0 5px;
	list-style: none
}
.text, .text_s {
	border: 1px solid #e6e6e6
}
/* Hyperlink styles
================================================*/

a:link, a:visited {
	color: #d34a13
}
a:hover, a:active {
	color: #000
}

/* End
================================================*/
