/* CSS Document */

@charset "UTF-8";

/* DEFAULT RESETTING */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,a,span,label{
	margin:0;
	padding:0;
	background-repeat: no-repeat; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	
	line-height:1.5; 
	outline:none
	}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,img{border:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}



/* GENERAL LAYOUT */
body {background-color:#00adbf; text-align:center;}
#outer, #inner {width: 900px; margin:0 auto; background-color: #fff; text-align:left;}
#header {padding:10px;}
#leftNav, #content, #mainContent, #inner {float:left;}
#content {padding:10px;}
#leftNav {width: 200px;}
#mainContent {width:680px;}
#content {width: 100%;}
.red {color:#FF0000;}
.blue {color:#0000FF;}