/* PAGE LAYOUT */

html, body, #wrap { height: 100%; margin: 0; padding: 0; }

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 30px;}  /* must be same height as the footer */

#wrap {
	background: url(img/spiral.gif) repeat-y 0% 0%;
	margin: 0 auto; 
	width: 960px; 
	overflow: auto;
}

#header {
	height: 90px;
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
}

#header h1 a { text-decoration: none; color: #cccc99;}
#header h1 a:hover { text-decoration: none; color: #999966;}
#content { float: left; padding: 20px; width: 670px;}

#sidebarLeft { float: left; padding: 0 70px 20px 0; width: 180px; }

.clearfix:after { content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* MENU */

#menu { padding: 0; margin: 0; width: 180px; }
#menu li { list-style: none; margin: 0; }
#menu li a, #menu li a:link { color: #c96; }

/* STYLES AND COLORS */

body { background: url(img/bg.jpg) repeat 0% 0%; color: #000033; font: normal 14px/20px Georgia, Helvetcia, Serif; }

#sidebarLeft { color: #fff; }

h1, h2, h3, h4, h5, h6 {
	color: #000066;
	font-weight: normal;
	letter-spacing: 1px; 
	line-height: 1.1em;
	margin: 0; 
}

h1 { color: #fff; font-size: 350%; }
h2 { font-size: 190%; }
h3 { font-size: 150%; padding-top: 10px;}
h4 { font-size: 110%; font-weight: bold; padding-top: 10px;}

#header h4 { color: #cccc99; margin-top: 1px; }

.note h4 { 
	background: #ded660 url(img/pin.png) no-repeat top right;
	border-bottom: 1px solid #dfd65f;
	color: #000;
	margin: 18px 0 0 0;
	padding: 5px 10px;
}

.note { background-color: #eadf61; border-bottom: 4px solid #000; color: #000; }
.note p { margin: 9px; }

a, a:link, a:active, a:visited { color: #3333ff; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; color: #9999ff;}

ul { list-style-type: circle; }

blockquote { 
	background: transparent url(img/blockquote.gif) no-repeat 0 0;
	font-size: 110%; 
	font-style: italic; 
	letter-spacing: 1px;
	padding-left: 42px; 
}

#side p { color: #777; font-size: 85%; }


