/***********************************************************
Title:     Main | Emile Blume - Netcreators.com
************************************************************/

/* Global reset v1.0 | 20081023 //////////////////////////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, strong, u, i, em, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background:transparent;
}

a img { border: none; }
abbr, acronym, .help { border-bottom:1px dotted #333; cursor:help; }
blockquote, q { quotes:none;}
blockquote { margin: 0 0 1.3em 1.3em; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content:none;}

dd { margin-left:0em;}
sup, sub { font-size:x-small; vertical-align:top; }
sub { vertical-align:bottom;}
table {	border-collapse:collapse; border-spacing:0; empty-cells:show; width:100%;}
table td { vertical-align:top; padding:0.1em; }
table th { text-align:left; }

/* Base ////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #F7F8F7;
	color: #333;
	font: normal 70%/1.5em  Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { 
	line-height:1em;
	font-weight:bold; 
	margin-bottom:0.3em;
	color:#C21E25;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; margin-bottom:1.2em;}
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.1em; }

p { font-size: 1em; margin-bottom:1.5em; }
pre, code, kbd, samp { font-size:1.5em; }
pre code { font-size:1em; }
a { color:#C21E25; text-decoration:none; }

hr {
	clear:both;
	background: #FFF;
	color: #FFF;
	border: 0;
	height: 1px;
}

ol, ul { 
	list-style:disc;
	margin: 0 0 1.3em 1.3em;
	padding: 0 0 0 1.3em;
}

ol { list-style: decimal;}

.hidden { display: none; }
.unhidden { display: block; }

td p { margin:0; }

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 980px;
	position: relative;
}

#main, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main { background: url(../img/bg-main.gif) repeat-y center;}
#description, #skip, .hide{ display: none;}

#header-wrap { background: url(../img/random/rotate.php) no-repeat right 52px;}
#header{
	background: url(../img/bg-header.png) no-repeat left top;
	height: 276px;
	height: 328px;
	width: 980px;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left, #center {
	min-height: 300px;
	height: auto !important;
	height: 300px;	
}

#left { 
	margin-top: -170px;
	width: 186px;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{
	width: 565px;
	padding-right: 8px;
	margin-right:8px;
	margin-top: -20px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right { width: 200px;}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background: url(../img/bg-footer.gif) no-repeat left top;
	padding-top: 26px;
	margin: auto;
	margin-bottom: 20px;
	position: relative;
	width: 980px;
}

#footer-content {
	background: url(../img/bg-footer-content.gif) no-repeat left top;
	padding-top: 94px;
	float: left;
	width: 980px;
}