/* CSS Document */

#container{
	background-image: url('/images/bkgrnd.jpg');
	background-repeat: no-repeat;
	width: 990px;
	height:800px;
	background-position-y:center
}

#logo{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:90px;
	background-image: url('/images/cg_logo.jpg');
	background-repeat: no-repeat;
	width:432px;
	height:60px;
	position: absolute;
	left: 215px;
	top: 32px
}

#nav{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: 60px;
	width:109px;
	height:210px;
	position: absolute;
	top: 164px;
	left: 45px;
}

#main{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: 0px;
	width:430px;
	position: absolute;
	left: 216px;
	top: 164px;
	padding-bottom: 50px;
}

#subSmall{
	font-size: 12px;
}

#news{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: 0px;
	width:412px;
	position: absolute;
	left: 216px;
	top: 552px;
	height: 100;
}

#bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	color: #666666;
	text-align: left;
}

#headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 30px;
	color: #03452e;
	text-align: left;
}

#subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	color: #666666;
	text-align: left;
}	

#newscopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #03452e;
}

#date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
}

#footer {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: 0px;
	width:960px;
	position: absolute;
	left: 15px;
	top: 775px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	color: #666666;
	text-align: right;
}

a {
	color: #bb6c07;
	text-decoration: none;
}

a:hover {
	color: #bb6c07;
	text-decoration: underline;
}

a:visited {
	color: #bb6c07;
}

a:active {
	color: #bb6c07;
}