html { height: 100%; }

body {
	margin: 0;
	background: url("bg.gif");
	background-attachment: fixed;
	min-height: 100%;
	height: 100%;
}

#menu {
	font-family: Sans-serif, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	float: left;
	background-color: #f7f7f7;
	margin-left: 35px;
	padding-top: 70px;
	clear: left;
	line-height: 20px;
	position: fixed;
	min-height: 100%;
	height: 100%;
	width: 200px;
	
}

#navcontainer { width: 100%; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 2px 0 2px 30px;
width: 170px;
background-color: #f7f7f7;
border-bottom: 1px solid #eee;
color: #555;
}

#navcontainer a:link, #navlist a:visited
{
color: #555;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #995555;
color: #fff;
}


.header {
	font-size: 13px;
	font-style: normal;
 
}

#menu .subheader {
	font-family: sans-serif, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #000;
 
 
}

.categories {
	padding: 0 10px 0 20px;
}

.category {

	font-family: sans-serif, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
 
 
}

#container {
	float: left;
	margin-left: 255px;
	margin-top: 80px;
	padding-top:10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background: #fff;
	height: 600px;
 
}
.image {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}
 

.info {
	font-family:"sans-serif","Times New Roman",Times,serif;
	font-size:13px;
	line-height:21px;
	width: 250px;
	margin-left: 20px;
 	text-align: justify;
 	color: #555;
 	margin-right:20px;
}

.info2 {
	font-family:"sans-serif","Times New Roman",Times,serif;
	font-size:13px;
	line-height:21px;
	width: 500px;
	margin-left: 20px;
 	text-align: justify;
 	color: #555;
 	margin-right:20px;
}

.info3 {
	font-family:"sans-serif","Times New Roman",Times,serif;
	font-size:13px;
	line-height:21px;
	width: 250px;
	margin-left: 20px;
 	text-align: justify;
 	color: #555;
 	margin-right:20px;
}


.info em, .info2 em, .info3 em {
	color: #000;
	font-size: 15px;
}


a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	border-bottom: thin dotted #ccc;
	color: #555;
}
a:active {
	text-decoration: none;
}

select { 
background-color:#DDDDDD;
border:none;
color:#555555;
font-family:"sans-serif","Times New Roman",Times,serif;
font-size:13px;
}

.new {
	color: red;
}

