/* CSS Document */

body{
	padding:0;
	margin:0;
	background:white url(../images/layout/bg_main.jpg) repeat-x;
	text-align:center; /* hack to center page contents in IE browsers */
}
div#maincolumn {/* div that is used to center the page content */
	position:relative;
	margin:0 auto;
	width:764px;
	text-align:left;  
	height:auto;
	background:url(../images/layout/bg_leftcolumn.gif) repeat-y;
	}
div#sunset {
	position:relative;
	left:87px;
	background:url(../images/layout/gc_sunset.jpg) no-repeat;
	width:677px;
	height:85px;
	}
div#sunset2 {
	position:relative;
	left:87px;
	background:url(../images/layout/gc_title.jpg) no-repeat;
	width:677px;
	height:44px;
	}
div#sunset3 {
	position:relative;
	left:152px;
	background:url(../images/layout/gc_phrase.jpg) no-repeat;
	width:612px;
	height:23px;
	}
div#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:162px;
	height:178px;
	background:url(../images/layout/gc-logo.png) no-repeat;
	z-index:99;
	}
div#mainbox {
	position:relative;
	background:url(../images/layout/bg_leftcolumn.gif) repeat-y;
	width:100%;
	}
div#leftcolumn {
	position:relative;
	background:url(../images/layout/gc_verthorse.jpg) bottom left no-repeat;
	width:100%;
	}
div#buttons {
	position:relative;
	width:152px;
	float:left;
	}
div#maincontent {
	position:relative;
	width:592px;
	background:url(../images/layout/bg_box.jpg) repeat;
	float:left;
	padding:5px 10px;
	}
span#copyright {
	width:592px;
	margin-left:152px;
	padding:0px 10px;
	background:url(../images/layout/bg_box.jpg);
	display:block;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}
