/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */



body {
	/*background:#000 url(images/ma_bg_grad.gif) repeat-x top left;*/
	background: #000;
	text-align:left;
	padding:0;
	margin: 0;
	/*overflow: hidden;*/
	
	
}

/* DEBUG */
/*
div {
	border: 1px dotted #FF0000;
}
*/

p {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif
	color: #FFF;
	text-align: left;
	
}

h1 {
	font: normal 11pt Verdana, Arial, Helvetica, sans-serif;
	color: #997f5a;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}


a {
	color:#FFF;
	border: none;
}

a:hover {
	color:#A77749;
	border: 0;
	border:none
}

img {
	border-style: none;
}


#safe-closed {
	text-align:left;
	background: url(images/ma_bg_closed.gif) no-repeat top left;
	width: 1272px;	
	height: 870px;
	margin:auto;
	position:absolute;
	padding:0;
}

#enter {
	text-align: center;
	position: relative;
	top: 480px;
	left: 590px;
	font: normal 16px Arial, Helvetica, sans-serif;
	width: 200px;
	
}


#safe-open {
	text-align:left;
	background: url(images/ma_bg_open.gif) no-repeat top left;
	width: 1272px;	
	height: 870px;
	margin:auto;
	position:absolute;
	padding:0;
}

/* 
The Menu System
*/

#menu-container {
	width: 405px;
	height: 502px;
	position: relative;
	top: 255px;
	left: 224px;

}

#menu {
	float: left;
	width: 279px;
	height: 502px;
	position: absolute;
	

}

#submenu {
	float: right;
	width: 126px;
	height: 502px;
	position: relative;
	top: 0;
	left: 0;

}


/*
Content
*/

#title {
	text-align: left;
	font: bold 38px Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 360px;
	height: 60px;
	position:relative;
	top: -335px;
	left: 724px;

}

hr {
	width: 350px;
	height: 1px;
	color: #FFF;
	background-color: #FFF;
	border: 0;
	margin-top: 6px;
	

}

#content {
	
	width: 360px;
	height: 420px;
	position: absolute;
	top: 250px;
	left: 720px;
	padding: 5px;
	overflow: auto;
	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	line-height: 16px;

}

img.float-left {
	float:left;
	margin: 10px 10px 10px 0;
}

.image .caption {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#quick-contact {
	width: 360px;
	height: 29px;
	position: relative;
	top: 162px;
	left: 720px;
	
}


.fakeh1 {
	font: normal 11pt Verdana, Arial, Helvetica, sans-serif;
	color: #997f5a;
}

.normal-brown {
	font: normal 11pt Verdana, Arial, Helvetica, sans-serif;
	color: #997f5a;
	line-height: 16px;
}

.large-brown {
	font: normal 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #997f5a;
	line-height: 16px;
}

.large-white {
	font: normal 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 16px;
}





