@charset "iso-8859-1";

body {
	text-align: 			center;
	margin: 			0;
	padding:			0;
	color:				#444;
	font:				normal 12px arial,helvetica,sans-serif;
	background: 			#FBE868 url(imgs/Background.jpg) repeat-x top center;
	}

form {
	margin: 			0;
	padding: 			0;
	}

p {
	margin: 			0 0 15px 0;
	padding: 			0;
	}


a {
	color:				#CC374F;
	}

#left a, #right a {
	color:				#FAE769;
	}

img {
	border:				none;
	}

ul,ol {
	padding:			0 0 1.5em 3em;
	margin:				0;
	}
	

input,select,textarea {
	font: 				normal 11px arial,helvetica,sans-serif;
	background-color: 		#EEE;
	color:				#555;
	border:				1px solid #BBB;
	padding:			4px;
	}

.btn {  
  	color:				#404040;
  	font: 				bold 11px tahoma,arial,helvetica,sans-serif;
  	background:			#c9c9c9 url(imgs/inactive.gif) no-repeat;
  	border:				1px solid #AEACA8;
  	padding:			4px;
	}
	
#wrapper {
	width: 				1000px;
	padding:			0;
	margin: 			0 auto;
	text-align: 			left;
	height:				auto;
	}	

#cspace {
	width: 				920px;
	padding:			252px 0 0 80px;
	margin: 			0 auto;
	text-align: 			left;
	height:				658px;
	background: 			transparent url(imgs/CSpace-Background.jpg) no-repeat top center;
	color:				#FFF;
	font-size:			11px;
	}

#footer {
	width: 				910px;
	padding:			10px 10px 10px 80px;
	margin: 			0 0 25px 0;
	text-align: 			left;
	height:				auto;
	font-size:			11px;
	}

#cspace #left{
	width: 				360px;
	padding:			20px;
	margin: 			0 40px 0 0;
	text-align: 			left;
	height:				490px;
	display:			inline;
	float:				left;
	}

#cspace #right{
	width: 				360px;
	padding:			20px;
	margin: 			0;
	text-align: 			left;
	height:				490px;
	display:			inline;
	float:				left;
	}


/* ---------------------------------------------------------------------------------------------- */
/*  Clear floats without structural markup hack  				                  */
/* ---------------------------------------------------------------------------------------------- */
	
.clearfix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ----------------------------------------------------------------------------------------------- */

.font8pt {
	font-size:			11px;
	}

.font7pt {
	font-size:			10px;
	}