@charset "UTF-8";
/* CSS Document */


/* RESET */
body {
	padding: 0;
	margin: 0;
	}

p, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

ol, ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

img {
	border: none;
	}
	
a:hover {
	text-decoration: none;
	}
	
	
	
	
/* GLOBAL */
body {
	background-image: url("imgs/bg.gif");
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
	}
	

h2 {
	color: #565656;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -0.02em;
	margin: 16px 0 0 20px;
	}

	
h3 {
	color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 24px;
	letter-spacing: -0.02em;
	margin: 2px 0 0 0px;
	}
	
h4 {
	color: #565656;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.3;
	font-style: italic;
	margin: 9px 0 0 0px;
	}
	
	
p	{
	color: #d3d0cf;
	font-size: 14px;
	margin: 9px 0 0 0px;
	}
	
.clearall {
	clear: both;
	}

.colgreen {
	color: #cbff4e;
	}
	
.colred {
	color: #ff6e5c;
	}
	
.colyellow {
	color: #ffe25c;
	}

.colblue {
	color: #5cd7ff;
	}
	


/* BRANDING */
div#branding {
	background-image: url("imgs/branding.png");
	width: 280px;
	height: 135px;
	float: left;
	margin: 9px 0 0 0;
	}
	
	div#branding>h1,
	div#branding>p {
		margin: 0 0 0 -9999px;
		}




/* CNT WELCOME */
div#cntwelcome {
	background-image: url("imgs/cntwelcome.png");
	float: left;
	width: 569px;
	height: 135px;
	margin: 9px 0 0 9px;
	}
	
	div#cntwelcome h3 {
		margin: 24px 0 0 20px;
		}
		
	div#cntwelcome p {
		padding: 0 20px 0 20px;
		}
		
		
		
/* CONTENT */
div.content {
	margin: 31px 0 0 0;
	clear: both;
	}
	

div.content h2 {
	background-image: url("imgs/cnt_header.png");
	width: 180px;
	height: 35px;
	float: left;
	padding: 15px 0 0 28px;
	margin-left: 72px;
	margin-top: 22px;
	}
	
div.content ul li{
	width: 280px;
	display: inline;
	float: left;
	margin: 0 0 0 9px;
	}
	
	div.content ul li p.date {
	background-image: url("imgs/cnt_bgtop.png");
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 22px;
	width: 120px;
	padding: 8px 8px 0 152px;
	margin: 0;
	}
	
	div.content-body {
	background-color: #221a15;
	border-top: 1px solid #221a15;
	padding: 6px 20px 12px;
	}
	
	div.content a {
	color: white;
	text-decoration: none;
	font-style: italic;
	border-bottom: 1px dotted white;
	}
	
	div.content a:hover {
	background-color: #666;
	}
	
	div.content img {
		with: 240px;
		height: 240px;
		margin: 9px 0 0 0px;
	}
	
	div.content-btm {
	height: 8px;
	background-image: url("imgs/cnt_bgbtm.png");
	}
	
/* END FOOTER */
div.footer {
	width: 10px;
	height: 100px;
	}
