body {
	background-color: #e1e1e1;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.topbar{
	background-color: #ccc;
	background-image: url(images/topbar.jpg);
	background-repeat: repeat-x;
	height: 97px;
	z-index: 40;
}
.logo{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 50;
}
.lefttop{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}
.rightimg{
	position: absolute;
	right: 0px;
	top: 140px;
}
div.nav{
	position: absolute;
	top: 75px;
	left: 2px;
	z-index: 68;
	width: 125px;
}
ul.menu {list-style-type: none;
}
.menu a {
	margin-left: -40px;
	width: 110px;
	padding: 4px;
	display: block;
	text-align: center;
	border: 1px solid #fff;
	text-decoration: none;
	color: White;
	font-weight: bold;
	background-color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}	 
.menu a:hover {
	background-color: #CC0033;
	text-decoration: none;
	color: #fff;
}
.menu a:active {
     background-color: gray;
     color: #000;
}
li.menu {margin-bottom: 3px;
}
.footer{
	position: relative;
	margin: 0px 50px 20px 50px;
	background-color: #cc0033;
	border: double 3px #fff;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #fff;
	padding: 4px;
	z-index: 100;
}
.footer a:hover{
	color: #000;
	background-color: #ccc;
}
.footer a{
	text-decoration: none;
}
#container{
	position: relative;
	margin: 10px 150px 0px 150px;
	padding: 10px 20px 20px 20px;
	z-index: 50;
}
.bl {background: url(images/colbl.gif) 0 100% no-repeat #000; width: 100%}
.br {background: url(images/colbr.gif) 100% 100% no-repeat}
.tl {background: url(images/coltl.gif) 0 0 no-repeat}
.tr {background: url(images/coltr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

.content{
	padding: 0px 20px 0px 20px;
	text-align: center;
}
h1{
	font-family: "Times New Roman", Times, serif;
	color: #fff;	
	text-align: left;
	margin-bottom: -10px;
}
h2{
	font-family: "Times New Roman", Times, serif;
	color: Silver;
	font-variant: small-caps;
	text-align: left;
	margin-bottom: 0.2em;
}
p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.71em;
	color: #cccccc;
	line-height: 1.5em;
	text-align: left;
}
a {
	font-weight: bold;
	color: #fff;
	padding: 0px 4px 0px 4px;
}
a:hover {
	color: Red;
}
.labe {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size: 0.6em;
	text-align: right;
}
.copy{
	color: #000;
	font-style: italic;
	text-align: center;
}
.imgr{
	float: right;
	border: solid #fff 1px;
	margin: 5px 0px 5px 20px;
	
}
.imgspl{
	float: left;
	margin: -30px 20px 0px -90px;
}
.thumb{
	margin: 10px;
	border: 1px solid #fff;
}
.thumbholder{
	background-color: #666;
	text-align: center;
	border: 1px solid #fff;
}
.udate{
	background-color: #333;
	text-align: center;
	margin-left: -40px;
	width: 112px;
	padding: 4px;
	color: #fff;	
	font-size: 0.7em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}