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

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	margin-bottom: 10px;
	padding-top: 7px;
}
h1 {
	/*margin-bottom: 7px;*/	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: -1px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 7px;
}
A:link {
	color: #ffffff;
	text-decoration: none;
}
A:visited {
	color: #ffffff;
	text-decoration: none;
}
A:active {
	color: #ffffff;
	text-decoration: none;
}
A:hover {
	color: #ffffff;
	text-decoration: underline;
}
img {
	border: none;
}
ul {
	list-style-type: circle;
	padding-left: 15px;
}

/*Div Properties*/

#mainWrap {
	width: 1000px;
	background-image: url(../images/mainBack.png);
	color: #333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
#background {
	width: 1000px;
	position: absolute;
}
#subMainWrap {
	width: 1000px;
	position: relative;
}
#navigation {
	word-spacing: 30px;
	font-size: 13px;
	width: 930px;
	padding-top: 185px;
	text-align: right;
}
#mainContentWrap {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
#contentBack {
	background-image: url(../images/contentBack.png);
	background-repeat: repeat-y;
	width: 920px;
}
#contentBackNoLine {
	background-image: url(../images/contentBackNOLINE.png);
	background-repeat: repeat-y;
	width: 920px;
}
#mainContent {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	clear: both;
  	display: block;
	overflow:hidden;
}
#mainContent img{
	margin-top: 5px;
}
#mainContent A:link {
	color: #960;
}
#mainContent A:visited {
	color: #960;
}
#mainContent A:active {
	color: #960;
}
#mainContent A:hover {
	color: #999;
}
#contentLeft {
	width: 535px;
	float: left;
	padding-top: 15px;
	padding-right: 20px;
}
#contentRight {
	padding-top: 15px;
	width: 260px;
	float: right;
}
#footer {
	width: 1000px;
	text-align: center;
	color: #FFF;
	padding-bottom: 20px;
}
#socialNetworking{
	padding-left: 7px;
}
#socialNetworking img{
	padding-right: 30px;
}
#temp {
	text-align: center;
}
#flash {
	text-align: center;	
}
.dates {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
}
.blogPhotos img{
	margin: 0px;
	padding: 0px;
}
.citations {
	font-size: 10px;	
}

