/* ________________ general ________________ */
html {
	width: 100%;
	}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #eb2d13 url(/images/bodyBg.jpg) top left repeat-y;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #333331;
	}
	
a {
	color: #951804;
	text-decoration: none;
	font-size: 10px;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}

/* The following hack is to correct paragraph text size in IE/WIN */

/* \*/ * html body p { font-size: 80%; } /* */


/* ________________ containers ________________ */

#container {
	width: 850px;
	}
	
#head {
	width: 800px;
	background: transparent url(/images/topCurve.jpg) no-repeat top left;
	height: 102px;
	}

#content {
	float: left;
	width: 623px;
	background: #fff;
	min-height: 710px;
	padding: 0 0 0 4px;
	}

/* ________________ nav ________________ */
#nav {
	float: left;
	width: 183px;
	*width: 178px;
	background: transparent;
	color: #b41f09;
	font-size: 14px;
	}

#nav ul {
	list-style: none;
	margin: 0;
	padding-left: 5px;
	}

#nav ul li.cat {
	margin-bottom: 1px;
	background: #eee;
	width: 165px;
	padding: 0 0 5px 5px;
	border: 1px solid #6f1103;
	}

#nav ul li a {
	color: #3584ad;
	font-size: 12px;
	}

#myspace a {
	float: left;
	display: block;
	margin: 0 0 0 5px;
	padding: 52px 0px 0px 0px;
	overflow: hidden;
	background-image: url(/images/myspace.gif);
	background-repeat: no-repeat;
	height: 0px !important;
	text-indent: -5000px;
	width: 170px;
	}


/* ________________ footer ________________ */
	
#footer {
	clear: both;
	width: 790px;
	background: #621205;
	text-align: right;
	padding: 10px;
	color: #fff;
	}
	
#footer a {
	background: #cb9;
	padding: 2px 5px;
	color: #edb;
	border: none;
	margin: 0;
	}
	
#footer a:hover {
	background: #000;
	border: none;
	}
