html, body {
	margin:0;
	padding:0;
	border:none;
	height:100%;
}

* img {
	border:none;
	margin:25px;
}

body {
	background-image:url('../images/background.gif');
	background-repeat: repeat-x;
	background-color:#000000;
	text-align:center;
}

#nav {
	height:150px;
	width:150px;
	font-size:11px;
	color:#fff;
	text-align:left;
	float:right;
	margin-top:35px;
	margin-right:5px;
	line-height:1.6em;
}
#nav a {
	color:#fff;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}

#homeLink {
width:190px;
height:150px;
background-color:transparent;
float:left;
}

#cardbg {
	height:auto;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../images/card-bg.gif');
	background-repeat:no-repeat;
}


#content {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:11px;
	width:750px;
	background-color:#FFF;
	padding-bottom:10px;
	background-image:url(../images/sidesbg.jpg);
	background-repeat:repeat-y;
}

#container {
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	width:750px;
	height:100%;
	background-image:url(../images/sidesbg.jpg);
	background-repeat:repeat-y;


}

#content p, h1, h2, h3, ul, li {
	padding:0px 10px 0px 10px;
}

#header {
	width:750px;
	height:373px;
	background-image:url('../images/wrapperbg.jpg');
	margin-bottom:-140px;
}

ul {
	list-style:circle inside;
}

p.counter {
	display:none;
}

.divider {
	width:630px;
	height:1px;
	background-color:#000;
	margin:25px 0px 25px 0px;
}

#sponsors {
	margin:-25px auto auto auto;

}

#logos {
	margin:0px auto auto auto;
	text-align:center;
}

#content ul {
	line-height:1.3em;list-style:outside;padding-left:50px;
}

#content ul li {
	margin-bottom:10px;
	}
	
#content p {
margin-left:10px;
margin-right:10px;
}

label.inline {
	float:left;
	width:125px;
	clear:left;
}

input.inline, textarea.inline {
	float:left;
	clear:right;
}