/*teststylewithborders.css*/
body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:#69421B;
	color:#FFFFFF;
}

body a
{
 	color:#FFFFFF;
 	text-decoration: none;
}

body a:link
{
 	color:#FFFFFF;
 	text-decoration: none;
}

body a:visited
{
 	color:#FFFFFF;
 	text-decoration: none;
}

body a:hover
{
 	color:#999999;
 	text-decoration: none;
}



#topleftcorner
{
	position:absolute;
	top:0px;
	left:0px;
    width:522px;
	height:546px;
    float:left;
	background:url(images/topleft.jpg) no-repeat;
	/*border:thin dotted #999999;*/
}

#toprightcorner
{
	position:absolute;
	top:0px;
	left: 523px;
	width:503px;
	height:286px;
	float:right;
	background: url(images/topright.jpg) no-repeat;
	/*border:1px dashed #999999;*/
}


#homepagecontentcontainer2
{
position:absolute;
	top:483px;
	/*border:1px dashed #999999;*/
	left:147px;
	width:557px;
	height: 50px;
}

#homepagecontentcontainer2 a a:link a:visited
{
 	color:#FFFFFF;
 	text-decoration: none;
}

#contentcontainer
{
	position:absolute;
	top:155px;
	/*border:1px dashed #999999;*/
	left:147px;
	width:555px;
	height: 325px;
}

#eventscontentcontainer
{
	position:absolute;
	top:238px;
	/*border:1px dashed #999999;*/
	left:147px;
	width:501px;
	height: 1702px;
}

#radiocontentcontainer
{
	position:absolute;
	top:207px;
	/*border:1px dashed #999999;*/
	left:147px;
	width:397px;
	height: 273px;
}

#photostitlecontainer
{
	position:absolute;
	top:198px;
	/*border:1px dashed #999999;*/
	left:147px;
	width:379px;
	height: 30px;
}

#photoscontentcontainer
{
	position:absolute;
	top:234px;
	/*border:1px dashed #999999;*/
	left:147px;
	width:379px;
}

#peopleimagecontainer
{
	position:absolute;
	top:140px;
	left:200px;
	width:287px;
	height: 148px;
	text-align: center;
	font-weight:bold;
	font-size:16px;
}

#peoplecontentcontainer
{
	position:absolute;
	top:326px;
	/*border:1px dashed #999999;*/
	left:135px;
	width:448px;
	height: 226px;
}

#peopledownloadcontainer
{
	position:absolute;
	top:557px;
	/*border:1px dashed #999999;*/
	left:135px;
	width:392px;
	height: 77px;
}

#navcontainer
{
	position:absolute;
	top:277px;
	left:775px;
	padding:10px;
	/*border:1px dashed #999999;*/
	line-height:16px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	font-family:arial, verdana, geneva, helvetica, sans-serif;
	height: 303px;
	width: 180px;
} 
 
#navcontainer ul
{
 	margin-left: 0;
	padding-left: 0;
 	list-style-type: none;
}
 
#navcontainer a
{ 
 	display: block;
 	padding: 3px;
 	width: 165px;
 	border-bottom: 1px solid #593817;
}
 
#navcontainer a:link, #navlist a:visited
{
 	color:#FFFFFF;
 	text-decoration: none;
}
 
#navcontainer a:hover
{
 	background-color:#FFFFFF;
 	color:#69421B;
}

#mailingcontainer
{
	position:absolute;
	top:542px;
	left:143px;
	font-size:12px;
	font-family:arial, verdana, geneva, helvetica, sans-serif;
	height: 50px;
	width: 449px;
} 

#footer
{
	position:absolute;
	top:600px;
	right:0px;
}


/* Useful sites..
http://www.informit.com/articles/article.asp?p=170513&seqNum=2
http://www.autisticcuckoo.net/archive.php?id=2004/12/07/relatively-absolute
http://forums.digitalpoint.com 

	#navcontainer {
		width: 242;
		text-align: right;
		}

		
*/
