/*******************************************************	
*
*	abbeville.css
* 	Created on Monday, August 2 2004 3:36pm
*
*******************************************************/

body {
	margin: 0px;
	padding: 0px;
	background: #F1A629 url("../images/orange_back2.png");
	font: 120% georgia, "times new roman", times, serif;
	line-height: 170%;
}

a {
	color: #47720F;
	font-family: verdana, helvetica, arial, sans-serif;
	text-decoration: none;
}

table td {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, sans-serif;
	text-transform: small-caps;
}

h1 {
	border-bottom: 1px dotted #898989;
	border-right: 2px dotted #898989;
}

a:hover {
	text-decoration: underline;
}

.floatl {
	float: left;
	margin: 0 5px 5px 0;
}

.floatr {
	float: right;
	margin: 0 0 5px 5px;
}
	
#main {
	position: relative;
	margin: 60px 0 60px 0;
	width: 754px;
	padding-bottom: 100px;
	background: #FFFDD4;
	border: 2px solid black;
}

#logo {
	position: absolute;
	top: -60px;
	left: -100px;
	border: 0px;
}

#logo_background {
	background: #F5BA5C;
	height: 175px;
	border-bottom: 1px solid #444;
}

#leftm {
	position: absolute;
	top: 240px;
	left: -50px;
} #leftm img {
	display: block;
	border: 0px;
}

#content {
	position: relative;
	top: 45px;
	left: 200px;
	width: 540px;
	min-height: 700px;
}

#copyright {
	position: relative;
	text-align: right;
	font: 90% helvetica, arial, sans-serif;
	color: #00AD63;
	border-top: 1px dotted #CCC;
	padding-top: 10px;
	margin-top: 30px;
}

#sponsors {
	
	margin: auto;
} #sponsors img {
	border: 1px solid #444;
}

.cap {
	border: 2px solid black;
	text-align: center;
	background-color: #FFF5E8;
} .cap img {
	border-bottom: 1px solid black;
} .cap p {
	font: bold 90% verdana;
}

#paulrainey {
	width: 400px;
}

.guestbook {
	font: 95% helvetica, arial, sans-serif;
	line-height: 100%;
}

fieldset input, textarea {
	border: 1px solid #444;
	color: #5C3900;
	width: 300px;
	font-family: verdana, sans-serif;	
}

#schedule td {
	border-top: 1px solid black;
	font: 100% helvetica, arial, sans-serif;
}