/* BODY & TAGS*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/BG-Depot.gif);
	background-repeat: repeat;
}
a:active {
  position: relative;
  top: 1px;
}
ul {
	list-style-type: none;
}
/*---------------------------------------------------------*/
/* WRPPER */
#wrapper {
	background-image: url(../images/ImgMainContnt.gif);
	background-repeat: repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	position:relative;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	height: auto;
	margin-top: 30px;
}
#wrapper .tl{
	position: absolute;
	width: 8px;
	height: 8px;
	top: 0px;
	left: 0px;
	background-image: url(../images/tl.jpg);
	background-repeat: no-repeat;
}
#wrapper .tr{
	position: absolute;
	width: 8px;
	height: 8px;
	background:url(../images/tr.jpg);
	top: 0px;
	right: 0px;
}
#wrapper .bl{
	position: absolute;
	width: 8px;
	height: 8px;
	background:url(../images/bl.jpg);
	bottom: 0px;
	left: 0px;
}
#wrapper .br{
	position: absolute;
	width: 8px;
	height: 8px;
	background:url(../images/br.jpg);
	bottom: 0px;
	right: 0px;
}
/*---------------------------------------------------------*/
/* HEADER */
#logo {
	float: left;
	height: 119px;
	width: 153px;
	margin-left: 15px;
	margin-top: 15px;
}
#depot_friends {
	float: right;
	height: 119px;
	width: 153px;
	margin-top: 15px;
	margin-right: 15px;
}
#social a img {
	float: right;
	padding-left: 8px;
}
/*---------------------------------------------------------*/
/* NAVIGATION */
#header #navbar{
	font-family: calibri, Verdana, Geneva, sans-serif;
	display: block;
	text-align: right;
	clear: both;
}
#header #navbar ul {
	padding: 5px;
	list-style-type: none;
}
#header #navbar li {
	display: inline;
	padding: 5px;
}
#header #navbar a {
	font-family: Verdana, calibri, Geneva, sans-serif;
	font-size: 1em;
	color: #A0883f;
	text-decoration: none;
}
#header #navbar a:hover {
	font-family: Verdana, calibri, Geneva, sans-serif;
	color: #e41815;
	font-size: 1em;
}
/*---------------------------------------------------------*/
/* MAIN TITLE */
#main_title{
	font-family: calibri, Verdana, Geneva, sans-serif;
	font-size: 2em;
	color: #d2c083;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-weight: normal;
	text-transform: lowercase;
	margin: 0px;
	width: 600px;
	float: left;
}
#main_title h1 {
	color: #d2c083;
	font-family: "Myriad Pro", "lucida console", "lucida sans unicode", "trebuchet MS", calibri, Verdana;
	font-size: 1.8em;
	text-transform: lowercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-weight: normal;
	margin: 0px;
}
#social {
	float: right;
	width: 350px;
	margin-top: 13px;
	margin-bottom: 5px;
	font-family: calibri, Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
	padding: 0px;
}
#wrapper #main_contnt{
	display: block;
	padding: 10px;
	clear: both;
	height: 260px;
	width: auto;
	background-color: #d7d6bc;
	margin: 0px;
	position:relative;
}
/*---------------------------------------------------------*/
/* LITTLE IMAGES and their BG */
#imgrgtBG {
	float: right;
	height: 110px;
	width: 110px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #D7D6BC;
	background-image: url(../images/littleimg-bg.png);
	background-repeat: no-repeat;
}
#imgrgt {
	float: left;
	height: 100px;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#imglftBG {
	float: right;
	height: 110px;
	width: 110px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/littleimg-bg.png);
	background-color: #D7D6BC;
	background-repeat: no-repeat;
}
#imglft {
	float: left;
	height: 100px;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*---------------------------------------------------------*/
/* RED RACTANGLE */
#red_ractangle {
	padding: 5px;
	height: auto;
	width: auto;
	font-family: calibri, Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	float: left;
	margin: 0px;
	display: block;
	background-color: #F00;
	font-weight: normal;
	position:relative;
	z-index: 100;
}
#redBorder {
	border: 3px solid #F00;
	height: auto;
	width: auto;
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 25px;
	position:relative;
	z-index: 100;
}
.transparent_class {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
/*---------------------------------------------------------*/
/* MAIN TEXT */
#text {
	font-family: calibri, Verdana, Geneva, sans-serif;
	display: block;
	clear: both;
	float: right;
	width: 535px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.8em;
}
#text h3 {
	font-family: calibri, Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	color: #000;
}
#text p {
	font-family: calibri, Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu_list ul {
	font-family: calibri, Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FEFEFE;
}
#menu_list li {
	font-family: calibri, Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FEFEFE;
	display: inline;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
}
#menu_list a {
	font-family: calibri, Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #ABA04E;
	display: inline;
	text-decoration: none;
}
#menu_list a:hover {
	font-family: calibri, Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #F00;
	display: inline;
	text-decoration: none;
}
#main_img {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
/*---------------------------------------------------------*/
/* FOOTER */
#copy-rights {
	font-family: calibri, Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	color: #A7A7A7;
	padding: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 190px;
	font-size: 0.7em;
	clear: both;
}
#developer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: lowercase;
	color: #000;
	width: 180px;
	display: block;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: right;
}
#vroom {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: lowercase;
	color: #000;
	width: 230px;
	display: block;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	background-repeat: no-repeat;
	height: 25px;
	padding-bottom: 0px;
}
/*---------------------------------------------------------*/
/* CLASSES */
.fltrt {
	float: right;
	margin-left: 5px;
}
.strong {
	font-weight: bold;
}
.fltlft {
	float: left;
	margin-right: 5px;
}
/* MEMBERS PAGE */
/*---------------------------------------------------------*/
#form_members {
	float: left;
	height: 200px;
	width: 300px;
	margin-left: 350px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
