/* CSS Document */

body{
	background-color: #f3e4c3;
}

#top{
	background-image:url(imgs/bsw_03.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
	width: 412px;
}

#logo{
	background-image:url(imgs/bsw_02.gif);
	height: 231px;
	width: 135px;
	background-position: center top;
	position: relative;
	background-repeat: no-repeat;
}

#links{
	background-repeat: no-repeat;
	background-position: center top;
	height: 231px;
	width: 135px;
	float: left;
}

#bottom{
	background-image:url(imgs/bsw_09.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 412px;
}

#container{
	padding: 0px;
	height: auto;
	width: auto;
}

#side{
	float: left;
	width: auto;
	position: relative;
}

#img{
	padding-left: 144px;
}

#content{
	background-image: url(imgs/bsw_05.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 412px;
	margin-left: 135px;
	color:#FFFFFF;
}

#links ul {
	list-style:none; 
	border:none; 
	margin:0px; 
	padding:0px;
}

#links li {
	border-bottom:1px solid #a93d0f;
	margin-left:15px;
	margin-right:10px;
}
#content a {
	color: #fba248;
}
p.main{
	color:#fba248;
	font-style:italic;
}
b.main {
	color: #fba248;
}
 
#links li a {
	color:#a93d0f;
  	font-family:Arial, Lucida, Helvetica, sans-serif; 
	font-size:8.5pt; 
  	font-weight:bold; 
	display:block; 
	padding:3px 0.2em; 
	width:100%; 
  	text-align:center; 
  	text-decoration:none;
}
html>body #links li a, html>body #links li.top {width:auto}  
#links li a:hover {
	background-color:#f3e4c3;
	color: #dec19f;
}

h1{
	color:#ffffff;
	font-size:16px;
	margin-left: 20px;
	margin-right: 20px;
	text-align:center;
}

li{
	word-spacing:normal;
}

p{
	margin-left: 20px;
	margin-right: 20px;
}
hr{
	margin-left: 8px;
	margin-right: 8px;
}

hr.copy{
	margin-left: 150px;
	margin-right: 150px;
