/*
CSS Document
complied by Guy Hoogewerf - www.ncompass.co.uk - ©2008
*/
* {
	margin: 0;
	padding: 0;
}

/* mac hide \*/
html, body {
	height: 100%;
	width: 100%;
}
/* end hide */

body {
	background: #ffffff url(../images/nav_bg.gif) repeat-x top left;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif;
	font-size: 85%;
	color: #484848;
	text-align: center;
}
a:link 		{ color: #202B48; text-decoration: underline; }
a:visited 	{ color: #202B48; text-decoration: underline; }
a:active 	{ color: #202B48; text-decoration: underline; }
a:hover 	{ color: #202B48; text-decoration: underline; }

/* Header */
#header {
	width: 950px;
	height: 85px;
	margin: 10px auto 0px auto;
}
#header h1 {
	background: url(../images/marjoribanks_hd.gif) no-repeat top right;
	height: 85px;
	text-indent: -999em;
	margin-right: 160px;
}
#header #blue {
	width: 160px;
	height: 85px;
	background-color: #202b48;
	float: right;
}

/* Navigation */
#nav {
	background-color:#dc0000;
	color:#ffffff;
	font-size: 100%;
	text-align: left;
	padding-left: 40px;
	width: 910px;
	height: 25px;
	margin: 0 auto;
}
#nav ul a:link {
	color: #ffffff;	
}
#nav ul a:visited {
	color: #ffffff;	
}
#nav ul a:hover {
	color: #000000;
}
#nav ul ul a:link {
	color: #000000;
}
#nav ul ul a:visited {
	color: #000000;
}
#nav ul ul a:hover {
	color: #ffffff;
}

/* Photo Area */
#slideshow {
    position: relative;
    height: 130px;
	width: 790px;
	border-bottom: #dc0000 solid 5px;
	background-color: #202b48;
	z-index: 1;
}
#slideshow div {
	left:0;
	position:absolute;
	top:0;
}
#montage {
	float: right;
	width: 256px;
	margin-left: 5px;
}
#montage img {
	padding: 5px 5px 0px 0px;
}

/* Content */
#wrapper {
	background: #ffffff url(../images/content_background.gif) repeat-y top left;
	width: 950px;
	margin: 0 auto;
	min-height: 480px;
}
#content {
	float: left;
	width: 790px;
	margin: 5px 0px;
	text-align: left;
}
#content h1 {
	color: #202B48;
	padding: 15px 0px 5px 40px;
	font-size: 115%;
	text-transform: lowercase;
}
#content h2 {
	color: #202B48;
	padding: 15px 0px 0px 40px;
	font-size: 100%;
}
#content p {
	padding: 5px 20px 5px 40px;
}
#content ul {
	margin-left: 75px;
	padding: 0px 0px 5px 0px;

}
#content table {
	margin-left: 40px;
}
#content td, #content th {
	border-bottom: #dc0000 solid 2px;
	vertical-align: middle;
	height: 35px;
	font-size: 85%;
}
#content .add {
	width: 120px;
	float: left;
}
/* Side Column */
#side {
	float: right;
	width: 160px;
	text-align: left;
	color: #ffffff;
}
#side ul {
	list-style: none;
}
#side li {
	margin: 8px 10px;
	font-size: 85%;
}
#side a:link, #side a:visited {
	color: #ffffff;
	text-decoration: none;
}
#side a:hover, #side a:active {
	color: #ffffff;
	text-decoration: underline;
}
#side p {
	font-size: 85%;
	margin: 8px 10px;
}
/* Footer */
#footer {
	clear: both;
	background-color: #dc0000;
	color: #ffffff;
	font-size: 85%;
	width: 940px;
	height: 18px;
	text-align: right;
	margin: 0 auto;
	padding-right: 10px;
}
#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;
}

/*
CSS Document
complied by Guy Hoogewerf - www.ncompass.co.uk - ©2007

Form */
fieldset
{
	border: 1px dashed #202b48;
	width: 420px;
	align: center;
	margin-left: 30px;
	padding: 10px;
	position:relative
}
legend
{
	border: 0px solid #202b48;
	padding: 1px 10px;
	background-color: #202B48;
	color: #fff;
}
.label {
	width: 120px;
	float: left;
	text-align: right;
	margin: 0 10px 10px 0;
	clear: both
}
.input-box {
	float: left;
	width: 250px;
	margin-bottom: 10px;
	color: #64686b;
	background: #eaeaea;
	border: ##202B48 solid 1px
}
select {
	color: #64686b;
	background: #eaeaea;
	border: ##202B48 solid 1px
}

/* Artist Pop-ups */

#artist {
	float: left;
	width: 435px;
	margin: 5px 0px;
	text-align: left;
}
#artist h1 {
	color: #202B48;
	padding: 15px 20px 5px 20px;
	font-size: 115%;
}
#artist h2 {
	color: #202B48;
	padding: 15px 20px 0px 20px;
	font-size: 100%;
}
#artist p {
	padding: 5px 20px 5px 20px;
}


