*
{
margin: 0;
padding: 0;
}
}
body{
text-align: center;
margin: 0 auto;
overflow: auto;
}

div#container, ul#navigation, ul#navigation li, ul#navigation a, ul#list, ul#list li, ul#list a, ul#quick, ul#quick li, ul#quick a, #photo, #name, #info, h1, h2
{
text-align: center;
margin: 0 auto;
}

div#container
{
margin: 0 auto;
width: 950px;
height: 100%;
padding 0;
background-image: url(bg950x30.png);
background-repeat: repeat-y;
}

ul#navigation
{
	list-style-type: none;
	background: #0F7AB3;
	width: 850px;
	height: 50px;
	margin: 0 auto!important;
	margin: 0;
	padding: 0; 
}

ul#navigation li
{
	display: inline;
}

ul#navigation a
{
	display: block;
	float: left;
	margin-left: 6px;
	text-decoration: none;
	font: bold 150% garamond;
	padding: .4em .72em;
	color: #ffffff;
	background: #0F7AB3;
}

ul#navigation a:hover
{
	color: #ffffff;
	background: #128CCD;
}

ul#list
{
	list-style-type: none;
	display: block;
	width: 850px;
	height: 25px;
	text-align: center;
	font: italic bold 14pt garamond;
	margin: 0 auto!important;
	margin: 0;
	padding: 10px 0;
}

ul#list li
{
	display: inline;
	padding: 4px;
}

ul#quick
{
	list-style-type: none;
	display: block;
	width: 850px;
	height: 25px;
	text-align: center;
	font: bold 16pt garamond;
	margin: 0 auto!important;
	margin: 0;
	padding: 20px 0;
}

ul#quick li
{
	display: inline;
	padding: 19px;
}

#photo
{
	padding: 20px;
}

div#namex
{
	font: bold 14pt garamond;
	padding: 0 0 10px;
}

#info
{
	width: 830px;
	font: 12pt garamond;
	padding: 10px;
}

h1
{
	font: bold 36pt garamond;
	color: #0F7AB3;
}

h2
{
	font: bold 18pt garamond;
	color: black;
	text-decoration: underline;
	padding: 10px;
}

#leftcol, #rightcol
{
	font: bold 14pt garamond;
	text-align: center;
	text-decoration: underline;
	width: 350px;
	border: 1px solid gray;
	padding: 30px 60px;
}

#leftcol
{
	float: left;
}

#rightcol
{
	float: right;
}

#feet
{
	position: relative;
	margin: 0 auto;
	width: 950;
	height: 16;
	background-image: url(bg950x30.png);
	background-repeat: repeat-y;	
	color: #ffffff;
	font: 70% garamond;
	text-align: center;
	padding: 2px 0 0 0;
}

#feet a
{
	color: #ffffff;
}

#toes
{
	margin: 0 auto 0;
	width: 850;
	bottom: 0;
	background: #0F7AB3;
	padding: 1px;
}