@charset "UTF-8";
/* CSS Document */



body {
	font-size: 11px;
	font-family: Arial;
	color: #f4f4f4;
    background: #A27491;

}

a:link {
	text-decoration: none;
	color: #CDA1BE;
}
a:active {
	text-decoration: none;
	color:#CDA1BE;
}
a:visited {
	text-decoration: none;
	color:#CDA1BE;
}

.nextPrevLinks { position: absolute; bottom: 5px; width: 305px; }
.nextPrevLinks .fr { position: absolute; right: 0; }

a img { border: 0px;}

h1 {
	font-size:11px;
	margin-bottom:5px;
	margin-top:11px;
}

p {
	margin-top:1px;
	margin-bottom:14px;
}


#left li.section-title {
 	font-weight: bold;
 	text-align: left;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 11px

}

#left li.section-title2 {
 	font-weight: bold;
 	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 11px

}

#left {
    width: 230px;
    margin-top: -10px;
    margin-left: 10px;
    text-align: left;
    font-size: 11px;
}

#left ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#left li {
	list-style: none;

}

#right {
    position: absolute;
    left: 250px;
	width: 600px;
	border:#FFF solid;
    top: 135px;
	}

.fr {
	float: right;
}

a.fr {
	margin-right: 15px;
}

.fl {
	float: left;
}

a.fl {
	margin-left: 10px;
}

.pad {
	padding-left: 10px;
	padding-top: 10px;
}

#big {
	padding-top: 7px;
	padding-left:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color: #CDA1BE;
	line-height:23px;
	width: 275px;
}

#contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
}

#marina {
	font-weight:bold;
}

#normal {
	padding-left:10px;
	width: 275px;
}

/* tables */

table {
	padding: 10px;
	width: 295px;
}

td.small {
	font-size: 9px;
}

#tablepad {
	padding-top:8px;
}

th {
	text-align: left;
}

td {
	font-size:10px;
	padding-bottom:3px;
	padding-top:3px;
	border-bottom: 1px #FFF solid;
}

#right span {
	font-weight:bold;
}

#nextpage {
	position:absolute;
	margin-bottom:1px;
	margin-left:10px;
	width: 290px;
	hight: 500px;
}

#down {
	margin-top:10px;
}


/* designed by jake */

#logo { position: relative; left: 4px; }

#jakelogo {
	margin-top:12px;
	float:left;
}

#jakelogo img {
	opacity: .3;
}
#jakelogo img:hover {
	opacity: 1;
}

#jake {
	position:absolute;
	bottom:0; right: 0;
	width: 117px;
	height: 60px;
	color: #CDA1BE;
}

#rad {
	position:absolute;
	top:0; right: 3px;
	margin-top:15px;
	width: 280px;
	height: 100px;
	color: #CDA1BE;
}

#jaketext {
	float:left;
	margin-top:21px;
	margin-right: 3px
}


/** WHITE BORDER **/

#white-left {
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 7px;
background: white;
z-index:2003;
}

#white-right {
height: 100%;
position: absolute;
top: 0;
right: 0;
width: 7px;
background: white;
z-index:2000;
}

#white-top {
height: 7px;
position: absolute;
top: 0;
left: 0;
width: 100%;
background: white;
z-index:2001;
}

#white-btm {
height: 7px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: white;
z-index:2002;
}

#content {
	 position: absolute;
    left: 250px;
	width: 600px;
    top: 135px;
	background-color:#FFF;
	border:#FFF solid;
}


