@charset "UTF-8";

body {
	background-color:#333;
	background-image:url(../images/background.jpg);
	margin:10px 10px 10px 10px;
	padding:0px;
	text-align:left;
	color: white;
	font:14px "Century Gothic";
	font-weight:normal;
	}

#gridWrap {
	width: 89.0217%;
	max-width: 1232px;
	margin:auto;
	padding:10px;
	background-color: #333;
	
}

h1, h2, h3, h4, h5, h6, .leftContentTitle, .pHead {
	color: #017AFE;
	margin-bottom:5px;
	font-family: "Century Gothic";
	font-weight:normal;
}

h1 { font-size: 24px; }
h2 { font-size:18px; }
h3 {font-size:14px; }
h4 {font-size:12px; }

.leftContentTitle {
	font-size: 25px;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	}

.leading_footer_content {
	font-size:1.5em;
	font-style:italic;
	margin:0px 0 5px 0;
	color: white;
	}

ul {
	padding-left: 5%;
	}

li {
	text-align: justify;
	list-style: square;
	color: #f90;
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: lighter;
	font-style: italic;
	margin: 0px 0px 10px 20px;
	}
	
li.contacts {
	text-align: justify;
	list-style: decimal;
	color: white;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: lighter;
	font-style: italic;
	margin: 0px 0px 10px 20px;
	}
	
hr {
	border-color: #017AFE;
	height: 1px;
	width: 100%;
	margin: 8px auto;
	}

a:link {
	text-decoration: underline;
	color: #09F;
	}
a:hover {
	text-decoration:none;
	color: #F90;
	}
a.:visited {
	text-decoration:underline;
	color: white;
	}
a:active {
	text-decoration:underline;
	color: #999;
	}

.tabLinks {
	margin: 8px auto;
	padding: 12px 0 15px 0;
	border-top: 1px solid #017AFE;
	text-align:center;
	}

iframe {
	margin: 0px;
	padding:0px;
	top:0;
	width:100%;	
	}
.photoPage {
	height:442px;
	}
	
#djImage {
	width:50%; 
	margin:20px 25%;
	}
#imageDiv {
	width:100%;
	}
	
.pgDescription {
	margin: 10px;
	text-indent: 5%;
	text-align:justify;
	}
	
.pHead {
	margin: 10px 10px 0px 10px;
	font-style:italic;
	font-size:16px;
	text-align:center;
	}