/* ::: stuff ::: */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #465a75;
	background-image: url("/~marwhit1/images/background.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Georgia, Helvetica, sans-serif;
}
body {
	text-align: center; /* part 1 of 2 IE/win centering hack */
}
#main {
	text-align: left;	/* part 2 of 2 IE/win centering hack */
	margin-left: auto;	/* standards-compliant centering method */
	margin-right: auto;
	width: 800px;
}

/* Links & Such */
h3 {
	color: #bcc3cd;
	padding: 0px;
	margin-bottom: 10px;
}
a:link {
	color: #bcc3cd;
	font-size:14pt;
}
a:visited {
	color: #bcc3cd;
	font-size:14pt;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size:14pt;
}
a.port:link {
	color: #bcc3cd;
	font-size:8pt;
	text-decoration: none;
}
a.port:visited {
	color: #bcc3cd;
	font-size:8pt;
	text-decoration: none;
}
a.port:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size:8pt;
	text-decoration: none;
}

ul, ol {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0em;
	margin-bottom: 10px;
}
li {
	margin-left:  1.3em;
	padding-left: 0px;
}
ul ul, ul ol, ol ul, ol ol {
	font-size: 8pt;
	list-style-type: none;
	margin-top: 0em;
	margin-bottom: 0em;
}
ul a {
	text-decoration: none;
}
li.nav {
	list-style-type: none;
	margin-left: 1em;
	padding-left: 0px;
}
li.arrow {
	list-style-image: url("/~marwhit1/images/arrow.gif");
	font-size: 10pt;
}

/* me me me me me */

p.credits {
	padding-top: 5px;
}
p.credits, p.credits a:link, p.credits a:visited, p.credits a:hover {
	color: #cccccc;
	text-decoration: none;
}
p.credits a:hover {
	background-color: transparent;
	color: #333333;
}
p.credits a span {
	text-decoration: underline;
}
p.credits a:hover span {
	color: #ffffff;
	background-color: #9f154e;
}
p.credits a span.more {
	display: none;
}

/* MarcialWhite.com */

table {
	padding-bottom: 10px;
}
hr.underline {
	position: relative;
	top: -5px;
}
#header {
	background-image: url("/~marwhit1/images/header.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	width: 750px;
	height: 92px;
}
#headerText {
	padding-left: 300px;
	padding-top: 3px;
}
#nav {
	padding: 10px;
	width: 137px;
}
#content {
	position: relative;
	top: 10px;
	left: 20px;
	width: 620px;
	background-color: #65758c;
	border: 1px dashed silver;
	margin-bottom: 10px;
}
#contentText {
	padding: 8px;
}
#contentLan {
	position: relative;
	top: 10px;
	left: 20px;
	width: 770px;
	background-color: #65758c;
	border: 1px dashed silver;
	margin-bottom: 10px;
}
.subContent {
	font-size: 10pt;
}
#footer {
	position: relative;
	top: 10px;
	left: 20px;
	width: 620px;
	background-color: #65758c;
	border: 1px dashed silver;
	margin-bottom: 10px;
}
#footerText {
	padding: 8px;
	text-align: right;
}