body{
	margin:-10px 0 0 -10px;
	font-family: Maiandra, Candara, Verdana, Arial, sans-serif;
	font-size: 95%;
	line-height: 1.4em;
	background-color: #000000;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat-x;
}

html body{ /* for NS4 */
	margin:0;padding:0;

}
/* this eliminates horizontal page centering issues */
html {
	overflow-y: scroll; 
}
/* the following is in preparation for HTML 5 - need to leave tables as is for IE6 and IE7 for now */
table {
	padding: 0;
	border-collapse:collapse;
	border-spacing: 0;
}
.innerbox {
	margin-top: 0;
	padding-left: 2em;
	line-height: 1.1em;
}
a:link {
	color: rgb(51,51,153);
	text-decoration: underline;
}

a:visited {
	color: rgb(51,0,102);
	text-decoration: underline;
}

a:hover {
	color: rgb(102,102,204);
	text-decoration: underline;
}
a:active {
	color: rgb(0,0,153);
	text-decoration: underline;
	outline: 0; /*eliminate the dotted line around the button when it is pressed */
}
h1
{
	font-family: Candara, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color:#FF9933;
}
h2
{
	font-family: Candara, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#FF9933;
}
#wrap {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	width: 1165px;
	margin-top:20px;
	height:49px;
	margin-left: auto;
	margin-right: auto;
}
#topcontainer {
	width: 1160px;
	height: 49px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
}
#topmenu {
	width: 540px;
	float: right;
	text-align: right;
}
#topmain {
	width: 360px;
	float: right;
}
/* gallery page */
#gallerytable {
	width:576px;
	overflow:hidden;
	margin:0 100px;
	padding-left:586px; /* The width of the rail */
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
* html #gallerytable {
	height: 1%;
}
#gleftside{
	width: 576px;
	float: left;
	margin-left:-576px;
	display:inline; /* So IE plays nice */
	background-color: #000000;
}
#grightside{
	width:100%;
	border-left:544px; /* The width of the rail */
	margin-left:-544px;
	float: right;
	background-color: #000000;
}
#gcontent {
	margin-left: 10px;
	margin-right: 20px;
	background-color: #FFFFFF;
	padding:15px;
}
img {
	border-style: none;
	vertical-align: middle;
	border: 0;
	outline: 0; /*eliminate the dotted line around the button when it is pressed */
}
img.floatRightClear { /*multiple images don't overlap and doesn't overlap text*/
	float: right;
	clear: right;
	margin: .5em;
}
img.floatLeftClear { /*multiple images don't overlap and doesn't overlap text*/
	float: left;
	clear: left;
	margin: .5em;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: .3em;
}
.cntr{
	text-align: center;
}
.whtsp 
{
	white-space: pre;
	font-family: Maiandra, Candara, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
}
#botwrapper {
	clear:both;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: -10px;
	margin-bottom: 0;
	margin-left: -10px;
	margin-right: 0;
	background-position: 0 0;
	background-image: url(../images/bgbot.gif);
	background-repeat: repeat-x;
	min-width: 1165px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	line-height: 1em;
}
.footer{
	height: 8em;
	width: 1165px;   /* for ie6 because it does not support min-width */
	margin: 0 auto;
}

.botfont{
	font-family: Candara, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2.2em;
	text-align: center;
}
.botfont a:link{
	color: rgb(153,153,255);
	text-decoration: underline;
}
.botfont a:visited {
color: rgb(102,51,153);
	text-decoration: underline;
}
.botfont a:hover {
	color: rgb(255,204,102);
	text-decoration: underline;
}
.botfont a:active {
	color: rgb(255,204,102);
	text-decoration: underline;
	outline: 0; /*eliminate the dotted line around the button when it is pressed */
}

.textYelBld {
	font-family: Candara, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#FFCC66;
}
