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

body {
	font-family:"Trebuchet MS", Arial, sans-serif;
	margin:0px;
	padding:0px;
	background:url(../images/gradient_bkgd.png) repeat-x #000000;
}

#mainWrapper {
	width:930px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background:url(../images/shadow_left.png) repeat-y left;
}

#wrapper {
	width:930px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background:url(../images/shadow_right.png) repeat-y right;
}

#header {
	height:150px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#navigationBox {
	width:250px;
	height:140px;
	float:right;
	padding-top:10px;
	background-color:#2f1737;
}

#headerBar {
	width:100%;
	height:25px;
	background-color:#000000;
	clear:both;
}

#contentMain {
	width:900px;
	padding-top:50px;
	background:url(../images/arrow_tile.gif) repeat-x #ffffff;
	margin-left:auto;
	margin-right:auto;
}

.content {
	width:auto;
	text-align:left;
	margin:15px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 80%;
	color:#333333;
	line-height:150%;
}

#flashBox {
	width:700px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}

#footer {
	clear:both;
	height:40px;
	background-color:#000000;
	color:#FFCC00;
	text-align:center;
	padding-top:5px;
	font-size:75%;
}

.upLink {
	font-size:80%;
	float:right;
	width:100px;
	margin:15px;
	text-align:right;
}

h2 {
	color:#3b1d45;
	font-size:180%;
}

a:link {
	color:#3b1d45;
	text-decoration:none;
}

a:visited {
	color:#3b1d45;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
}

a:active {
		color:#3b1d45;
}

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

#contact-area {
	width: 500px;
	margin-top: 25px;
	margin-bottom:100px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 420px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin-left: 15px;
	border: 2px solid #ccc;
}

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

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

#contact-area input.submit-button {
	width: 75px;
	float: left;
	margin-bottom:30px;
	cursor:pointer;

}

td.left {
	width: 80px;
	text-align: left;
	font-size: 1.4em;
}

#catpcha-area {
	margin-left:200px;
	clear:both;
}

