body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
}
#container {
	width: 760px;
	margin: 20px auto 20px auto;
	border: 5px solid #990000;
	background-image: url(images/sidebarbkg.gif);
	background-repeat: repeat;
	}
#header {
	height: 250px;
	background: transparent;
	border-bottom: 4px solid #000;
}

#content {
	width: 535px;
	padding: 10px 5px 5px;
	float: right;
	background-color: #FFFFFF;
}
#contentpictures {
	width: 535px;
	padding: 0px;
	float: right;
	background-color: #FFFFFF;
}
#content h1 {
font-family: Arial, Helvetica, sans-serif;
color: #990000;
font-size: large;
}
#content h2 {
color: #990000;
font-size: medium;
border-bottom: 1px solid #990000;
}
#content h3 {
color: #990000;
font-size: small; 
}

#sidebar {
	float: left;
	margin: 0;
	background-color: #000000;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	background: url(images/menu1.gif) no-repeat left top;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #000000;
	background: #f2f7e9 url(images/menu2.gif) no-repeat top left;
	border-bottom: none;
}
#sidebar ul li a {
display: block;
padding: 3px;
width: 192px;
background: #f2f7e9 url(images/menu1.gif) no-repeat top left;
color: #ffffff;
text-indent: 5px;
text-decoration: none;
}
#sidebar ul li a:hover {
background: #ffffff url(images/menu2.gif) no-repeat top left;
}
#footer {
	clear: both;
	background: #000000;
	padding: 5px;
	color: #ffffff;
	font-size: x-small;
	text-align: center;
	border-top: 5px solid #990000;
}
a:link {
	color: #990000;
	font-weight: bold;
}
a:visited {
	color: #990000;
	font-weight: bold;
}
a:hover{
	color: #333A5A;
	font-weight: bold;
}
a:active{
	color: #990000;
	font-weight: bold;
}


