html{
/*	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;*/
	color:#fff;
	background-color: #000;
}


body{
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	line-height: 120%;
	
/*	width:760px;
*/	margin: 0 auto;
	text-align: center;
}

#wrapper{
	position: relative;
	width: 760px;
	padding: 0px;
	margin: 0 auto;
	background-image: url('../images/bodybg.jpg');
	background-repeat: no-repeat;
	text-align: left;
	
}

#header{
	margin: 0px;
	padding: 0px;
}

#header #topright{
	float: right;
	margin: 80px 50px 0px 0px;
	height: 100px;
}

#header #topright p{
text-align: justify;
width: 200px;
color: #fff;

}
	
#logo{
margin: 10px;
height: 150px;
width: 209px;
}

h1{
	background-color: inherit;
	padding: 10px;
	color: #fff;
}

h4{
	background-color: inherit;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
h3{
	margin: 0px;
	padding: 0px;
	background-color: inherit;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

a{
	text-decoration: none;
}

img{
	border: none;
	margin: 10px 10px 10px;
}

p{
	background-color: inherit;
	padding: 0px 10px 0px 10px;
	color: #fff;
}
#featured{
	float: right;
	width:150px;
	margin: 0px 20px 20px 10px;
}
table{
	margin: 0 auto;
	color: #fff;
}
.nobullet{
	margin: 5px 10px;
	padding: 0px;
}
.nobullet li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
table strong{
	color: #fff;
}

a:link, a:visited{
	font-size:14px;
	text-decoration: italic;
	color:#eec071;
	background-color: inherit;	
}

a:hover{
	text-decoration: underline;
}

a:active{
	color: #c2e711;
	background-color: inherit;
}

#content{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#left{
	width: 250px;
	height: 1%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#left ul{
	text-align: left;
	margin: 3px 3px 3px 20px;
	padding: 0px;
}
#left ul li{
	
	margin: 0px;
	list-style-type: none;

}

#left p{
	text-align: center;
	font-size: 11px;
}

#right{
	float: right;
	width: 500px;
	margin: 0px;
	height: 1%;
}

#right p{
	padding: 0px 30px 0px 20px;
}
#right li{
	list-style-type: none;

}
.catalogue{
	float: left;
	margin: 0px 20px 10px 0px;
	padding: 0px;
	border: 1px solid #000;
}

#covers {
	height: 190px;
	margin: 30px 0;
	clear: both;
}
#covers a {
	float: left;
	width: 120px;
	text-align: center;
	font-size: 9pt;
}

#covers img {
	width: 100px;
	display: block;
	margin-bottom: 0px;
}


.clear {
	clear: both;
}

/******************	Map ******************/

#map {
	width: 290px;
	height: 350px;
	float: left;
	margin: 10px 20px 20px 0;
	border: solid 1px black;
}
#star {
	padding-left: 35px;
	background: transparent url('../images/star.gif') no-repeat left;
	font-family: Georgia, Times, Serif;	
	color: #2e5993;
	font-weight: bold;
}


#directions {
	clear: both;
	font-size: 9pt;
	margin: 0 auto;
	padding: 5px;
}
#directions p {
	float: left;
}



#msg-img {
	border: solid 2px #142B61;
}
#mesg-img {
	border: solid 1px #142B61;
	margin-left: 50px;
}
