*
{		
	margin: 0;
	padding: 0;
}
a{ 
	color:#CCCCCC;
	}
	
	a:hover{
		text-decoration:none;
		}
img
{
	border: none;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #000;
	height:100%;
}
	
#carousel
{
	width: 700px;
	height: 150px;
	position: absolute;
	top:320px;
	left: 50%;
	margin-left: -350px;
}
#carousel a
{
	position: absolute;
	width: 110px;
}

#ImageBoxOverlay
{
	background-color: #000;
	z-index: 1000;
}
#ImageBoxOuterContainer{
	z-index: 1000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(images/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(images/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
body{
	background-image:url(bgbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#381706;
	}
	
#logo{
	margin-top:50px;
}

.menucss{
		padding:50px 10px 10px 10px;
		font-size:14px;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-transform:uppercase;
		font-weight:bold;
		color:#FFF;
}

.menucss a{
	text-decoration:none;
	color:#FFF;
	padding-left:30px;
	padding-right:30px;
}

.menucss a:hover{
	color:#C60;
}

.maincontent{
	color:#000;
	background-image:url(tran.png);
	background-position:top center;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:justify;
	line-height:25px;
	border:1px solid #f1f1f1;
}

.maincontent2{
	color:#fff;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:justify;
	line-height:25px;
}
