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

/* Colours Used 
				purple:		#9A1362
				grey: 		#dbdfe0
*/


* 									{margin:0; padding:0;}
.left								{float:left;}
.right								{float:right;}
.clear								{clear:both;}
body 								{padding:0; margin:0 0 0 0px; width:100%; background: url(../images/main-bg.jpg) 
									 no-repeat fixed 50% 0px #000; color:#dbdfe0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
a:link, a:visited					{color:#9A1362; text-decoration:none; font-weight:bold;}
a:hover								{text-decoration: underline;}
p									{padding:1em 0 0; font-size:14px;}
.bold								{font-weight:bold;}

#container							{width:100%; height:100%;}
#header								{height:200px; width:100%; background: url(../images/header-bg.jpg) fixed no-repeat 50% 0; 
									 position:fixed; top:0; z-index:1;}
#content							{width:820px; margin:auto; padding:210px 0px 70px 0px; }	
#footer								{width:100%; height:60px; border-top:solid #9f1f63 3px; position:fixed; top:100%; 
									 margin-top:-63px; background:#000;}
#footlinks							{height:45px; width:820px; margin:auto; font-size:12px; }
#footlinks a						{color:#dbdfe0; float:left; margin-right:10px; padding-top:34px;}
a.noda								{width:95px; height:65px; display:block; background: url(../images/noda.gif) no-repeat 0 7px; text-indent:-10000px;}
a.facebook							{width:42px; height:65px; display:block; background: url(../images/facebook.gif) no-repeat 0 7px; text-indent:-10000px}
a.sugarcube							{width:22px; height:65px; display:block; background: url(../images/sugarcube.gif) no-repeat 0 4px; text-indent:-10000px}

/* REGISTRATION TABLE CSS */

table, tr, td						{border:none; font-size:13px; padding:6px 6px 6px 0;}
tr, td								{height:30px;}
td strong							{font-size:14px;}
input								{margin-left:10px;}
