/* $TopStyle:URL=http://davidwalega.com/style.css$ */

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image: url(http://davidwalega.com/images/background.jpg);
}

a, blockquote, caption, em, strong, p, ol, ul, li {
	font-size: 8pt;
}

#main {
	display: block;
	width: 800px;
	margin-left: 100px;
	border: none;
	padding: 0;
}

h1.siteBanner {
	display: block;
	width: 700px;
	height: 158px;
	margin: 0;
	padding: 0;
	background-image: url(http://davidwalega.com/images/madmonkeylogo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h1.siteBanner span {
	display: none;
}

ul.navigation {
	display: block;
	padding: 0;
	text-align: left;
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top: 1px solid #bbb;
}

ul.navigation li {
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	list-style: none;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	vertical-align: middle;
	border-bottom: 1px solid #bbb;
}

ul.navigation li a {
	display: block;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	padding-left: 5px;
	color: #000;
	font-weight: bold;
}

ul.navigation li a:hover, li a.active {
	color: #8B1717;
	background-color: #fff;
}

table.content {
	border: 0;
	width: 700px !important;
	border-collapse: collapse;
}

table.content td {
	vertical-align: top;
	padding: 5px;
	padding-left: 15px;
}

td#Navigation {
	width: 175px !important;
	padding: 0;
	margin: 0;
	background-color: #DFDFDF;
	border-right: 1px solid #BBB;
}

h4 {
	text-align: justify;
	font-size: small;
	color: #000;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #888;
}

.subtitle {
	color: #8B1717;
	text-align: left;
	font-style: oblique;
	font-weight: bold;
}

p {
	text-indent: 5%;
	line-height: 200%;
	margin-right: 10px;
	text-align: justify;
}

.photoBlock {
	border-top: 1px solid #bbb;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

em {
	font-weight: bold;
}

img.thumbnail {
	border: 3px double #bbb;
	margin: 1em;
}