/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}
body {
	background-image: url(background1.jpg);
}
#container
{
	width: 730px;
	margin: 0 auto;
	overflow: auto;
	background-color: #000000;
}

#header
{
	width: 730px;
	height: 110px;
	background-image: url(header.jpg);
	
}
#slideshow
{
	width: 730px;
	background: #333333;
	height: 201px;
	padding: 0;
}
#leftnav
{
	width: 205px;
	background-image: url(leftnavback1.jpg);
	float: left;
	margin: 20px 6px;
	text-align: left;
	padding-right: 5px;
	text-indent: 15px;
	text-decoration: none;
}
#leftnav ul
{
	list-style: none;
	line-height: 2em;
	text-decoration: none;
	border-top: solid #000000 1px;
}
#leftnav li
{
	list-style: none;
	text-decoration: none;
	border-top: solid #000000 1px;
}
#leftnav li a
{
	text-decoration: none;
	list-style-type: disc;
	color:#000;
}
#leftnav li a:hover
{
	text-decoration: none;
	list-style-type: disc;
	color:#fff;
	padding-left: 7px;
	display: block #000;
}



#contentcontainer
{
	display: inline;
	width: 544px;
}

#text
{
	padding: 16px;
	padding-top: 16px;
	background-color: #fff;
	width: 462px;
	float: right;
	height: 900px;
}
#picture
{
	width: 207px;
	margin-top: 40px; 
	margin-left: 6px;
	height: 241px;
	background-image: url(picture.jpg);
	float: left;
}
#footer
{
clear: both;
background: #000;
color:#FFFFFF;
text-align: right;
padding-right: 7px;
}
