/* 
Copyright Vaughan Reid, 
Cubos Design 2006
Defines the overall layout of the webpage 
*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-position:center;
	background-color:#252525;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}

#wrapper {
	width:900px;
	height:751px;
	/* Center the page in FF*/
	margin: 0 auto;
}

#top {
	width:900px;
	height:114px;
	float:left;
}

#header {
	width:676px;
	height:114px;
	float:left;
	display:inline;
	background-image:url(../images/cg_header.jpg);
}

#login {
	width:171px;
	height:114px;
	float:left;
	display:inline;
	background-image:url(../images/cg_loginbox.jpg);
}

#topend {
	width:53px;
	height:114px;
	float:left;
	background-image:url(../images/cg_loginbox_right.jpg);
}

#buttonrow {
	width:900px;
	height:31px;
}

#mainrow {
	width:900px;
	height:523px;
}

#content {
	width:795px;
	height:523px;
	float:left;
	background-image:url(../images/cg_content.jpg);
}

#footer {
	width:900px;
	height:62px;
	float:left;
	background-image:url(../images/cg_footer.jpg);
	text-align:center;
	vertical-align:bottom;
	padding-top:20px;
}

a {
	color:#eeb447;
}

a:hover {
	color:#ffe886;
}

img.fleft {
	float:left;
}

img.inlineicon {
	vertical-align:text-bottom;
}

.contframelogin{
	background-image:url(../images/contframe_login.gif);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
}

input.shaded {
	height:14px;
	background-image:url(../images/inputbg.gif);
	background-repeat:repeat-x;
	border-width:1px;
	border-color:#444444;
	border-style:solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	vertical-align:bottom;
}
	
.centered {
	text-align:center;
	vertical-align:middle;
	margin: 0 auto;
}

.leftcentered {
	text-align:left;
	vertical-align:middle;
}

.rightcentered {
	text-align:right;
	vertical-align:middle;
}
