body {
	background:url(background.jpg) no-repeat;
	background-position:center;
	background-color:#353535;
}
h2.body  {text-align: left; 
padding-right: 10px; 
padding-left: 10px; 
font-family: verdana; 
font-size: 14px; 
color: black; 
font-weight: normal; 
margin-top: 2px; 
vertical-align: top
}
h2 {
	font-family:arial;
}

h1.heading  {text-align: left; 
padding-right: 10px; 
padding-left: 10px; 
font-family: verdana; 
font-size: 12px; color: black; 
font-weight: bold; 
margin-top: 2px; 
vertical-align: top 
}

h1.contact {text-align: center; 
font-family: arial; 
font-size: 14px; 
color: black; 
font-weight: bold; 
padding-left: 10px
}

h2.bottom  {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font-family: verdana;
	font-size: 10px;
	color: white;
	font-weight: normal;
	margin-top: 2px;
	vertical-align: top
}
h2.bottom a {
	text-decoration:none;
	color:black;
}
h2.bottom a:hover {
	color:white;
}
strong.heading {
	color: white
}
* {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.3em;
	margin-bottom: 15px;
}

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 450px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #000000;
}

#contact-area textarea {
	height: 150px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

a:link {
	font-family: Verdana;
	font-size: 9pt;
	color: #0066CC;
}

a:visited {
	font-family: Verdana;
	font-size: 9pt;
	color: #0066CC;
}

a:hover {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
}

a.prod:link {
	text-decoration: none;
	font-family: Verdana;
	font-size: 14pt;
	color: #777777;
	font-weight: bold
}

a.prod:visited {
	text-decoration: none;
	font-family: Verdana;
	font-size: 14pt;
	color: #777777;
	font-weight: bold
}

a.prod:hover {
	font-family: Verdana;
	font-size: 14pt;
	color: #000000;
	font-weight: bold
	background-color: #FFFFFF;
}


img {  
border-style: none;
}
div.wrapper {
	left:0px;
	width:925px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

