body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
    border-bottom: 1px solid #ececec;  
}

#header {
	background-image: url(images/starfish-header-logosmall.jpg);
	background-repeat:no-repeat;
    height:150px;
    position:relative;
    border-bottom: 1px solid #90afcc;
    background-color: #90afcc;
}

#header h1 {
	margin: 0;
    padding: 0;
    font-weight:normal;
    color: #cb352d;
    font-size: 190%;
    position:absolute;
    bottom: 50px;
    right: 0;
}

#header h2 {
	margin: 0;
    padding: 0;
    font-weight:normal;
    color: #cb352d;
    font-size: 120%;
    position:absolute;
    bottom: 4px;
    right: 0;
}

#content {
	margin-left: 230px;
	padding: 0 10px 0 0;
    font-size: 120%;
}

#content p {
	font-size: 80%;
	line-height: 1.8em;
}

#caravan td {
    width: 350;
    text-align: left;
    vertical-align: top;
}

IMG.centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.divcentered {
    margin-left: auto;
    margin-right: auto;
}

.caravan-header {
    color: black;
    padding-left: 20px;
    font-size: 80%;
    font-weight: bold;
    vertical-align: top;
}

.caravan-body {
    color: black;
    padding-left: 20px;
    font-size: 80%;
}

.tablesep {
    text-align:center;
    background-color:#8eb0cc;
}

.body-title {
    color: #5083ae;
    padding-left: 0px;
    margin-top: 10px;
    font-size: 80%;
    font-weight: bold;    
}

.siteheader {
    color: #5083ae;
    padding-left: 0px;
    margin-top: 20px;
    font-size: 110%;
    font-weight: bold;    
}

.sitesubheader {
    color: #5083ae;
    padding-left: 0px;
    margin-top: 20px;
    font-size: 100%;
    font-weight: bold;    
}

.body-general {
    color: black;
    padding-left: 0px;
    font-size: 80%;
    font-weight: normal;
}

.pricelist {
    color: black;
    padding-left: 0px;
    font-size: 80%;
    font-weight: bold;
    background: #8eb0cc;
}

.pricelistx {
    color: black;
    padding-left: 0px;
    font-size: 80%;
    font-weight: bold;
    background: #b7d8ef;
}

.pricelist-un {
    color: #999999;
    padding-left: 0px;
    font-size: 80%;
    font-weight: bold;
    background: #666666;
}

.pricelist-head {
    color: white;
    padding-left: 0px;
    font-size: 80%;
    font-weight: bold;
    background: #003366;
}

.pricelist-peak {
    color: black;
    padding-left: 0px;
    font-size: 80%;
    font-weight: bold;
    background: #ff6600;
}

.pricelist-thm {
    color: black;
    padding-left: 0px;
    font-size: 80%;
    font-weight: bold;
    background: #cc99ff;
}

.customruler {
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    display: block;    
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.terms {
    color: #8eb0cc;
    padding-left: 0px;
    font-size: 80%;
    font-weight: normal;       
    list-style-type: square;
    margin-bottom: 10px;
}

.stdlist {
    color: #8eb0cc;
    padding-left: 0px;
    font-size: 80%;
    font-weight: normal;       
    list-style-type: square;
    margin-bottom: 10px;
}

.centered {
    text-align: center;
}

.termsli {
    color: black;
}

.termslibold {
    color: black;
    font-weight: bold;
}

ul.li-horiz li {
    font-size: 80%;
    display: inline;
}

#navigation {
	position: absolute;
	top: 150px;
	left: 0;
	width: 180px;
}

#navigation ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}

#navigation li {
	font-size: 90%;
}

#navigation a:link, #navigation a:visited {
	color: #cb352d;
    background-color:transparent;
    display:block;
    border-bottom: 1px solid #999;
    padding: 1em 0 0.2em 0;
    text-decoration:none;
}

#navigation a:hover {
	color: #999;
}



#footer {
	font-size: 80%;
	padding-top: 1em;
    text-align:right;
    color: #999;
    background-color: transparent;
}