/* 

- Cloud9Global.com 
layout.css 
by Nicola Geretti, 2008
www.geretti.com

*/

body {
	height:100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background:url("../img/background.jpg") no-repeat top center #040520;
}

#main {
	width: 900px;
	height: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#topbanner {
	float: left;
	width: 900px;
	height: 130px;
}

#header {
	float: left;
	width: 900px;
	height: 120px;
}


#lefthead {
	float: left;
	width: 240px;
	height: 280px;
	margin-right:10px;
	
}
#lefthead #contents {
	float: left;
	width: 240px;
	background:url("../img/header_mask.png") no-repeat;
}
#righthead {
	float: right;
	width: 550px;
}
#logo {
	float: left;
	width: 170px;
	height: 116px;
	margin: 0px 35px 0px 35px;
	background:url("../img/cloud9global.png") no-repeat;
}
#mainmenu {
	float: left;
	width: 900px;
	height:40px;
	margin: 0px;
	padding: 0px;
}
#mainmenu #entry {
	float: left;
	width: 140px;
	height: 20px;
}

#column-full {
	float: left;
	width: 900px;
	color: #000000;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#column-margin {
	float: left;
	width: 860px;
	color: #000000;
	margin: 20px 20px 20px 20px;
	padding: 0px 0px 0px 0px;
}
#column-head {
	float:left;
	width:900px;
	margin-bottom:10px;
}
#column-left-big {
	float: left;
	width: 500px;
	margin-right: 10px;
}
#column-left-medium {
	float: left;
	width: 420px;
	margin-right: 10px;
}
#column-left-small {
	float: left;
	width: 190px;
	margin-right: 10px;
}
#column-right-big {
	float: left;
	width: 590px;
}
#column-right-medium {
	float: left;
	width: 370px;
}
#column-right-small {
	float: left;
	width: 290px;
}


#column-left {
	float: left;
	width: 170px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#column-mid {
	float: left;
	width: 490px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#column-right {
	float: left;
	width: 120px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#column-midright {
	float: left;
	width: 620px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#column-midsmall {
	float: left;
	width: 410px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#column-rightbig {
	float: left;
	width: 200px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#profile-menu #entry {
	float:left; 
	margin: 0px 10px -1px 10px;
	padding:5px 10px 5px 10px;
	color: #3a5c87;
	background: #e6eefc;
	border-top: 1px solid #90a5bd;
	border-left: 1px solid #90a5bd;
	border-right: 1px solid #90a5bd;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#footer { 
	float:left;
	width: 900px;
	color: #FFFFFF;
	background:#040520;
}
