body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	font-size: 14px;
	padding: 0px;
}
small {
	font-size: 10px;
}
.superScript  {
	vertical-align: super;
	font-size: 9px;
}

#holder {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#menue {
	color: #FFF;
	background-color: #888577;
	padding-left: 10px;
	margin-top: -15px;
	height: 40px;
	margin-bottom: 0px;
}

#menue ul li {
	list-style-type: none;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16px;
	padding-top: 10px;
	float: left;
	margin-left: -15px;
}
#menue ul li a {
	color: #FFF;
	text-decoration: none;
}
#menue ul li a:hover {
	color: #000;
}




#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 340px;
	clear: both;
}
#body {
	background-image: url(../images/goldBG.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 900px;
	float: left;
}

#bannerHeader {
	background-image: url(../images/bannerHeader.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 240px;
	height: 45px;
	float: left;
	padding-left: 18px;
	padding-top: 45px;
}
#contentHeader {
	background-image: url(../images/contentHeader.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 590px;
	float: left;
	padding-left: 52px;
	padding-top: 45px;
	background-position: left bottom;
}
#bannerContent {
	float: left;
	width: 238px;
	font-size: 14px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	color: #888577;
}
#bannerContent h1 {
	font-size: 18px;
	color: #F00;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: 40px;
}
#bannerContent ul li {
	text-align: left;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	list-style-image: url(../images/arrowBlue.gif);
}
#bannerContent ul li:hover {
	list-style-image: url(../images/arrowOrange.gif);
}
#bannerContent ul li a {
	text-decoration: none;
}

#body #bannerContent a  {
	font-size: 12px;
	font-weight: bold;
	color: #09F;
}
#body #bannerContent a:hover {
	color: #F00;
}




#content {
	width: 570px;
	float: left;
	padding-left: 42px;
	color: #666;
	font-size: 14px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content img {
	float: right;
	padding: 10px;
	border: 1px solid #EFEFEF;
	margin: 10px;
}


#content p {
	clear: both;
}
#content a {
	color: #F00;
	text-decoration: none;
}
#content a:hover {
	color: #09F;
}
#content h1 {
	font-size: 18px;
	font-weight: normal;
	color: #F00;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: double;
	border-top-color: #888577;
	border-right-color: #888577;
	border-bottom-color: #888577;
	border-left-color: #888577;
	padding-bottom: 5px;
	clear: both;
}
#content h2 {
	font-size: 16px;
	color: #09F;
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 14px;
	color: #F00;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: -5px;
	margin-left: 0px;
}

#content ul li {
	list-style-type: circle;
	margin-left: -15px;
}
#content .linkImageList li img {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#content .linkImageList li a img:hover {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}

#content .linkImageList strong {
	width: 250px;
	margin: 4px;
	clear: both;
	float: left;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
}
#content .linkImageList li {
	list-style-type: none;
}
#content .album li {
	list-style-type: none;
	float: left;
	height: 150px;
}
#content .album img {
	margin-left: 20px;
}
#content .album img:hover {
	border: 1px solid #03F;
}
#content .imgLeft {
	float: left;
	clear: both;
	margin-top: 30px;
	margin-left: 30px;
}
#body #content .dottedBox {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}




.leftFrame {
	float: left;
	width: 300px;
	clear: right;
}
.rightFrame {
	float: right;
	width: 250px;
}


#footer {
	background-color: #000;
	clear: both;
	height: 10px;
}
#content .box {
	background-image: url(../images/boxes.gif);
	background-repeat: no-repeat;
	height: 267px;
	width: 550px;
	color: #00C;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}
#content .box #boxTop {
	height: 45px;
	width: 110px;
	margin-left: 15px;
	margin-top: 15px;
}
#content .box #boxMid {
	height: 40px;
	width: 155px;
	margin-left: 15px;
	margin-top: 45px;
}
#content .box #boxlow {
	height: 40px;
	width: 150px;
	margin-top: 50px;
	margin-left: 15px;
}
#content .box #boxContent {
	height: auto;
	width: 290px;
	margin-top: -250px;
	margin-left: 250px;
	color: #666;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
}
#content .box #boxContent #boxNew {
}
#content .comment li{
	list-style-type: none;
	font-style: italic;
	padding-top: 10px;
}
#content .comment li strong {
	font-style: normal;
	padding-right: 20px;
	margin-left: -20px;
}
#content .separator {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #09F;
	border-right-color: #09F;
	border-bottom-color: #09F;
	border-left-color: #09F;
	margin-right: 70px;
	margin-left: 70px;
	margin-top: 40px;
	margin-bottom: 0px;
}

