/* CSS Document */
#pandora{
	width:970px;
	margin:0px auto;
}
#header{
	background-image:url(images/header.jpg);
	margin:0px auto;
	height:100px;
	width:970px;
	padding-top:170px;
	overflow:hidden;
}
#middle{
	padding:1px 0px;
	margin:0px auto;
	width:750px;
	min-height:500px;
	border-left:3px solid black;
	border-right:3px solid black;
	background-image:url(images/background.jpg);
}
/* for Internet Explorer */
/*\*/
* html #middle{
	height: 500px;
}
#leftcontent{
	float:left;
	width:140px;
	text-align:center;
	margin-left:10px;
}
#rightcontent{
	margin-left:180px;
	text-align:left;
	width:510px;
}
#navigation{
	text-align:right;
	margin-right:150px;
}
#footer{
	background-image:url(images/footer.jpg);
	height:140px;
	width:750px;
	margin:0px auto;
	border:3px solid black;
	margin-bottom:20px;
}
#thumbnaildiv{
	float:right;
}
#featurediv{
	text-align:center;
}
#designinfo{
	margin-bottom:10px;
}
.spacer{
	clear:both;
}
.floatbox{
	float:left;
	margin:10px;
	text-align:center;
}
.floatboxright{
	float:right;
	margin:10px;
	text-align:center;
}
.roundcontainer{
	width:510px;
	margin:0px auto;
}
.roundtop{
	background-image:url(images/roundtop.jpg);
	height:20px;
}
.roundmid{
	background-image:url(images/roundmid.jpg);
	padding:1px 20px;
	color:#d0b7a3;
}
.roundbottom{
	background-image:url(images/roundbottom.jpg);
	height:20px;
}
.smallcontainer{
	width:350px;
	margin:0px auto;
}
.smallroundtop{
	background-image:url(images/smallroundtop.jpg);
	height:20px;
}
.smallroundmid{
	background-image:url(images/smallroundmid.jpg);
	padding:1px 20px;
	text-align:center;
	color:#d0b7a3;
}
.smallroundbottom{
	background-image:url(images/smallroundbottom.jpg);
	height:20px;
}
.spacer{
	clear:both;
}
.smallform{
	font-size:12px;
}
.headline{
	background:url(images/headlinebg.jpg) no-repeat;
	font-size:18px;
	font-weight:bold;
	height:50px;
	padding-top:10px;
	padding-left:20px;
}
.newstext{
	font-size:14px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	background-image:url(images/flatsmallfade.jpg);
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #43441f;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #43441f;
}
a:hover {
	color: #727335;
}
a:active {
	text-decoration: underline;
	color: #43441f;
}
#leftcontent a{
	color: #b7b955;
}
img {
	border: 0;
}

