/* some setup styles */
*
{
	margin:0;
	/*padding:0;*/
}

body
{
	background-color:#746225;
	text-align:center;
	background-image:url(images/Page_BG.gif);
	background-repeat:repeat-x;
}


html, input, textarea
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
}

p
{
	margin-bottom:5px;
}


h1, h2, h3, h4, h5
{
	color:#2E2E6B;
}

a
{
	color:#2E2E6B;
}

a.external
{
	background: transparent url(images/external.png) center right no-repeat;
	padding-right: 13px;
}

a:hover
{
	text-decoration:none;
}


#container
{
	width:780px;
	margin: 0 auto;
	text-align:left;
}

/*#container a
{
	color:#2E2E6B;
}*/


#header
{
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-y;
	height:133px;
	text-align:left;
	padding-left:40px;
	padding-right:40px;

}

#nav
{
	border-top:2px solid #e2c150;
	border-bottom:2px solid #e2c150;
	background-color:#2e2e6b;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	padding:7px;
}

#nav li a
{
	color:#FFFFFF;
	text-decoration:none;
}

#nav li a:hover
{
	color:#E2C150;
	text-decoration:none;
}

#nav li
{
	display: inline;
	list-style-type:none;
	padding-right:20px;
}

#nav li.active a
{
	color:#E2C150;
}

#pictures
{
	border-bottom:2px solid #2e2e6b;
	height:195px;
	width:780px;
	padding:0;
	margin:0;
}

#footerImages
{
	border-top:2px solid #2e2e6b;
	height:195px;
	width:780px;
	padding:0;
	margin:0;
}

#pictures img
{
	width:780px;
	height:195px;
	top:0;
	left:0;
}


#mainContent
{
	background-image:url(images/content_topGradient.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding:50px 20px 50px 20px;

}

#mainContent ul
{
	margin-left:20px;
	padding-left:20px;
}

.polaroid
{
	border:1px solid #000000;
	padding:10px 10px 30px 10px;
}

.alignCenter
{
	text-align:center;
}