/***********************************************************
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 {
	background:transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

a img { border: none; }
abbr, acronym, .help { border-bottom:1px dotted #333; cursor:help; }
blockquote, q { quotes:none; }
blockquote { text-indent:-0.3em; }
blockquote blockquote { margin-left:1em; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

dd { margin-left:1em;}
sup, sub { font-size:x-small; vertical-align:top; }
sub { vertical-align:bottom;}
table {	border-collapse:collapse; border-spacing:0; empty-cells:show; }

/* Base ////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #FFF;
	color: #333;
	font: normal 80%/1.5 Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color:#CC0000;
	line-height:1em;
	font-weight:bold; 
	margin-bottom:0.3em; 
}
h1 { font-size: 1.2em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.2em; color:#1C3193;}
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; font-style:italic; }
h6 { font-size: 1em; text-transform:uppercase; }

p { font-size: 1em; margin-bottom:1.5em; }
pre, code, kbd, samp { font-size:1.5em; }
pre code { font-size:1em; }

a { color:#CC0000; text-decoration:none;}
a:hover { color:#1D3194; }

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 { height:auto; padding:0.3em; text-align:left;}
td p { margin:0; }
caption, th { padding:0.3em; }
caption { background:black; color:white; font-style:italic; }

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 800px;
	position: relative;	
}

#main, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main { background: #FFF; }
#description, #skip, .hide { display:none; }

#header{
	height: 95px;
	position: relative;
	width: 800px;
}

/* Left ////////////////////////////////////////*/
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {
	display:none;
}

/* Content ///////////////////////////////////////////////////////////////////////*/
#content {
	position: relative;
	padding:10px 30px;
	margin:auto;
	width: 640px;
	width: 540px;
}

#content p { color:#CC0000; }
#content .p-404 { margin-top:-390px; }

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	font-size: 0.9em;
	margin: auto;
	width: 800px;
}

#footer div { display:inline; float:left;}
#footer span { padding-right:0.3em;}

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#logo {
	height: 200px;
	width: 280px;
	left: 0;
	top: -9999px;
	position: absolute;
}

#logo a {
	display: block;
	cursor: pointer;
}

#copy {
	color:#FFF;
}

.align-center { text-align:center; }
.align-right { text-align:right; }

