@charset "utf-8";
/* CSS Document */

#container
{
	position:relative;
	top:0px;
	left:0px;
	height:768px;
	width:1024px;
	background-image:url(Images/bkgnd.jpg);
}

#content
{
	z-index:2;
	position:relative;
	top:175px;
	left:300px;
	height:550px;
	width:690px;
	overflow-y:scroll;
	overflow-x:hidden;
}


#links
{
	z-index:4;
	position:absolute;
	top:95px;
	left:300px;
	height:39px;
	width:400px;
	float:left;
}

#resources
{
	float:left;
	width:120px;
	height:39px;
	cursor:pointer;
}

#photos
{
	float:left;
	width:85px;
	height:39px;
	cursor:pointer;
}

#archive
{
	float:left;
	width:105px;
	height:39px;
	cursor:pointer;
}

#about
{
	float:left;
	width:85px;
	height:39px;
	cursor:pointer;
}

#logo{
	z-index:4;
	position:absolute;
	top:10px;
	left:200px;
	height:80px;
	width:470px;
	float:left;
	cursor:pointer;
}


.postHead
{
	z-index:2;
	padding-top:15px;
	margin-bottom:15px;
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	width:95%;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-align:justify;
	
}

.photoAttach
{
	float:left;
	border:1px solid black;
}

.post
{
	font:"Times New Roman", Times, serif;
	font-size:14px;
	position:relative;
	top:5px;
	width:600px;
	padding-left:15px;
	text-align:justify;
	margin-bottom:20px;
}

.headerLine
{
	position:relative;
	top:20px;
	z-index:-1;
	width:400px;
	background-image:url(Images/GoldenCircle_small.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

.photoDir
{
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-right:10px;
	margin-bottom:5px;
	padding-left:5px;
}

.photoDir a
{
	color:black;
}
