@charset "UTF-8";

/*========== global styles ==========*/

body {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100.1%;
	line-height: 140%;
	text-align: left;
	background: #bbb url(../images/bg_gold.jpg);
	margin: 0;
	padding: 0;
	background-attachment: fixed;
}

#outerDiv {
	width: 800px;
	margin: 0 auto;
	background-image: url(../images/glam_head.png);
	background-repeat: no-repeat;
	background-color: transparent;
	top: 0;
}

a:link, a:visited {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
}

a:hover, a:active {
	border-bottom: 1px dotted #660000;
}

/*========== header ==========*/

#header {
	height: 165px;
	position: relative;
	margin: 0;
	padding: 0;
}

#header h1 {
	position: absolute;
	text-indent: -1500px;
	margin: 0;
	padding: 0;
}

/*========== menu bar ==========*/

#header #MenuBar1 {
	position: absolute;
	bottom: 0;
}

/*========== media ==========*/

#outerDiv #media {
	background-color: #000000;
}

#outerDiv #slider {
	text-align: right;
	margin-top: -25px;
}

/*========== side bar ==========*/

#mainContent #sideBar {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: 160px;
	padding: 30px;
	margin: 0;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

#mainContent #sideBar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#mainContent #sideBar p {
		font-size: 75%;
		line-height: 130%;
}

/*========== main content ==========*/

#mainContent {
	position: relative;
	width: 500px;
	padding: 40px 40px 30px 260px;
	margin: 0;
}

#mainContent h2 {
	font-size: 120%;
	line-height: 130%;
	color: #660000;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0;
}

#mainContent h3 {
	font-size: 100%;
	color: #660000;
	margin: 0;
	padding: 10px 0 0;
}

#mainContent h4 {
	font-size: 90%;
	color: #660000;
	margin: 0;
	padding: 10px 0 0;
}

#mainContent h5 {
	position: absolute;
	text-indent: -2500px;
	margin: 0;
	padding: 0;
}

#mainContent p, #mainContent ul {
	font-size: 80%;
	line-height: 140%;
}

#video {
	float: left;
	margin-right: 15px;
	padding: 0;
}

#mainContent p.links img {
	margin: 0;
	padding: 5px;
}

#mainContent p.links a:link, #mainContent p.links a:visited {
	text-decoration: none;
}

#mainContent p.links a:hover, #mainContent p.links a:active {
	border-bottom: none;
}

#mainContent.home {
	background: #FFFFFF url(../images/sidebar_home.gif) repeat-y left top;
}

#mainContent.about {
	background: #FFFFFF url(../images/sidebar_about.gif) repeat-y left top;
}

#mainContent.gallery {
	background: #FFFFFF url(../images/sidebar_gall.gif) repeat-y left top;
}

#mainContent.details {
	background: #FFFFFF url(../images/sidebar_details.gif) repeat-y left top;
}

#mainContent.linkTo {
	background: #FFFFFF url(../images/sidebar_details.gif) repeat-y left top;
	text-align: center;
}

#mainContent.affiliations {
	background: #FFFFFF url(../images/sidebar_affil.gif) repeat-y left top;
}

#mainContent.featured {
	background: #FFFFFF url(../images/sidebar_feat.gif) repeat-y left top;
	width: 280px;
	padding: 40px 260px 30px 260px;
	text-align: center;
}

#mainContent.contact {
	background: #FFFFFF url(../images/sidebar_cont.gif) repeat-y left top;
}

#mainContent #aboutImg {
	float: right;
	margin: 0 0 20px 20px;
	padding: 0;
	font-size: 80%;
	text-align: center;
}

#mainContent #aboutImg p {
	margin: 0;
	padding: 0;
}

#mainContent.featured p.smaller {
	font-size: 75%;
	margin: 5px;
	padding: 0;
}

#mainContent #gurneysPics, #mainContent #giorgiosPics, #mainContent #bournePics, #mainContent #ohekaPics {
	position: absolute;
	top: 0;
	right: 0;
}

#form1 {
	font-size: 70%;
	line-height: 120%;
	background-color: #E6E6E6;
	color: #000000;
	margin: 0px;
	padding:15px 0 10px;
}

#mainContent.gallery #imageThms img {
	margin: 0;
	padding: 4px;
}

#mainContent.gallery #imageThms a:link, #mainContent.gallery #imageThms a:visited {
	text-decoration: none;
}

#mainContent.gallery #imageThms a:hover, #mainContent.gallery #imageThms a:active {
	border-bottom: none;
}

#mainContent.gallery p.click {
	font-size: 70%;
	text-align: right;
}

/*========== footer ==========*/

#footer {
	font-size: 80%;
	text-align: center;
	margin: 10px auto;
	padding: 0;
}

#footer p {
	color: #333333;
	font-size: 75%;
	margin: 0;
	padding: 0;
}

#footer a {
	text-decoration: none;
	color: #333333;
}

#footer a:link, #footer a:visited {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	border-bottom: 1px dotted #333333;
}