body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #292929;
	color: #FFFFFF;
	scrollbar-face-color: #110D0E;
    scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #3B3B3A;
	scrollbar-darkshadow-color: #333333;
	scrollbar-shadow-color: #333333;
	scrollbar-arrow-color: #3B3B3A;
	scrollbar-track-color: #292929;
}
.style2 {
font-size: 14px
}

.style11 {
 font-size: 12px;
 color: #212121;
}

.style14 {
color: #FFFFFF
}

.style22 {
font-size: 10px
}

.style33{
	font-family: Tahoma;
	font-size: 12px;
	width: 380px;
	height: 400px;
	overflow: auto;
	color: #FFFFFF;
}

h1, h2, h3 {
	color: #FF9900;
	font-size: 15px;
}

h2 {
	color: #FFFFFF;
	font-size: 13px;
}

h3 {
	color: #FFFFFF;
	font-size: 13px;
}

p, ul, ol, blockquote {
	margin-top: 0px;
	padding-right: 5px;
}
a:visited {
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}

img {
	background-image: url(images/backgraund.jpg);
}

/* Header */

#header {
	width: 965px;
	height: 80px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header.jpg);
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Header-Index */

#header-index {
	width: 965px;
	height: 80px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content */

#content {
	width: 965px;
	margin: auto;
	height: 420px;
}

#content-contactform {
	width: 965px;
	margin: auto;
	height: 70px;
}

/* Media */

#media {
	width: 361px;
	margin: auto;
	height: 230px;
}


/* Index */

#index {
	width: 965px;
	margin: auto;
	height: 217px;
}

/* Index-Footer */

#index-footer {
	width: 965px;
	margin: auto;
	height: 25px;
}

/* Footer */

#footer {
	width: 965px;
	margin: auto;
	height: 20px;
	font-size: 12px;
}

