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

@import url("base.css");
@import url("topbar.css");

body {background:#036; color:#fff; }

a {color:#FC0; }

#container {margin:0 auto; width:950px; }

#content {padding:15px; border:1px solid #FC0; -moz-border-radius:10px; -webkit-border-radius:10px; color:#fff; }

#leftcol {width:650px; float:left; }
#mainimgbx {margin:20px 40px; padding:15px; width:500px; border:1px solid #FC0; -moz-border-radius:10px; -webkit-border-radius:10px; background:#000; overflow:hidden; }

#rightcol {padding:36px 0 0 0; width:250px; float:right; }

#rightcol h2 {margin:10px 0; }
#rightcol li, #pgtext li {list-style:none; }

table {color:#036; }
#regform table {color:#fff; }

.formitems td {color:#fc0; }
.useritems {color:#fc0; }
.useritems a, .useritems tbody td {color:#036; }

/* ************* Email code ************** */


.label {clear:both; margin:5px 0; padding:0; float:left; width:100px; font-size:80%; }
	
.field {margin:5px 0; padding:0; float:left; width:300px; font-size:80%; }

#footer {margin:10px 17px; }