@charset "utf-8";
/* CSS Document */
*, html {
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Monaco sans-serif;
	
}
body {
	background:url(../images/graphics/bg/beachbg.jpg) top right no-repeat #0c3471;
	width:100%;
	font-size:13px;
	
}
h1{
	display:block;
	background:
	width:440px;
	height:135px;
	background:url(../images/graphics/bg/h1bone.png) no-repeat;
	color:white;
	text-align:center;
	padding:10px;
	margin:10px;
}
h2{
	font-size:13px;
	color:#00a900;
	display:block;
	text-align:center;
}
h2 em{
	font-size:13px;
	color:#00a900;
}
h3{
	font-size:14px;
}
ul{
	padding-left:10px;
}
li {
	list-style:none;
}
#page{
	margin:0px auto;
	margin-top:15px;
	width:982px;
	height:640px;
	
	padding:10px;
	padding-right:25px;
}
#pageTop{
	background:url(../images/graphics/bg/hbg.png) top left no-repeat;
	height:38px;
	clear:both;
}

#pageContent{
	background:url(../images/graphics/bg/bg.png) top left repeat-y ;
	height:670px;
	clear:both;
	
	
}
#pageBottom{
	padding-left:50px;
	background:url(../images/graphics/bg/fbg.png) top left no-repeat;
	height:38px;
	clear:both;
}
#logo{
	width: 485px;
	float:left;
	display:inline;
	margin-left:5px;
}
#logo p{
	padding-left:45px;

}
.orderform{
	font-size:90%;
	padding-left:10px;
}
#content{
	width:460px;
	float:right;
	height:670px;
	margin-right:25px;
}

.info{
	padding:10px;
	border:1px dashed #a90000;
	margin:10px;
	height:200px;
	
}
.info div{
	width:160px;
	float:left;
	display:inline;
}
.leftCell{
	text-align:right;
	font-weight:bold;
	
	font-size:90%;
}
.altRow{
	padding-top:10px;
}
#contact{
	width:60px; 
	margin:0px auto;
	color:#00a900;
	font-weight:bold;
	font-family: "Apple Chancery", "Zapf Chancery", cursive
}