body
{
	background: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

h1
{
	display: none;
}

h2, .sideHeader
{
	clear: both;
	color: #CCCCCC;
	font-family: arial;
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px 0 10px 0;
	text-decoration: none;
}

p
{
	margin-bottom: 10px;
}

p, li
{
	color: #999999;
	font-family: arial;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 130%;
	text-decoration: none;
}

a
{
	color: #CCCCCC;
	text-decoration: underline;
}

a:hover
{
	color: #999999;
}

ul
{
	list-style-image: none;
	list-style-type: square;
	margin: 0 0 10px 20px;
}

#pageContainer
{
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	text-align: left;
	width: 1000px;
}

#headerContainer
{
	height: 145px;
	padding-top: 10px;
	width: 1000px;
}

#header
{
	float: left;
	height: 110px;
	width: 262px;
}

#header img
{
	height: 110px;
	width: 262px;
}

#banner
{
	float: left;
	height: 90px;
	margin: 10px 10px 10px 0;
	overflow: hidden;
	width: 728px;
}

#menu
{
	float: left;
	height: 25px;
	padding: 10px 0 0 5px;
	width: 475px;
}

#menu a
{
	color: #CCCCCC;
	display: block;
	float: left;
	font-family: verdana;
	font-size: 0.8em;
	font-weight: bold;
	height: 18px;
	margin-left: 5px;
	padding: 7px 10px 0 10px;
	text-decoration: none;
}

#menu a:hover
{
	color: #999999;
}

#menu a.selected
{
	background-color: #000000;
}

#search
{
	float: left;
	height: 32px;
    padding: 3px 0 0 0;
	width: 520px;
}

#search fieldset
{
	clear: both;
	padding: 0;
	font-size: 1em;
}

#search .text
{
	color: #CCCCCC;
	display: inline;
	float: left;
	font-family: verdana;
	font-size: 0.8em;
	padding: 4px 5px 0 5px;
	text-decoration: none;
}

#search .text a
{
	color: #CCCCCC;
	text-decoration: underline;
}

#search .text a:hover
{
	text-decoration: none;
}

#search .field
{
	display: inline;
	padding-right: 5px;
	float: left;
}

#search select
{
	background-color: #CCCCCC;
	border: 1px solid #000000;
	color: #000000;
	font-family: arial;
	font-size: 0.8em;
	font-weight: normal;
	padding: 1px;
	text-decoration: none;
	vertical-align: baseline;
}

#bodyContainer
{
	float: left;
	padding: 10px 0 0 0;
}

#sideContainer
{
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	width: 300px;
}

#box
{
	height: 250px;
	overflow: hidden;
	width: 300px;
}

#buttonContainer
{
	padding-left: 10px;
	padding-top: 20px;
}

#buttonContainer .button
{
	float: left;
	height: 125px;
	margin: 0 10px 10px 0;
	padding: 5px;
	width: 125px;
}

#contentContainer
{
	border: 1px solid #81034D;
	float: left;
	padding: 5px 5px 10px 10px;
	width: 673px;
}

#footerContainer
{
	clear: both;
	padding: 10px 30px 15px 30px;
	text-align: center;
}

#footerContainer p
{
	margin: 0 0 5px 0;
}

#picContainer
{
	padding-bottom: 10px;
	text-align: center;
	width: 1000px;
}

#pic
{
	margin-left: auto;
	margin-right: auto;
}

#galleryContainer
{
	border: 1px solid #81034D;
	clear: both;
	height: 106px;
	padding: 10px 0 10px 0;
}

#galleryContainer img
{
	border: 3px solid #81034D;
	float: left;
	height: 100px;
	margin: 0 5px 0 0;
	width: 100px;
}

#galleryContainer a img
{
	border: 1px solid #999999;
    padding: 2px;
}

#galleryContainer a:hover img
{
	border: 1px solid #666666;
}

#pages
{
	clear: both;
	padding-top: 15px;
}

#pages a
{
	border: 1px solid #999999;
	color: #CCCCCC;
	display: block;
	float: left;
	font-family: verdana;
	font-size: 0.9em;
	margin-right: 3px;
	padding: 5px;
	text-decoration: none;
}

#pages a:hover
{
	border: 1px solid #666666;
	color: #666666;
}

#pages a.selected
{
	background-color: #999999;
	color: #000000;
	font-weight: bold;
}

#pages a.selected:hover
{
	background-color: #666666;
	border: 1px solid #666666;
	color: #000000;
	font-weight: bold;
}

.tipsy
{
	padding: 5px;
	font-size: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/tipsy.gif);
}

.tipsy-inner
{
	padding: 5px 8px 4px 8px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
	max-width: 220px;
	text-align: center;
}

.tipsy-inner
{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.tipsy-south
{
	background-position: bottom center;
}

.thumb a img
{
	border: 1px solid #999999;
	float: left;
	height: 100px;
	margin: 0 4px 4px 0;
    padding: 2px;
	width: 100px;
}

.thumb a:hover img
{
	border: 1px solid #666666;
}

