body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002f2f;
	background-image:url(images/pattern_038.gif);
	background-attachment: fixed;
	background-color: #e6e2af;
	margin: 0;
}
p, h3, h2{
	padding-left:5px;
	padding-right:5px;
}
h3, h2, strong{
	color: #046380;
}

#container{
	position: absolute;
	width: 100%;
	height: auto;
}

#wrap{
	position: relative;
	width: 800px;
	height: auto;
	background-color: #efecca;
	border-left: 1px solid #002f2f;
	border-right: 1px solid #002f2f;
	border-bottom: 1px solid #002f2f;
	border-top: 1px solid #002f2f;
	
}

#header{
	position: relative;
	width: 800px;
	height: 129px;
}

#nav{
	width:798px;
	height:auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #002f2f;
}

#bottom{
	width:798px;
	height:auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #002f2f;
	clear:both;
}

a:link{
   color: #046380;
   text-decoration: underline;
}

a:visited{
	color: #046380;
	text-decoration: underline;
}

a:hover{
	color: #046380;
	text-decoration: none;
}

a:active{
	color: #046380;
	text-decoration: underline;
}

a.alt:link{
   color: #cccccc;
   text-decoration: underline;
}

a.alt:visited{
	color: #cccccc;
	text-decoration: underline;
}

a.alt:hover{
	color: #cccccc;
	text-decoration: none;
}

a.alt:active{
        color: #cccccc;
	text-decoration: underline;
}

span.alt{
	color: #ffffff;
	text-decoration: none;
}

img.right{
	float: right;
	text-align: right;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

img.left{
	float: left;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

img.center{
	text-align: center;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
