* { 
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	background-color: #eee;
}  

#wrapper {
	width: 900px;
	margin: auto;
	margin-top: 50px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
}

h2 {
white-space:nowrap;
}

p {
}

a {
}

a:hover, a:focus, a:active {
}

a:focus, a:active {
}

img, a img {
}

small {
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}

form {
}

#reg p {
	font-size: 1.5em;
	line-height: 1.5em;
}

fieldset {
}

legend {
}

label {
}

input {
	
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

.button {
	border: 1px solid #ddd;
	padding: 2px;
	}
	
#main {

	}

#header {
	z-index: 105;
	height: 150px;
	background: #222 url(../images/topbg.jpg) top center no-repeat;
	}
	
#header h1 {
	padding-top: 20px;
	color: #ededed;
	display: none;
	}

#logo img {
	}
	
/* Menu */

#menu {
	position: absolute;
	right: 2em;
	top: 60px;
	}

#menu ul {
	list-style: none;
	}

#menu li {
	float: left;
	}

#menu li a	{
	margin-left: 0.5em;
	display: block;
	padding: 1.0em 1.3em 0.8em 1.3em;
	background: #fff url('n4.gif') repeat-x;
	border: solid 1px #fff;
	color: #616161;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: lowercase;
	text-decoration: none;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;

	}

#menu li a.active {
	background: #cebf42 url('n3.gif') repeat-x;
	color: #393939;
	border: 1px solid #ddd485;
	}
	
#lside {
	float:left;
	width: 450px;
	text-align: right;
	}

#content {
	padding: 20px 20px 20px 40px;
	background-color: white;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	overflow: hidden;
	}
	
#content h2, #contet hr {clear:both;}

.donate, .donateX {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
	margin: 1em 10px 10px 5px;
	width: 380px;
	text-align:center;
	padding: 5px 5px 5px 5px;
	background-color: transparent;
	float: left;
	}
	
.donateX {
	float: left;
	background-color: #eee;
	}
	
.donate p, .donateX p {
     text-align: left;
     margin: 10px;
     }
     
.donate .logo, .donateX .logo {
	float: left;
	margin: 5px 20px 10px 0;
	border: 1px solid #666;
	background: #eee;
	-webkit-box-shadow: 5px 5px 7px #333;
	-moz-box-shadow: 5px 5px 7px #333;
	}

#sidebar {
}

#navigation {
}

#regcode {
	font-size: 2em;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	background-color: #eee;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;

	padding: 2px;
	}
	
ol {
	margin-left: 40px;
	font-size: 1em;
	padding-bottom: 1em;
	text-align: center;
	}

#footer {
	clear:both;
	font-size: 18px;
	margin-bottom: 20px;
	color: #999;
	text-align: center;
	height: 150px;
	background: #222 url(../images/bottombg.jpg) top center no-repeat;
}

#footer p {
	padding-top: 3em;
	}
	
#footer p a {
	color: #ededed;
	}

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}

