/******************************************
	The Lobster Claw Design Group Ltd.
	Kyle A. Wells
	July 2006
	/styles.css
 ******************************************/
<style type="text/css">
	
body {
	margin:0; padding:0;
	}

a{
	color:#CC3333;
	text-decoration:none;
	}

a:hover{
	background-color:#CC3333;
	color:#FFFFFF;
	}
	
h1{
	font-family: inherit;
	font-size: 1.5em;
	}

h1:hover{
	background-color:#CC3333;
	color:#FFFFFF;
	}
	
h3{
	font-size: 1.3em;
	border-bottom:1px solid #fff;
	}

#header{
	
	}
	
#wrapper{
	width:90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;	
	max-width:1024px;
	margin: 1em auto;
	}
	
#crumbs{
	height:16px;
	}

#crumbs-content{
	padding: 0 1em;
	}
	
#border{
	border: 1px solid #CC3333;
	-moz-border-radius: 10px;
	}
	
input, textarea, select{
	border: 1px solid #000000;
	margin: 5px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:inherit;
	}

textarea{
	background-image:url(images/logofaded15.gif);
	}
	
.row{
	/*width:500px;*/
	}

.row:hover{
	c
	color:#FFFFFF;
	-moz-border-radius: 10px;
	}

#error{
	color:#FF0000;
	}	
	
#lframe{
	float:left;
	width:500px;
	margin:0; padding:0;
	}

#lframe-content{
	padding: 0.5em 1em;
	text-align:justify;
	font-family: inherit;
	font-size: inherit;
	}

#rframe{
	margin-left:500px; padding:0;
	background-color:#CC3333;
	background-image: url('images/whiteclaw.gif');
	background-repeat:no-repeat;
	background-position:90% 181%; /* lr, tb */
	-moz-border-radius: 0 10px 0 0;
	height:350px;
	}

#rframe-content{
	margin-top:0; padding: 0.5em 1em;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	}

#rframe-content a{
	color:#fff;
	font-weight:900;
	}

#rframe-content img{
	border:2px solid #fff;
	}
	
#rframe-content ul{
	list-style:none;
	}

#footer{
	clear:both;
	height:20px;
	text-align:right;
	-moz-border-radius: 0 0 10px 10px;
	border-top:1px solid #CC3333;
	}
	
#footer2{
	margin-top:10px;
	clear:both;
	height:20px;
	text-align:left;
	}
	
#footer-content{
	font-size: 0.8em;
	padding: 0.3em 1.1em;
	color:#000;
	}
	
hr.cleaner{
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
	}
</style>