@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/* basic frame Work classes */

body{
	margin:0 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-size:0.9em;
	line-height:1.3em;
	background:url(../images/body_bg.jpg) repeat-x #206140;
	}
*{
	padding:0;
	margin:0;}

.pad{
	padding:15px 20px 10px 20px; }
	

h1,h2,h3,h4,h5,h6,blockquote,form,label,ul,ol,dl,fieldset,address,li {

margin:0.5em 0;

}

p{
	margin:1em 0;}

h1{
	font-size:2em;	
	font-weight:normal;
	margin:.5em 0 1em 0;
	color:#20613F;
	}

h2{
	font-size:1.5em;	
	font-weight:normal;
	color:#20613F;
	}
h3{
	font-size:1.37em;	
	color:#20613F;
	font-weight:normal;
	}

a:link, a:active, a:visited{
	color:#20613F;}

a:hover{
	color:#666666;
	}

.right{
	float:right;}
	
.left{
	float:left;
	margin-right: 2px;
	padding-right: 3px;
}

/* Skeleton --------------------------------------------*/

#wrapper{
	width:789px;
	margin:0 auto;
	}
	
#header{
	width:789px;
	height:298px;
	background:url(../images/header.jpg) no-repeat;
	position:relative;
	}

#header a.home{
	position:absolute;
	display:block;
	width:350px;
	height:60px;
	text-indent:-9999px;
	left:17px;
	top:30px;
	}
	
#header a.about{
	position:absolute;
	display:block;
	width:146px;
	height:30px;
	text-indent:-9999px;
	background:url(../images/about.jpg) 0 0 no-repeat;
	right:17px;
	top:45px;
	}

#header a.about:hover{
	background:url(../images/about.jpg) 0 -30px no-repeat;
	}
	
#main{
	width:789px;
	background:url(../images/main.jpg) repeat-y;}

#main ul{
	margin-left:20px;}

#main ul li{
	list-style: disc;
}
	
#footer{
	width:789px;
	height:83px;
	background:url(../images/footer.jpg) no-repeat;
	font-size: 0.8em;
}

#footer .pad{
	padding:10px 30px;}

