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

@import url("css_layout.css");
@import url("css_colors.css");
@import url("css_showcase.css");
@import url("css_headercase.css");

body {
	margin: 0;
	padding: 0;
	background: #23180c;
	position: relative;
}


a img { border: 0; }

a,
a:active,
a:visited {
	color: #6C0;
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: underline;	
}


div.clear {
	clear: both;	
}



