@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFF;
	background: #1b1b1b url(img/bg.gif) repeat-x;
}

a {
	color: #dfdfdf;
}

p {
	margin: 0px 0px 15px 0px;
}

#wrapper {
	width: 1000px;
	text-align: center;
	margin: 0px auto 0px auto;
	background: url(img/bg_cracks.gif) no-repeat scroll 0px 191px;
}

#container {
	width: 598px;
	margin: 51px auto 0px auto;
}

#content {
	width: 350px;
	float: left;
}

#header {
	width: 350px;
	height: 83px;
	background: url(img/logo.gif) no-repeat;
}

#menu {
	background: url(img/bg_menu.gif) no-repeat;
	width: 350px;
	height: 53px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	margin: 7px 0px 0px 0px;
}

#menu a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
	width: 87px;
	height: 20px;
	padding: 7px 0px 0px 0px;
}

#menu a:hover {
	background: url(img/menu_hover.gif) no-repeat center;
}

#text {
	background: #939393;
	width: 310px;
	text-align: left;
	padding: 20px 20px 5px 20px;
	min-height: 400px;
}

#footer {
	width: 340px;
	height: 93px;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 10px;
	background: url(img/footer.gif) no-repeat;
	text-align: left;
}

#footer ul {
	list-style: none;
	float: left;
	margin: 0px 15px 0px 0px;
}

#flash {
	float: left;
	width: 233px;
	background: url(img/flash_bg.gif);
	height: 590px;
	margin: 0px 0px 200px 0px;
	padding: 15px 0px 0px 13px;
}

input, 
textarea {

	font-family: Arial, Verdana; font-size: 12px; background: #939393; color: #FFF; border: solid 1px #FFFFFF;}

.mailerror,
.table {

	font-family: Arial, Verdana; font-size: 12px;}
