/* CSS Document */

* {margin:0px; padding:0px;}

body{
	background-color:#fcc;
	background-image:url(../images/back.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

p{margin:6px 0 6px 0;}
ul{margin-left:20px;}

h1{font-size:20px; font-weight:bold;}
h2{font-size:18px; font-weight:bold;}
h3{font-size:16px; font-weight:bold;}
h4{font-size:14px; font-weight:bold;}
h5{font-size:12px; font-weight:bold;}

.noline{ border-bottom-width:0px;}
.borderb{border-bottom-width:1px; border-bottom-style:solid;}

.italic{ font-style: italic;}
.uline{ text-decoration:underline;}
.bold{ font-weight: bold;}

.black{ color:#000;}
.brown{ color:#633;}
.blue{color:#06C;}
.teal{ color:#399;}
.green{ color:#063;}
.purple{ color:#939;}
.red{ color:#C03;}
.fuscia{ color:#F09;}
.navy{ color:#036;}
.army{ color:#660;}
.peach{ color:#F60;}
.orange{ color:#F63;}
.linkpink{color:#c39;}
.lime{color:#0C0;}

.px16{ font-size:16px;}

a:link{ color:#C39; text-decoration:none; font-weight:bold;}
a:hover{ color:#906; text-decoration:none; font-weight:bold;}
a:visited{ color:#C39; text-decoration:none; font-weight:bold;}
a:visited:hover{ color:#906; text-decoration:none; font-weight:bold;}

#container{
	width:720px;
	margin-top:10px;
}
#container2{
	border: solid #999 1px;
}

#lftmenu{
	margin-top: 10px;
	float: left;
	margin-left: 20px;
	width: 155px;
}

#mainbox{
	background-image:url(../images/squiggle.jpg);
	background-repeat:repeat;
	width: 521px;
	float: right;
}

#titlebox{
	background-image:url(../images/title.jpg);
	text-align: center;
	padding-top: 65px;
	margin: 0;
	color: #906;
	font-size: 12px;
}

.ltbox{
	border:1px solid #fff;
	padding: 5px;
	width: 100px;
}

.clearing {
	clear:both;
	width: 684px;
}
p.spacer{ font-size:9px;}

#bottom{
	margin-bottom: 0;
	vertical-align: baseline;
}

#contentcontainer{
	background-color:#FFF;
	width: 521px;
	background-image: url(../images/squiggle.jpg);
	background-repeat: repeat;
}
#content{
	padding: 20px 20px 0 20px;
}

#btmmenu{
	text-align:center;
	clear: both;
	margin-left: 185px;
	width: 521px;
	font-size:12px;
}
div.btmmenu a:link{ color:#000; text-decoration:none;}
div.btmmenu a:hover{ color:#C39; text-decoration:none;}
div.btmmenu a:visited{ color:#000; text-decoration:none;}
div.btmmenu a:visited:hover{ color:#C39; text-decoration:none;}

.menutxt{
	font-weight:bold;
	color:#906;
	margin-top: 20px;
}

.lftcol{
	width: 300px;
}
.rtcol{
	width: 150px;
	float: right;
}

#bigpic{
	width:208px;
	float: right;
}

.credits{ font-size:9px;}

