/* CSS Document */
#container	{
	width:750px;
	height:720px;
	margin:auto auto;
	margin-top:auto;
	background-color:#FFFFCC;
	}
	
#nav	{
	width:130px;
	height:616px;
	margin-left:0px;
	margin-top:0px;
	float:left;
	border-right-color:#996633;
	border-right-style:solid;
	border-right-width:thin;
	background-color:#CCCC66;
	z-index:0;
	overflow:hidden;
	}

#bottom	{
	text-align:center;
	position:absolute;
	left:30%;
	top:175%;
	}

h2	{
	font-family:"Courier New", Courier, mono;
	font-size:large;
	font-weight:bold;
	}
	
#main	{
	width:500px;
	height:325px;
	float:right;
	margin-right:40px;
	margin-top:10px;
	position:relative;
	top:auto;
	}

body	{background-color:#003300}

.gal	{
	width:100px;
	height:75px;
	border:none;
	padding:5px;
	}



a:link {color:#663300}
a:visited {color:#663300}
a:hover {color:#003399}
a:active {color: #003300}