/* Title:     Main | Emile Blume - Netcreators.com **********/

/* Global reset v1.0 | 20100203 //////////////////////////////////////////////////////////////////////*/
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;}
:focus { outline: 0;}

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%; }
th, td { height:auto; text-align:left; vertical-align:top; }
td p { margin:0; }
caption { color:#666; font-style:italic; }
hr { clear:both; background:#FFF; color:#FFF; border:0; height:1px; }

/* Base ////////////////////////////////////////////////////////////////////////////////*/
body { 
	background:#385420 url(../img/background.jpg) no-repeat center top fixed;
	color: #3D3D3F;
	font: normal 76%/1.5 "Lucida Sans", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { color:#163176; line-height:1em; font-weight:normal; margin-bottom:1em; }
h1 { font-size: 25px; }
h2 { font-size: 23px; }
h3 { font-size: 21px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }

p { font-size: 1em; margin-bottom:1.5em; }
pre, code, kbd, samp { font-size:1.5em; }
pre code { font-size:1em; }

a { color:#799B13; text-decoration:none;}
a:hover { text-decoration:underline; }

ol, ul { list-style:disc; margin:0 0 1.3em 1.3em; padding:0 0 0 1.3em;}
ol { list-style:decimal; }
#description, #skip, .hidden { display:none; }

/* Layout ///////////////////////////////////////////////////////////////*/
#container, #header, #footer { margin:auto; width:990px; position:relative; }
#main, #left, #contentwrap, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main { background:url(../img/bg-main.gif) repeat-y center top; }
#header { background:#163176 url(../img/bg-header.gif) repeat-x 0 0; border-bottom:30px solid #D2D2D2; height:358px;}
#left  { width:250px; }
#right { padding:5px; width:190px; }
#center{
	margin:12px 28px 12px 30px;
	min-height:350px;
	height:auto !important;
	height:350px;	
	width:482px;
}

#footer {
	background:#163176 url(../img/bg-footer.gif) no-repeat center top;
	margin:0 auto 20px auto;
	height:70px;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#logo, #slogan {
	background:url(../img/logo.gif) no-repeat 0 0;
	height:100px;
	width:260px;
	left:0;
	top:0;
	position:absolute;
	text-indent:-9999px;
}
#logo a { display:block; height:100px; width:260px;}
#slogan { 
	background:url(../img/slogan.gif) no-repeat 0 0;
	left:260px;
	width:275px;
}
#logo span, #slogan span {  }
#intro {
	background:url(../img/header-01.jpg) no-repeat 0 0;
	left:250px;
	top:100px;
	position:absolute;
	height:215px;
	width:540px;
	overflow:hidden;
}
#intro p { color:#163176; font-size:14px; margin:0; padding:0 30px; }
#intro b, #intro strong { font-size:16px; }
#intro .csc-textpic-imagewrap, 
#intro .csc-textpic-text {	
	display:block;
	width:540px;
	top:0; left:0; 
	position:absolute;
	overflow:hidden;
	z-index:1;
}
#intro .csc-textpic-imagewrap img { height:215px; width:540px; }
#intro .csc-textpic-text { background:url(../img/intro-trans.png); height:52px; padding-top:8px; top:112px; z-index:2; }

#chapter {
	background:#1B80AC;
	border-bottom:1px solid #8195A0;
	color:#FFF;
	font-size:16px;
	padding:6px 14px;
}

.imgtext-table, .imgtext-table td { padding:0; line-height:0;}
.align-center { text-align:center; }
.align-right { text-align:right; }

#st1, #st2, #st3 { font-weight:bold; display:none; }

