/***********************************************************
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: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: #D8D8D8 url(../img/bg-main.gif) repeat-y center;
	background: #D8D8D8;
	color: #666;
	font: normal 70%/1.5 Arial, Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 { 
	color:#3B74BB;
	line-height:1em;
	font-weight:normal; 
	margin-bottom:1.2em; 
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.1em; font-style:italic; }
h6 { font-size: 0.9em; 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:#333; }
a:hover { text-decoration:underline; }

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; }
caption { background:black; color:white; font-style:italic; }

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 822px;
	width: 860px;
	position: relative;	
}

#main, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main { 
	background: #D8D8D8 url(../img/bg-main.gif) repeat-y center;	 
	width: 822px;
	width: 860px;
}

#header, #flash{
	height: 100px;
	position: relative;
	margin-left: 62px;
	width: 746px;
}

#header { margin:10px 0 14px 62px; }
#flash {  
/*	background:url(../img/flash.jpg) no-repeat center top; */
	height:383px;
	margin-bottom: 22px;
}
	
/* Left  ////////////////////////////////////////////////////////////////////////*/
#left { 
	margin-left:62px;
	width: 142px;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{
/*
	min-height: 300px;
	height: auto !important;
	height: 300px;
*/
	width: 436px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right { width: 168px;}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer {
	background: url(../img/bg-footer.gif) no-repeat center top;
	height:64px;
	width:736px;
	padding: 12px 62px 0;
	position: relative;
}
