body {
	height: 100%;
	padding: 0px;
    font:	12px/1.1 Verdana, Arial, Helvetica, sans-serif;
    color: #ddd;
    background: black;
    background-image: url(../img/sitebackground.jpg);
    background-position: center top;
    background-repeat: no-repeat;
 }
 table {
 	width: 100%;
 }
 td{
 	vertical-align: top;
 }
/* unvisited link E5BD89*/
a:link {
	color: #747f7b;
}
/* visited link E5BD89*/
a:visited {
	color: #747f7b;
}
/* mouse over link #E19F49*/
a:hover {
    color: #e6e7e1;
}
/* selected link */
a:active {
	color:#fff;
}

h1, h2 ,h4{
 	font-variant: small-caps;
 	padding-bottom: 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:	28px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h4 {
	font-size:	12px;
}
select {
	background-image: url(../img/bg-trans.png);
	border: 2px solid #222;
	display: block;
	width: 100px;
	color: #ddd;
}
option {
	background:#555;
}
input{
	display: block;
}
label {
	display: block;
	padding: 5px 0px 2px 0px;
}

textarea {
	background-color: #333;
	font: 12px/1.1 Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #999;
	color: #ddd;
}

/* main layout */
#main {
	position: absolute;
	/*left: 50%;*/
	top: 380px;
	width: 100%;
	/*margin-left: -450px;*/
	z-index: 0;
	min-height: 768px;
}
#social {
	margin: 0 auto;
	width: 900px;
	min-height: 40px;
	text-align: right;
	background-color: none;
	z-index: 0;
}
#content {
	margin: 0 auto;
	margin-top: 7px;
	/*padding: 20px;*/
	width: 900px;
	overflow: auto;
	border-top: 1px solid #747f7b;
	border-bottom: 1px solid #747f7b;
	background-image: url(../img/bg-trans.png);
	z-index: 0;
}
#leftPane {
	float: left;
	width: 490px;
	margin: 20px;
	padding-right: 20px;
	z-index: 0;
	min-height: 1200px;
	border-right: 1px solid #747f7b;
	background-color: none;
}
#rightPane {
	float: right;
	width: 322px;
	margin: 20px 20px 20px 0px;
	z-index: 0;
	min-height: 1200px;
	background-color: none;
}
#rightPane .item {
	margin: 0px 0px 10px 0px;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
}
#footer {
	min-height: 233px;
	width: 100%;
	text-align: center;
	background-color: black;
	background-image: url(../img/footerbg.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	z-index: 0;
}
#bottomMenu {
	padding-top: 10px;
}
#de {
	padding-top: 35px;
	padding-bottom:10px;
}
#sponsors {
	padding-bottom:20px;
}
