BODY		{background-color:black;margin:0px}
div			{font: normal 12px/20px Tahoma, Verdana}
a				{text-decoration:none;color:gray}
a:hover	{text-decoration:none;color:white}

.row {padding:4px}
	div.span125 {width:12.5%;float:left}
	div.span25 {width:25%;float:left}
	div.span375 {width:37.5%;float:left}
	div.span50 {width:50%;float:left}
	div.span625 {width:62.5%;float:left}
	div.span75 {width:75%;float:left}
	div.span875 {width:87.5%;float:left}
	div.span100 {width:100%;float:left}

#wrapper	{width:900px;height:550px;margin:30px auto}
	
	#logo		{background:url('/img/bar_up.gif') no-repeat bottom left;text-align:center}
	
	#menu		{height:24px;text-align:center}
	#menu ul {list-style: none;padding:2px 0px 0px;margin:0px}
	#menu li {display:inline;margin:0px 10px}
	#menu a {text-decoration: none}
	#menu a:hover {border-bottom:4px gray solid}
	
	#main			{min-height:450px;clear:both;background:url('/img/bar_down.gif') no-repeat top left;border-bottom:1px white solid;overflow:hidden;color:white}
	#map-canvas {height:442px;color:black}
	
	#footer			{height:24px;clear:both}
	#footer div	{font-size:10px;color:#3c3c3c;margin-top:5px}
	#footer div a	{text-decoration:none;color:#3c3c3c}
	#footer div a:hover	{text-decoration:none;color:white}

#aboutmepic {width:400px}

ul.gallery {list-style: none;margin:0px;padding:10px;text-align:center}
ul.gallery li {margin:0px 5px;display:inline-block;padding:2px 0px}
ul.gallery img {width:160px;height:120px;border:1px white solid;display:block}