/* CSS Document */

html {
	margin:0;
	height:100%
}

body {
	margin:0;
	height:100%;
	background-attachment: fixed;
	background-color:#000000;
	background-image: url(../images/interface/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	font-variant: normal;
}

div#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
}

body>div#footer{
   position:fixed;
}

a:link {
	color: #C8B287;
}
a:visited {
	color: #6633CC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #33CC99;
}

.mainbody {
	min-height: 100%;
	margin-right:40px;
	padding:20px;
	background-image: url(../images/interface/menu.png);
	background-repeat: repeat-y;
	background-position: left;
}

.menu {
	color: #FFFFFF;
	width: 210px;
	position: relative;
	left: -21px;
	top: 0px;
	height: 360px;
	text-align: center;
}

.content {
	color: #FFFFFF;
	position: relative;
	left: 210px;
	top: -180px;
	margin-bottom: 0px;
	margin-right: 392px;
}

.rcBox {
	background-repeat: repeat-y;
	background-position: right bottom;
	background-image: url(../images/interface/post.png);
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	width: 100%;
}

.rcBoxHead {
	background-image: url(../images/interface/post.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: -13px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.rcBoxHeadLt {
	background-image: url(../images/interface/post.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-align: center;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	font-weight: normal;
	font-size: 11px;
}

.rcBoxContent {
	background-image: url(../images/interface/post.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	font-size: 11px;
	color: #0D8CFF;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 26px;
	padding-left: 26px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.style1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.style2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.style3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.style4 {
	font-size: 11px;
	color: #2EAEFF;
}

/* Dynamic gallery CSS */

.slideshow { /*CSS for DIV containing each image*/
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.slideshow img { /*CSS for each image tag*/
	border: 0;
	width: 75px;
	height: 75px;
}

#navlinks { /*CSS for DIV containing the navigational links*/
	width: 400px;
}

#navlinks a { /*CSS for each navigational link*/
	margin-right: 8px;
	margin-bottom: 3px;
}