/* Designed by Ted Balmer @ marchtwenty.com */

body {
	color: #000000;
	background: #FFFFFF url(layout/body_bg.png) repeat-x 0 0;
	margin: 0;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif; */
}

div#Header {
	width: 100%;
	min-width: 700px;
	height: 250px;
	background: transparent url(layout/header_bg.jpg) no-repeat 50% 0;
}

h1 {
	display: none;
}

div#Nav {
	width: 45%;
	min-width: 400px;
	height: 30px;
	font-size: 125%;
	margin: 0 30%;
}

div#Nav dl {
	margin: 0;
}

div#Nav dd {
	float: left;
	text-align: center;
	margin: 0;
}

div#Nav a, div#Nav a:visited {
	color: #BB0000;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	border-bottom: 2px solid #FFFFFF;
	text-shadow: 0 0 3px #FF7777;
}

div#Nav a:hover, div#Nav a:active {
	color: #FF3333;
	text-decoration: none;
	border-bottom: 2px solid #FF3333;
}

div#Content {
	margin: 10px 40px;
	min-height: 250px;
}

div#Content p {
	margin: 4px 6px 10px 6px;
	line-height: 160%;
}
/*
div#Content p:first-letter {
	color: #330000;
	font-size: 300%;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin: 7px 4px 0 0;
	background: #FF9999;
	border: 1px solid #660000;
	padding: 2px;

}
*/
div.Also {
	font-size: 100%;
	color: #DD9999;
	margin: 10px;
	padding: 1px 5px;
	border-top: 1px dotted #CC9999;
}

div.Also a {
	margin-left: 3px;
}

div#Content h2 {
	letter-spacing: 2px;
	font-style: italic;
	margin: 0;
	text-shadow: 1px 1px 3px #999999;
}

div#Content h3 {
	color: #990000;
	letter-spacing: 1px;
	font-style: italic;
	margin: 25px 0 10px 20px;
	border-bottom: 1px solid #FFEEEE;
}

div#Content a, div#Content a:visited {
	color: #CC0000;
}

div#Content a:hover, div#Content a:active {
	color: #CC6666;
	text-decoration: none;
}

div#Links {
	margin-left: 25px;
}

div#Links img {
	border: 0;
}

div#Footer {
	padding-top: 100px;
	background: transparent url(layout/footer_bg.png) no-repeat 50% 0;
	color: #666666;
	font-size: 75%;
	text-align: center;
}

div#Footer a {
	color: #333333;
}

img.Thumb {
	border: 1px solid #000000;
	margin: 4px;
}

img.Img {
	float: right;
	margin: 0 10px;
}

table {
	border: 0;
	width: 80%;
}

table img {
	border: 1px solid #000000;
}

table td {
	text-align: center;
}

/* -- IE6 Hacks -- */

* html img {
	behavior: url(iepngfix.htc);
}