@charset "UTF-8";
/* CSS Document */



* {
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
}

body {
	background-image: url(images/layout/background.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#container {
	height: 510px;
	width: 780px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -390px;
	margin-top: -255px;
}

#topnav {
	position: absolute;
	z-index: 2;
	left: 642px;
	top: 23px;
}

#topnav ul li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#topnav ul li a:link {
	color: #E0CEDE;
}

#topnav ul li a:visited {
	color: #E0CEDE;
}

#topnav ul li a:hover {
	color: #E0CEDE;
	text-decoration: none;
}

#globalnav {
	float: left;
	height: 510px;
	width: 228px;
	position: absolute;
	background-image: url(images/layout/globalnav.png);
	z-index: 1;
}

#globalnav ul {
	list-style-type: none;
	font-family: Monotype Corsiva, Palatino Linotype, sans-serif;
	font-size: 36px;
	padding-top: 100px;
	padding-left: 80px;
	font-style: italic;
	text-align: center;
}	

#globalnav ul li {
	line-height: 115%;
}

#globalnav ul li a:link {
	color: #36175E;
	text-decoration: none;
}

#globalnav ul li a:visited {
	color: #36175E;
	text-decoration: none;
}

#globalnav ul li a:hover {
	color: #7A0DBF;
	text-decoration: underline;
}

#globalnav ul li a:active {
	color: #7A0DBF;
	text-decoration: none;
}

#globalnav p {
	padding-left: 100px;
}

#content {
	float: right;
	height: 510px;
	width: 541px;
	position: relative;
	background-image: url(images/layout/content.png);
	z-index: 1;
	padding-left: 11px;
	background-repeat: no-repeat;
}

#content h1 {
	font-family: Monotype Corsiva, Palatino Linotype, serif;
	font-size: 48px;
	color: #652CAE;
	margin-top: 80px;
	margin-right: 80px;
	font-weight: normal;
	font-style: italic;
	line-height: 100%;
	text-align: center;
}

#content h2 {
	font-family: Monotype Corsiva, Palatino Linotype, sans-serif;
	font-size: 24px;
	color: #36175E;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 80px;
	font-style: italic;
	text-align: center;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 80px;
	text-align: center;
}

#content a:link {
	color: #A50000;
}

#content a:visited {
	color: #A50000;
}

#content a:hover {
	text-decoration: none;
}

#contact #content h1 {
	margin-top: 90px;
	margin-bottom: 30px;
}

#reviews #content p {
	font-style: italic;
	margin-top: 10px;
	font-family: lucida calligraphy, Verdana, Arial, sans-serif;
	font-size: 14px;
}

#media #content h1 {
	margin-top: 60px;
}

#media #content h2 {
	margin-top: 10px;
}

#media #content ul {
	list-style-position: inside;
	list-style-type: square;
}

#media #content table {
	margin-top: 5px;
	margin-left: 50px;
}

#about #content p {
	font-size: 13px;
	text-indent: 20px;
	text-align: left;
}

#members #content table {
	margin-top: 65px;
	font-style: italic;
	font-weight: bold;
	color: #A50000; 
}

#members #content table tr td {
	text-align: center;
}

#home #content h2 {
	margin-top: 0px;
}

.embed {
	margin-top: 50px;
}

.focus {
	font-style: italic;
	font-weight: bold;
	color: #652CAE;
}

#footer {
	z-index: 2;
	top: 470px;
	position: absolute;
	left: 188px;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#footer p a:link {
	color: #E0CEDE;
}

#footer p a:visited {
	color: #E0CEDE;
}

#footer p a:hover {
	color: #E0CEDE;
	text-decoration: none;
}