img, div, h1
{
	behavior:url(/dev/include/iepngfix.htc);
}

body,td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #AAC3B4;
	background-image:  url(../images/body-background.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper
{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	background-image:url(../images/header-background.jpg);
	background-repeat:no-repeat;
	height:148px;
	color:#11562A;
}

#header a:link, #header a:visited, #header a:active
{
	color:#11562A;
	text-decoration:none;
}

#header a:hover
{
	color:#11562A;
	text-decoration:underline;
}

#header-left
{
	float:left;
	display:inline;
	padding-left:40px;
}

#header-right
{
	padding-top:10px;
	float:right;
	display:inline;
	position:relative;
	text-align:right;
	padding-right:40px;
}

#nav
{
	height:43px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#clear
{
	clear:both;
}

h1
{
	background-image:url(../images/h1.png);
	background-repeat:no-repeat;
	color:#F5C12F;
	font-size:18px;
	height:24px;
	padding-left:27px;
	margin-top:0px;
}

#contentArea
{
	margin-top:25px;
}

#col
{
	float:left;
	display:inline;
}

p
{
	text-align:justify;
}

a:link, a:active, a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

.small
{
	font-size:10px;
}

#homePhotos
{
	text-align:center;
	margin-top:25px;
}

#footer
{
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.gallery-preview
{
	margin:5px;
}

.ghr
{
	border-top:1px solid #F5C12F;
	border-bottom:none;
	border-right:none;
	border-left:none;
	width:85%;
}

.imgTest
{
	border-image:url("../images/shadow.png") 27 27 27 27 round stretch;
}
/*
.button
{
	background-color:#F5C12F;
	border:1px solid #000000;
	padding:5px;
	font-size:12px;
}

.button:link, .button:visited, .button:active, .button:hover
{
	color:#003300;
	font-weight:bold;
	text-decoration:none;
}
*/
p
{
	padding:2px;
}

.clear { 
    overflow: hidden;
    width: 100%;
}

a.button, a.button:link, a.button:visited, a.button:hover {
    background: transparent url('../images/button_bg_a.png') no-repeat scroll top right;
	background-repeat:no-repeat;
    color: #11562A;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 12px; 
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/button_bg_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 5px 12px;
} 

a.button:active {
    background-position: bottom right;
    color: #11562A;
    outline: none; 
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 5px 12px; 
} 

#adminMenu
{
	width:450px;
	margin-left:auto;
	margin-right:auto;
}

.loggedInName {color: #FF0000;}
