body {
	padding-top:15px;
	background:url(../images/back-grad.gif) repeat-x;
	font-family:sans-serif;
	background-color: #000;
	

}
h1 {
	font-size:16px;
	color: #999;
	background-color:#333;
}
#head {
	background:#333333;
	width:100%;
	height:46px;
	margin-top:none;
	padding-top:none;
	margin: 0 auto; 
	overflow:hidden;
	position: relative;
	top:0px;
	left:0px;
	border-bottom:3px groove #999;
}
#wrapper{
	height:auto;
	width:800px;
	margin: 0 auto;
	border:none;
	
}
#logo {
	float:left;
	width:20%
}

#leftmenu{
	float:left;
	width:130px;
	height:auto;
}
#bodytext{
	width:800px;
	height:auto;
	float:left;
	background-color:#333;
	margin-top:5px;
}

#gallery{
	width:645px;
	height:880px;
	text-align:left;
	background-color: #999;
	padding:8px;
	float:right;
	

}
#edgallery{
	width:650px;
	height:auto;
	text-align:left;
	padding:8px;
	float:right;
	border:1px solid #666;
	font-size: 16px;
	color: #000;
	background-color: #FFF;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: none;/*tab background image path*/
	height: 46px;
	list-style: none;
	width: 70%;
	float: right;
}

.glossymenu li{
	float:right;
}

.glossymenu li a{
	float: left;
	display: block;
	color: #999;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: none; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: none; /*right tab image path*/
}
#footer{
	width:100%;
	height:25px;
	float:left;
	color: #999;
	text-align: center;
	background-color:#333333;
	border-top:3px groove #999;
	}
.clearfloat {
	clear:both;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*Side Panel Menu */
.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 130px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid  #CCC; /* white border beneath each menu item */
}

.sexypanels li a{
background: #333; /*color of menu by default*/
font:13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
display: block;
color: #666;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
text-align:center;
}

.sexypanels li a:visited, .sexypanels li a:active{
color: #999;
}

.sexypanels li a:hover{
	background-color: black; /*color of menu onMouseover*/
	color: white;
	border-bottom: 1px solid  #999; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
	text-align: center;
}


</style>

[if IE]>
<style type="text/css">
.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}
.smallwhite {
	font-size: 10px;
	font-weight: 700;
	color: #FFF;
}
#greyback {
	background-color:#333;
	border:1px solid #000;
	margin-bottom:5px;
	padding-left:5px;
	padding-right:5px;

	
	
}
.img_left {
	float:left;
}
.red {
	color:#F00;
	background: #FFF;
	font-size:24px;
	text-align:center;
}
.blue {
	color: #00F;
	background: #FFF;
	font-size:12px;
	text-align:center;
}
.bold {
	font-weight:bold;
	font-size:14px;
}
.highlight {
	background-color:#FF0;
	text-align:center;
}
.boldital {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.para {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}
.blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #03F;
}
.small_red {
	font-size: 13px;
	font-weight: bold;
	color: #C00;
}
.large_blue {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #00F;
}