* { margin: 0; padding: 0; }

body {
	background: #000000;
	text-align: center;
	margin: 10px 0 10px 0;
	}
	
#accessibility {
	display: none;
	}	
	
/* -------------------
Main Structure
------------------- */
	
#frame {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	}
	
#middle {
	background: url(images/bg_frame.gif) 0 0 repeat-y;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11pt;
	text-align: left;
	overflow: auto;
	}
	
#middle a {
	color: #00CCFF;
}

#middle a:hover {
	color: #5382bf;
}	
	
#noflash {
	float: none;
	width: 940px;
	padding: 7px;
	border: medium groove #FFFF9D;
	text-align: center;
	background-color: #333333;
	vertical-align: middle;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 10pt;
	}
	
#noflash a {
	color: #FFFF00;
}

#noflash a:hover {
	color: #FF0000;
}

#error {
	float: none;
	width: 940px;
	padding: 7px;
	border: medium groove #B90000;
	text-align: left;
	background-color: #333333;
	vertical-align: middle;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-weight: bold;
	font-size: 10pt;
	}
	
#error li {
	color: #FF8888;
	margin-left: 43px;
	margin-top: 5px;
	margin-bottom: 5px;

}
	
#msg {
	float: none;
	width: 940px;
	padding: 7px;
	border: medium groove #0066FF;
	text-align: center;
	background-color: #CCCCCC;
	vertical-align: middle;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-weight: bold;
	color: #000066;
	font-size: 10pt;
	}	
	
#main {
	float: left;
	width: 950px;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 20px;
	}	
	
#left {
	float: left;
	width: 300px;
	border-right: 1px solid #CCCCCC;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 6px;
	line-height: 14pt;
	}
	
#left hr {
	color: #333333;
}


#sidebar {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 640px;
	line-height: 14pt;
	}
	
#box1 {
	float: none;
	width: 920px;
	padding: 7px;
	border: thin solid #6F6F6F;
	text-align: left;
	background-color: #E4E4E4;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #000000;
	font-size: 10pt;
	}	
	
#box1 a {
	color: #0066FF;
}

#box1 a:hover {
	color: #990000;
}


#box2 {
	float: none;
	width: 920px;
	padding: 7px;
	border: thin solid #ACACAC;
	text-align: left;
	background-color: #3F3F3F;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 10pt;
	}
	
#box2 li {
	margin-left: 30px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#box3 {
	float: left;
	width: 270px;
	padding: 7px;
	background-color: #515151;
	margin-right: 20px;
	margin-left: auto;
	color: #FFFFD2;
	font-size: 11pt;
	border: thin solid #999999;
	line-height: 16pt;
	}
	
#guestbook {
	float: left;
	width: 950px;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/guestbook.jpg);
	background-repeat: no-repeat;
	background-position: 25px top;
}

#guestentry {
	float: right;
	width: 700px;
	margin: 20px;
}

#tabrow {
	width: 100%;
}

#tabrow td {
	font-size: 10pt;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

#tabrow table {
	border: 4px double #FFCC00;
}

#tabrow a {
	color: #993300;
}

#tabrow a:hover {
	color: #000099;
}


#boxtop {
	background: url(images/bg_gtop.gif) 0 0 no-repeat;
}

#boxmid {
	background: url(images/bg_gmid.gif) 0 0 repeat-y;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#boxbot {
	background-image: url(images/bg_gbot.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#center {
	text-align: center;
	width: 100%;
}

#par {
	line-height: 23px;
}
#par p {
	text-indent: 25px;
	margin-top: 6px;
}

#shop {
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
/* -------------------
Footer
------------------- */

#footer {
	clear: left;
	background: url(images/bg_footer.gif) 0 0 no-repeat;
	height: 108px;
	padding-top: 30px;
	}
	
#footer_links {
	float: left;
	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	text-align: center;
	vertical-align: middle;
	clear: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 20px;
	line-height: 15pt;
	}
	
#footer_links a {
	color: #999999;
}
#footer_links a:hover {
	color: #5382bf;
}
	
#footer_copy {
	float: left;
	width: 970px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}		
	
/*------------------
Other Classes
------------*/

.subtitle1 {
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	color: #54E8FF;
}


.subtitle2 {
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	color: #6E5FFF;
}

.subtitle3 {
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	color: #9E005D;
}

.subtitle4 {
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	color: #AE0004;
}

.bigtitle {
	font-size: 18px;
	font-weight: bold;
}
.smalltitle {
	font-size: 16px;
	font-weight: bold;
}
.bigger {
	font-size: 12pt;
}

.comments {
	font-size: 10pt;
}

.guest1 {
	font-size: 9pt;
	font-weight: bold;
	color: #B782FF;
}

.guest2 {
	font-size: 9pt;
	font-weight: bold;
	color: #999999;
}

.datedark {
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}

.datelight {
	font-size: 8pt;
	font-weight: bold;
	color: #BCBCBC;
	font-style: italic;
}

.datereg {
	font-weight: bold;
	color: #666666;
	font-style: italic;
}

.newstitle {
	font-style: normal;
	font-weight: bold;
	color: #FFFF8A;
	font-size: 9pt;
}

.newstitle2 {
	font-style: normal;
	font-weight: bold;
	color: #990000;
	font-size: 9pt;
}

.newstitle3 {
	font-style: normal;
	font-weight: bold;
	color: #BBFFFF;
	font-size: 9pt;
}

.newstitle4 {
	font-weight: bold;
	color: #FFCC00;
}

.black {
	color: #000000;
}

.image {
	padding: 10px;
}

.boxBody {
	padding-right: 15px;
	padding-left: 18px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #00C6FF;
	line-height: 24pt;
}


/*------------------
Other Classes
------------*/

.required {
	background-color: #FFFFD9;
}

.formerror {
	background-color: #FFD9DA;
}

.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #A4DBFF;
	color: #000000;
}

.submit:hover {
	background-color: #FFAEAE;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.tiny {
	font-size: 6pt;
	line-height: 6pt;
}

