@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../Images/bg.jpg);
}
#outcontainer{
	display:block;
	height:auto;
	width:800px;
	position:relative;
	margin:auto;
	background-color:#ffffff;
}
#innerContainer {
	display:block;
	float:left;
	height:auto;
	background-color:#ffffff;
	background-repeat:repeat-y;
	overflow:visible;
}
#topline{
	width:800px;
	height:200px;
	background-color: #593C41;
}
#secondline{
	width:800px;
	height:10px;
	background-color:#A6727C;
	margin-bottom:0px;
}

#header{
	height:200px;
	width:800px;
	background-image:url(../Images/header.jpg);
}
#mainbody{
	height:auto;
	width:800px;
	background-color:#ffffff;
	margin-top:0px;
	margin-bottom:50px;
	padding-top:10px;
	padding-bottom:10px;
}
#leftcontainer{
	height:auto;
	width:480px;
	background-color:#ffffff;
	float:left;
	margin-left:10px;
	position:static;
}
#rightcontainer{
	height:auto;
	width:260px;
	background-color:#ffffff;
	float:right;
	margin-right:10px;
}
.thumbnailimage{
	width:100px;
	height:100px;
	float:left;
	margin-right:5px;
	border:2px;
	border-color:#593C41;
	border-style:solid;
}
#footer{
	width:800px;
	height:20px;
	background-color:#593C41;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#A6727C;
	clear:both;
}
h1 {
	font-size: 16px;
	font-family:Verdana, Geneva, sans-serif;
	color: #593C41;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#F2ACB9;
}
h2 {
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: #593C41;
	
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #593C41;
}

ul#list-nav {
list-style:none;
padding:0;
width:315px;
float:right;
margin-top:175px;
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
text-decoration:none;
padding:5px 0;
width:100px;
background:#593C41;
color:#F2D8DC;
text-align:center;
}

ul#list-nav li a:hover {
background:#F2D8DC;
color:#593C41;
}

a:link {
	color: #593c41;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #593c41;
}
a:hover {
	text-decoration: none;
	color: #A6727C;
}
a:active {
	text-decoration: none;
	color: #593c41;
}

