/* base.css, YUI*/
h1 {/*18px*/
	font-size:138.5%;  
}
h2 {/*16px*/
	font-size:123.1%; 
}
h3 {/*14px*/
	font-size:108%;  
}
h1,h2,h3 {
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold; 
}
abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	font-style:italic;
}
blockquote,ul,ol,dl {
	margin:1em;
}
ol,ul,dl {
	margin-left:2em;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
}
dl dd {
	margin-left:1em;
}
th,td {
	padding:.25em;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
p,fieldset,table {
	margin-bottom:1em;
}


body {
	background-color:black;
	color:white;
	font-family: arial, "lucida console", sans-serif;
	text-align:center; /* for IE */
	padding:0;
	margin:0;
}
#container {
	width:806px;
	height:500px;
	position:relative;
	background-image: url(images/AtlasMenBG.gif); 
	text-align:left; 
	margin:10px auto; /* for the rest */ 
}

h1.mid {position:absolute;
	color:#2D2D2D;
	top: 220px;
	left: 170px;
}
#content {
	position:absolute;
	top: 15px;
	left: 30px;
	width:435px;
	height:460px;
	font-size:1em;
}
#gallery {
	position:absolute;
	top: 240px;
	left: 0;
	width:500px;
}
#pics {
	margin-left: 240px;
}
#pics img {
	border:10px solid white;
	display:none;
}
#menu {
	position:absolute;
	top:85px;
	left:520px;
}
#menu h3 {line-height:16px;}
#subtextcontainer {
	position:absolute;
	bottom:0px;
	right:0px;
	height:190px;
	width:190px;
}
#subtext {
	font-size: .9em;
	margin:18px;
	color:#cccccc;
}
#footer {
	width:806px;
	height:25px;
	text-align:left; 
	margin:10px auto; /* for the rest */ 
	position:relative;
	font-size: .7em;
	color: #646464;
}
#designer {
	float:right;
}

a {
	color:#969696;
	text-decoration:none;
}
a:hover, #content a {
	color:white;
	text-decoration:underline;
	}
#designer a {color: #646464;}	

#subtext a {color:#cccccc;text-decoration:underline;}
#subtext a:hover {color:#ffffff;}

.formField {
	border: #999999 1px solid;
	background-color: #424242;
	color: white;

}
.formButton {
	border: 1px outset #999999;
	background-color: #2D2D2D;
	color: white;
}

.warning {font-weight:bold;
	color:orange;
	}