@charset "UTF-8";
/* CSS Document */
/*
You are allowed to do whatever you want with this layout. Though I would be pleased if you placed a link on your site to csseasy.com or to profit42.com (best "blog about hacking" ever). Donations are also welcome: paypal@profit42.com (or follow the donation button on csseasy.com)
*/

body {
	width:848px;
	margin:0 auto;
	background-image: url(/img/bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position:center 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #FFFFFF;
}
a { color: #fcfed2;}
a:hover { color:#FFCC00; font-weight: bold; }
a:visited { color:#FFFFCC;}

.clearing {
	width: 848px;
	height: 0;
	clear: both;
}

img, div { behavior: url(/iepngfix.htc) }

/* ----- NETWORK ----- */



#network {
	width:848px;
	height:28px;
	text-align:right;
}

/* ----- HEADER ----- */



#header {
	width:848px;
	height:137px;
}

/* ----- PRODUCTS ----- */



#products {
	width:848px;
	height:196px;
}

/* ----- MAIN CONTENT ----- */



#content { 
	width:848px;
	min-height:200px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:200px; /* for IE5.x and IE6 */
	background-image:url(/img/cd-end.png);
	background-repeat:no-repeat;
}
#content h1 {
	font-size:130%;
	font-weight: bold;
}
#content h2 {
	font-size:130%;
	font-weight: bold;
	color:#FFCC00;
}
#content .event {
	color:#fcfed2;
}
#content .wrapper {
	width:812px;
	padding:10px;
}
#content .colOne {
	width: 399px;
	float: left;
	margin-top: 5px;
	padding-right:10px;
	min-height:200px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:200px; /* for IE5.x and IE6 */
}
#content .colTwo {
	width: 413px;
	float: right;
	margin-top: 5px;
	padding-left: 10px;
	padding-right:15px;
	min-height:200px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:200px; /* for IE5.x and IE6 */
	border-left: 1px solid #6c6d6c;
}

/* ----- FOOTER ----- */

#footer { 
	width:848px;
	height:142px;
	background-image:url(/img/ct-records-ft.png);
}
#footer .blurb {
	width:400px;
	padding: 60px 26px;
}

/* ----- COPYRIGHTS ----- */

#copyrights {
	width:848px;
	height:50px;
	margin-top:10px;
}
#copyrights .logos {
	width: 300px;
	float:left;
}
#copyrights	.text {
	width: 400px;
	float:right;
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#d7c7c2;
	text-transform:uppercase;
	text-align:right;
}
