/* Eliminate blue border on linked images */
a img { border: none; }

a:link {
text-decoration: none;
color: #cf2b33;
}

a:visited {
text-decoration: none;
color: #cf2b33;
}
    
a:hover {
text-decoration: underline;
color: #cf2b33;
}

a:active {
color: #cf2b33;
}

p { margin-right: 30px; }

body {
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
	margin: 0px;
	padding: 0px;
	
	background-color: #cee0e4;
	
	font-family: Arial;
	font-size: 9pt;
	line-height: 1.5em;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
#page #menu {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 103px;
	width: 800px;
	clear: none;
}

#page #menu #productsite {
    width: 130px;
    height: 75px;
}

#page #menu #museumImg {
    width: 100px;
    height: 75px;
    float: left;
    margin-left: 30px;
}

#page #menu #menutext {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 48px;
	width: 500px;
	clear: none;
}

.menutext {
	float: left;
}

/*--Start nav for template.master*/
#temp_nav
{
  width:800px;height:75px;
}

#temp_museumlogo
{
  width:135px;height:75px;float:left;
}
/*--End nav for template.master */


#page #contentholder {
	background-image: url(../images/content_bg_main.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	float: left;
}
#page #contentholder #content {
	background-image: url(../images/content_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: auto;
	min-height: 750px;
	float: left;
}
    
#page #footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#page #footer #backtotop {
	position: relative;
	left: 37px;
	top: 14px;
	float: left;
}
#page #footer #footertext {
	float: right;
	position: relative;
	
	top: 14px;
	right: 46px;
	
	width: 516px;
	height: 15px;
}
#page #menu #derwentlink {
	float: right;
	position: relative;
	top: 0px;
	right: 30px;
	clear: none;
	height: 75px;
	width: 130px;
}

.stack { float: right; margin-top: 20px; }

.maincontent { float: right; width: 580px; }

.maintitle { padding: 10px 0px 0px 15px; }

.qPrize
{
	z-index:1;
	position:absolute;
	padding:30px 0px 0px 280px;
}

#qBody
{
	margin-right:-0px;
}

.qContent
{
	float:left;
	width:270px;
	padding:30px 297px 0px 6px;
	
	
}