/* CSS Document */

body {
	font-family: Trebuchet MS, Helvetica, Geneva, Arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/redspirallines.jpg);
	background-repeat: repeat-x;
}
* { margin:0; padding:0 }
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
.smaller {
	font-size: 65%;
}
p {
	color: black;
	font-size: 90%;
	margin-bottom: 3%;
	}
h1 {
	font-size: 165%;
	letter-spacing: 0.1em;
	word-spacing: 0.3em;
	margin-bottom: 15px;
}
h2 {font-size: 135%;
	letter-spacing: 0.10em;
	word-spacing: 0.3em;
	}
h3 {font-size: 120%;
	letter-spacing: 0.10em;
	word-spacing: 0.3em;
}
h4 {font-size: 105%;
}
.header {
	position: relative;
	left: 2%;
	top: 0px;
}
div#listmenu {
	position: relative;
	float:right;
	font-size: 100%;
}
div#listmenu a {
	text-decoration:none;
	padding:0 6px;
	color: #990000;
}
div#listmenu a:hover {
	text-decoration:none;
	color:#FF0000;
}
* html div#listmenu {


	
}
div#listmenu ul {
	list-style-type:none;
}
div#listmenu li {
	list-style-type:none;
	float:left;
	position:relative;
	padding-right: 10px;
	margin: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
div#listmenu ul li ul {
	display:none;
	margin:0;
	width:6em;
	position:absolute;
	left:0px;
}
div#listmenu ul li:hover ul, div#listmenu ul li ul:hover {display:block;}
div#listmenu ul li ul li {
	width:100%;
}
div#content {
	float: right;
	width: 80%;
	border: 10px double #CC0000;
	padding: 30px;
	position:static;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;

}
div#categories {
	margin-left: 5%;
}
div#bottom {
	position:static;
	float:right;
	height: 200px;
	width: 80%;
	margin-right: 30px;
	background-image: url(images/spiralbg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
div#bottomtext {
	width: 75%;
	
}
.pic {
	border: medium solid #CC0000;
	padding: 5px;
	margin-right: 5px;
}
#twitter {
	font-size: smaller;
}
