/*RESET BROWSER STYLES*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* LAYOUT */

body {font-family: monospace; font-size:72%;}

#pagewrapper {width: 640px; height: 800px; border: solid 1px #d0d0d0; margin: 50px auto 50px auto; background:url('../img/01_home/biggerbackground.jpg') no-repeat left top ;}

ul#mainNav { margin: 100px 0 0 0; font-size: 11px;}
ul#mainNav li { margin: 0 0 30px 0;}
ul#mainNav li a:visited, ul#mainNav li a {color: #FFF; text-decoration: none;}
ul#mainNav li a:hover {text-decoration: underline;}

.grid2col .left {width: 100px; height: 800px; float: left; background: #000; text-align: center;}
.grid2col .right {
	width: 540px;
	height: 700px;
	float: right;
}

#header {margin: 35px 0 0 25px;}
#header img {float: left; padding: 1px; border: solid 1px #000;}
#header h1 {font-size: 18px; padding: 25px 0 0 0; float: left; margin: 0 0 0 25px;}

.grid2col .right .grid2colb {clear: both; margin: 0 0 0 25px; padding: 15px 0 0 0;}
.grid2col .right .grid2colb .left {
	width: 280px;
	height: 550px;
	float: left;
	background: #FFF;
	text-align: left;
	font-size: 11px;
}
.grid2col .right .grid2colb .right {width: 200px; height: 250px; float: right;}
.grid2col .right .grid2colb .left h2 {font-size: 14px;}
.grid2col .right .grid2colb .left p {margin: 12px 0 0 0;}
.grid2col .right .grid2colb .right img {margin: 4px 0 0 0;}

#bottomNav {clear: both; background: #999; height: 22px; padding: 9px 0 0 0;}
#bottomNav ul {margin: 0 0 0 25px; font-size: 12px;}
#bottomNav ul li { display: inline; margin: 0 8px 0 0;}
#bottomNav ul li a, #bottomNav ul li a:visited { color: #000; text-decoration: none;}
#bottomNav ul li a:hover {text-decoration: underline;}
