/*****************************************************************/
/* Debenci Design RGB Colors
/* Black: 0,0,0 (000000)
/* Yellow: 204,153,102 (CC9966)

/* Forest: 84,83,31 (54531F)
/* Neutral: 176,166,122 (B0A67A)
/*****************************************************************/


body {margin:10px; padding:0;}
body {background-color:#0c0c0c;}
body,h1,h2,p {font-family:Lucida Sans Unicode,Lucida Grande,sans-serif}


a,a:active,a:visited {color:#9f2214;text-decoration:none;}
a:hover {color:#9f2214;text-decoration:underline;}


h1 {
	font-size:16px;
	font-weight:normal;
	color: #DEBA8B;
	line-height:24px;
	letter-spacing:0.3em;}

h2 {
	font-size:12px;
	font-weight:normal;
	color: #DEBA8B;
	line-height:18px;
	letter-spacing:0.05em;}

.bodyText {
	font-size:11px;
	color:#DEBA8B;
	line-height:20px;
	margin-top:0px;
	letter-spacing:0.1em;}
	
.smallText {
	padding-top:5px;
	font-size:10px;
	color:#DEBA8B;}


img { border:0; }

#page { text-align:center; width:100%; border:0px; overflow:hidden; }


/*****************************************************************/
/* Page Sections
/*****************************************************************/
#contentcontainer, #header, #footer {
	margin:0 auto;
	width:770px;
	background:#0c0c0c;}
#header, #footer { overflow:hidden; }

#contentcontainer, #footer {
	color:#DEBA8B;
	background:#0c0c0c url("../images/mm_bg_brown.gif") repeat;}

#contentcontainer {
	border-top:5px solid #DEBA8B;
	padding-top:10px;
	min-height:450px; }

#footer p{
				margin:0;
				padding-right:10px;
				font-size:10;
				text-align:right}


/*****************************************************************/
/* Content Sections
/*****************************************************************/
#leftcontent, #maincontent, #rightcontent { position:relative; float:left; }

#leftcontent { width:185px;
						 z-index:2;
						 overflow:visible;
						 text-align:left; }

#maincontent {
  	height:450px;
  	width:360px;
  	margin-left:10px;
  	margin-right:25px;
  	text-align:left;
  	z-index:1;
  	overflow:auto;}

#rightcontent { width:190px; }
#rightcontent { text-align:center; }
#rightcontent { z-index:2; overflow:hidden; }




/*==================================================================*/
/*=  Side Menu
/*==================================================================*/
#leftcontent ul {margin:0;padding:0;list-style:none;}

#verticalmenu {position:relative;width:100%;}

#verticalmenu li {text-indent:8px;}
#verticalmenu li {position:relative;margin:0px;padding:0;border:0;}

#verticalmenu a {
	width:130px;
	line-height:16px;
	padding:8px 6px 8px 22px;
	display:block;
	border-bottom:1px solid;
	font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 11px;
	color: #DEBA8B;
	letter-spacing:0.1em;
	text-decoration: none;}

#verticalmenu a:hover {
	color:#FFFFCC;
	font-weight:bold;
	}

