@charset "utf-8";

@import url('module_header.css');
@import url('module_mainnav.css');
@import url('module_home.css');
@import url('module_sub.css');
@import url('module_footer.css');

/* Admin Panel */
#adminpanel {font-size:11px;background-color:#303030;color:#999;border-bottom: 1px solid #666;padding:5px;}
#adminpanel a {color:#999;text-decoration:none;}
#adminpanel a:hover {text-decoration:underline;}

/* CSS Global Document */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	background: #FFF url(../images/main_bg.png) top left repeat-x;
	color: #ccc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	width: 958px;
	margin: 0 auto 0;
	padding: 0;
	text-align: left;
}

.cleaner {
	clear: both;
	line-height: 0;
	height: 1px;
	margin: 0;
	padding: 0;
	outline:0;
}

.left {
	text-align: left;
}

 
#sslLogo
{
	bottom:0;
	position:fixed;
	right:0;
}


