/*CSS Reset*/
body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }


body {

	
	background-image: 	url(../images/grey.png);
	background-repeat:  repeat-x;
	overflow-y: 		hidden;
	 

}

h1 {

	font-size: 			22px;
	font-weight: 		bold;
	padding-bottom: 	20px;
	padding-right: 		5px;
	text-align: 		right;
	text-transform: 	uppercase;

}

div#construction {
	position:			absolute;
	text-align:			left;
	height:				300px;
	width:				390px;
	top:				50%;
	left:				50%;
	margin:				0px 0 0 -250px;

}

h2 {
	
	font-size: 			11px;
	font-family: 		Helvetica, Verdana, Arial, sans-serif;
	margin-left: 		10px;
	margin-bottom: 		15px;
	text-transform: 	uppercase;
	font-weight:		lighter;
	text-align: 		right;

}

.deets {

	margin-bottom: 		5px;
	font-weight: 		bold;

}

.bold {

	font-weight: 		bold;	

}

a {

	text-decoration: 	none;
	color: 				black;
}

a:hover { color: #1198ed }

img#cococologo {
	float: 				left;
	margin: 			-62px 5px 0 0;
}


a#ribbon {
	position: 			absolute;
	top: 				0px;
	right:				0px;
}

.newsText {

	font-family: 		Helvetica, Verdana, Arial, sans-serif;
	font-size: 			12px;
	line-height: 		15px;
	margin-left:		10px;
	margin-bottom: 		18px;
	width: 				590px;
	font-weight:		bold;
						
}
