*{ margin:0; padding:0; border:0; }
body{
	background-image:url(../imgs/body_bg.gif);
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	color:#666666;
	}
#content{
	float:left;
	width:802px;
	height:100%;
}
h1{
	float:right;
	width:400px;
	font-size:100%;
	font-weight:bold;
	padding:30px 20px 14px 20px;
	text-align:center;
	line-height:21px;
	letter-spacing:2px;
	}
h2{
	float:left;
	font-size:140%;
	padding-bottom:15px;
	width:100%;
	line-height:26px;
	letter-spacing:2px;
	}
h3{
	float:left;
	background:#fff url(../imgs/stripes.gif) no-repeat top left;
	border-top: #90ceeb 1px solid;
	border-bottom: #90ceeb 1px solid;
	padding:2px 0;
	width:535px;
	text-align:center;
	}
h4{
	float:right;
	background:#fff url(../imgs/stripes.gif) no-repeat top left;
	border: #90ceeb 1px solid;
	border-bottom:none;
	padding:2px 0;
	width:220px;
	text-align:center;
	font-size:110%;
	}
.decorLeft{
	background:url(../imgs/decor.gif) no-repeat center left; 
	padding:0 0 0 60px;
	}
.decorRight{
	background:url(../imgs/decor.gif) no-repeat center right; 
	padding:0 60px 0 0;
	}	
#container{
	width:800px;
	margin:0 auto;
	}
/* HEADER ---------------------------------------------------------------------------------------- */
#header{
		float:left;
		width:798px;
		background:#e2f1f8 url(../imgs/blueHeaderBG.jpg) no-repeat top left;
		border:1px solid #90ceeb;
		border-top:none;
		border-bottom:none;
		text-align:center;
		}
		#header span{
			display:none;
			}
			#header img{
				float:left;
				margin:8px 0 0 8px;
				}
			#nav{
				width:748px;
				padding-left:50px;
				float: right;
				background:url(../imgs/NavBgBorder.gif) repeat-x bottom left;
				}
				#nav li{	
					list-style: none;
					float: left;
					margin: 0 3px 0 0;
					font-family: "Lucida Grande", sans-serif;
					font-size: 80%;
					}
				#nav li a{
					float: left;
					display: block;
					padding: 4px 8px;
					color: #333;
					text-decoration: none;
					border: 1px solid #90ceeb;
					border-bottom: none;
					}
/* FOOTER -----------------------------------------------------------------------------------------  */				
#footer{
	float:left;
	width:798px;
	background:#e2f1f8;
	border:1px solid #90ceeb;
	list-style:none;
	text-align:center;
	}
	#footer p{
		padding-top:3px;
		}
	#footer li{
		display:inline;
		padding-right:10px;
		}
