/*
---------------------------------------
Project: Ginevra
Copyright 2007 : bendesmond.com
Creation Date : 3 May 2007
---------------------------------------
*/


/* Page Setup */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
	background: url(../images/ginevra-bg.gif) #FFFFFF 50% 3px no-repeat fixed;
}  
#wrapper {
	/*position: relative;*/
	text-align: left;
	width: 900px;
	margin: 0px auto;
}
#logo {
	width: 167px;
	margin-left: 20px;
	margin-top: 67px;
}
#logo-white-bg {
	width: 167px;
	margin: 27px 0px 10px 20px;
}
#burt-small {
	width: 150px;
	margin-left: 0px;
	margin-bottom: 20px;
}
#lancaster-small {
	width: 150px;
	margin-left: 0px;
	margin-bottom: 20px;
}
#burt-lancaster {
	width: 150px;
	margin-bottom: 20px;
}
#intro-blurb {
	width: 340px;
	height: 100px;
	margin-left: 20px;
	margin-top: 97px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #39186C;
}
#blurb {
	width: 340px;
	height: 100px;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #39186C;
}
#blurb p {
	margin: 0px;
	padding: 0px;
}
#blurb a {
	font-weight: bold;
	color: #39186C;
	text-decoration: none;
}
#blurb a:visited {
	color: #39186C;
	text-decoration: none;
}
#blurb a:hover {
	color: #39186C;
	text-decoration: underline;
}
#blurb h1 {
	margin: 26px 0px 20px 0px;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: lowercase;
}
#blurb h2 {
	font-size: 1.4em;
	font-weight: normal;
	text-transform: lowercase;
}


/* Main Navigation */
#mainmenu {
	display: inline;
	float: left;
	width: 130px;
	margin: 97px 0px 0px 19px;
	font-size: 1.2em;
	font-weight: normal;
	color: #39186C;
	text-decoration: none;
	border-right: 1px solid #DCDCDC;
}
#mainmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}		
#mainmenu li {
	margin: 0;
	display: inline;
}
#mainmenu li a {
	display: block;
	width: 120px;
	padding: 4px 10px 4px 0px;
	margin-bottom: 2px;
	text-align: right;
	color: #39186C;
	text-decoration: none;
}
#mainmenu li a:hover {
	color: #FFFFFF;
	background-color: #39186C;
}


/* Content */
#content {
	float: left;
	display: inline;
	width: 750px;
}
#intro-slice {
	float: left;
	display: inline;
	width: 360px;
}
#pictures {
	float: left;
	display: inline;
	width: 303px;
	margin: 97px 0px 0px 87px
}
.smallprint {
	font-size: 0.7em;
}


/* Footer */
#footer {
	margin-top: 20px;
	width: 750px;
	clear: both;
}
#footer p {
	margin: 0px;
	padding: 10px 40px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.8em;
	color: #696969;
}
#footer a:link {
	color: #696969;
	text-decoration: none;
}
#footer a:visited {
	color: #696969;
	text-decoration: none;
}
#footer a:hover {
	color: #696969;
	text-decoration: underline;
}