html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #450003;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

/* Home page rollover stuff --------------------------------------------------------------------------- */

.sweet {
	position:absolute;
	top: 54px;
	left: 0px;
	visibility: hidden;
}
#boxy{
	width: 800px;
	height: 200px; 
	background: url(../images/splash_menu/splash_bg.png);
    border-top: solid 1px #171C1F;
    border-bottom: solid 1px #60090C;
}
#boxynav {
	width: 800px;
	height: 80px; 
}

/* END Home page rollover stuff --------------------------------------------------------------------------- */

/* BEGIN Div stuff --------------------------------------------------------------------------- */

#wrap {
	width: 800px;
	margin: 0px auto;
	padding-bottom: 15px;
	background: url(../images/wrapbg.png) repeat-y;
	min-height: 500px;
	position: relative;
}
#mainmenu {
	width: 800px;
	height: 53px;
}
#footer {
	clear: both;
	padding-top: 0px;
	text-align: center;
	
}
#right {
	width: 200px;
	float: right;
}
#bottom {
	clear: both;
}
#iframe {
	width: 730px;
	padding: 5px;
	margin: 30px auto 15px auto;
	border: solid 2px #000000;
	margin-bottom: 30px;
}
#form {
	margin-top:30px;
}
#splash_bg {
	overflow: hidden; 
	position:relative;
    height:200px;
    background: url(../images/splash_bg.png) no-repeat; 
}

/* END Div stuff --------------------------------------------------------------------------- */

/* BEGIN Text stuff --------------------------------------------------------------------------- */

a {
	text-decoration: none;
}
a:link, a:visited {
    color: red;
}
a:hover {
    text-decoration: underline;
}
p {
	margin:15px 0 15px 0;
	padding: 0px 30px;
	line-height:1.3em;
	font-size:90%;
	clear:none;
	
}
p.splash {
    padding:15px 0 0 30px;
    margin:0;
    color:white;
}
h1 {
    padding:30px 30px 0 30px;
    font-size:28px;
    font-style:italic;
    font-family:Georgia, Times, serif;
}
h2.pic {
	width:530px;
}
h2 {
	width:auto;
	padding:10px 0 10px 0;
	font-size:1em;
	text-align:left;
	color:#fff;
	background-image:url(../images/h2bg.png);
	background-repeat:repeat-x;
	padding-left:30px;
	font-weight:200;
}
ul.listy {
	padding-left:30px;
	font-size:.8em;
}
li {
	margin-left:50px;
	font-style:italic;
	font-size:110%;
	padding-bottom:5px;
}
em {
	font-style:italic;
	font-weight:bold;
}
form {
	margin: 0 auto;
	padding:15px 100px 30px 100px;
}

/* END Text stuff --------------------------------------------------------------------------- */

/* BEGIN Image stuff --------------------------------------------------------------------------- */

a img { 
	border: none;
}
img { 
	padding: 0px;
	margin: 0px;
	border: none;
}
img.left {
	padding:15px 15px 15px 30px;
}
img.right {
	padding:15px 30px 15px 15px;
}
img.center {
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
}
img.splashimg {
	padding:35px 0 0 30px;
}
img.splashright {
    float:right;
    padding-left:10px;
}

/* END Image stuff --------------------------------------------------------------------------- */

/* BEGIN Crap --------------------------------------------------------------------------- */

#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
#footer a:link, a:visited {
	color:red;
}
#footer a:hover {
	color:#990000;
}
#iframe a {
	padding-top:10px;
}
.para {
	margin-top:-10px;
	clear:both;
	margin-bottom: 20px;
}
.right {
	float:right;
}
.rightclear {
	float:right;
	clear:right;
	padding:15px;
}
.left {
	float:left;
}

.buffer {
	padding-bottom:30px;
}
.firstletter:first-letter {
	font-size:500%;
	float:left;
	line-height:.75em;
	color:#851519;
	padding-right:5px;
}
.mid {
	text-align:center;
}
.clear {
	clear:both;
}
.scrolling-content a {
    padding:0;
    color:red;
}
.scrolling-content a:hover {
    text-decoration:underline;
}
.scrolling-content {
	background: transparent url(bubble.png) top left no-repeat;
	width: 800px;
	height: 200px;
	text-align: left;
	position: absolute;
	margin-left:35px;
}

.social { float:right; padding:10px; height:50px; width:200px; text-align:left; border:solid 1px #000; margin-bottom:10px; font-size:20px; background-color:#CCC; }
/* END Crap --------------------------------------------------------------------------- */