* { padding: 0; margin: 0; }

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	height: 100%;
	}
	
img {
	border:0;
	}

h2 {
	padding-bottom:3px;
	}

#wrapper { 
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	}

#header {
	width: 950px;
	height: 100px;
	}
p {
	line-height:20px;
	}

.register {
	margin-top:-30px;
	margin-right:9px;
	text-align:right;
	padding-bottom: 15px;
	}
	
	
.register-side {
	padding-top: 10px;
	}

hr {
	border: 0;
	width: 95%;
	color: #f00;
	background-color: #ccc;
	height: 1px;
	margin-top: 20px;
	margin-top: 20px;
	}

h4 {
	color: #003399;
	font-size:14px;
	letter-spacing:3px;
	}

.pic {
	margin-right:15px;
	padding-left:15px;
	}
	
	
.profile {
	padding-right:15px;
	padding-bottom:15px;
	}




/* NAVIGATION */

#navigation {
	width: 960px;
	color: #000033;
	padding-top:12px;
	padding-left:19px;
	margin: 278px 0px 5px 0px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:no-repeat;
	height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}

#navigation li {	
	display: inline;
	list-style-image:none;
	background-image:url(images/star.gif);
	background-repeat:no-repeat;
	padding: 23px;
	background-position: -5px; 
	}

#navigation a {	
	color: #000033;
	text-decoration:none;
	}
	
#navigation a:hover {	
	color: #02A9D5;
	text-decoration:underline;
	}


/* LEFT CONTENT - HOMEPAGE */

#leftcolumn { 
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 450px;
	float: left;
	}
	
#leftcolumn a {
	font-size:10px;
	color:#FF2625;
	}
	
#leftcolumn a:hover {
	color: #02A9D5;
	text-decoration:none;
	}
	
#leftcolumn ul {
	margin-left: 20px;
	line-height:20px;
	}
	
/* RIGHT CONTENT - HOMEPAGE */	
	
#rightcolumn { 
	float: right;
	color: #333;
	width: 460px;
	margin-top:-20px;
	padding: 10px;
	}
	
#rightcolumn ul {
	margin-left: 20px;
	line-height:20px;
	}
	
/* LEFT CONTENT - INSIDE PAGE */

#leftcolumn-in { 
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 600px;
	float: left;
	}
	
#leftcolumn-in a {
	font-size:11px;
	color:#FF2625;
	}
	
#leftcolumn a:hover {
	color: #02A9D5;
	text-decoration:none;
	}
	
#leftcolumn-in ul {
	margin-left: 20px;
	line-height:20px;
	}
	
	
/* RIGHT CONTENT - INSIDE PAGE */	
	
#rightcolumn-in { 
	float: right;
	color: #333;
	width: 310px;
	margin-top:-20px;
	padding: 10px;
	}
	


/* ONE COLUMN */

#col-one { 
	width: 930px;
	text-align:center;
	}
	
#col-one table {

	
	}
	
.form {
	font-family: Tahoma;
	font-size: 11px;
	color: #6694b6;
	line-height: 13px;
	width: 248px;
	height: 16px;
	border-width: 1px;
	border-style: solid;
	border-color: #c5ced5;
	background-color: #eff3f6;
	}

#col-one h4 {
	color: #003399;
	font-size:14px;
	letter-spacing:3px;
	text-align:left;
	}
	
	
/* FOOTER CONTENT */

	
#footer {
	padding: 10px 0;
	width: 950px;
	clear:both;
	margin:0;
	}

#footer p {
	margin-top: 5px;
	padding: 0;
	font-size: 10px;
	width:480px;
	float:right;
	text-align:right;
	}
	
	
#footer h1 {
	margin-top: -17px;
	font-size: 12px;
	width:200px;
	text-align:left;
	float:left;
	font-weight:normal;
	}
	
	
	
#footer h2 {
	font-size: 10px;
	float:left;
	font-weight:normal;
	margin-top: 5px;
	}
	
#footer a {
	color:#000033;
	}

#footer a:hover {	
	color: #02A9D5;
	text-decoration:none;
	}
	