@charset "UTF-8";
/* CSS Document */

body {
	background:url('../parts/bg.jpg') top repeat-x #000;
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
}


#body_double {
	width:100%;
	height:100%;
	text-align:center;
}
#wrap {
	width:720px;
	margin:0 auto 30px auto;
	}
#mast {
	width:720px;
	height:400px;
}
#nav {
	margin:3px auto 0 auto;
	}
#content {
	text-align:left;
	}

.right {
	width:290px;
	float:right;
	margin:45px 10px 0 0;
	}
.left {
	width:390px;
	float:left;
	margin:0 0 0 10px;
	}

/* TEXT */
h1 {
	margin-left:-9999px;
	}
h2 	{
	font-family:Times, Georgia, "Times New Roman", serif;
	font-weight:normal;
	font-size:28px;
	letter-spacing:1px;
	line-height:34px;
	margin:0 0 10px 0;
	}
h3 {
	font-family:Times, Georgia, "Times New Roman", serif;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	color:#fdb813;
	margin:20px 0 3px 0;
	}
h4 {
	font-family:Times, Georgia, "Times New Roman", serif;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:17px;
	color:#fdb813;
	margin:0 0 3px 0;
	}
#content p {
	text-align:left;
	margin:0 0 10px 0;
	}

ul {
	list-style-type:circle;
	margin:0 0 0 20px;
	}

li {
	line-height:18px;
	}


/* LINKS */
a:link, a:visited {
	color:#9a71e0;
	text-decoration:none;
}
a:active, a:hover {
	color:#b993f9;
	text-decoration:none;
	border-bottom:1px solid #b993f9;
}

a.noborder {
	border:0px !important;
	}

td {
	padding:10px;
	vertical-align:middle;
	}
	
#contact-area input, #contact-area textarea, #contact-area select {
	padding: 5px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
#contact-area select {
	height:30px;
	width:263px;
	font-size:1.1em;
	}

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

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

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

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