/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #272727;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

tr {
	vertical-align: top;
}

p {
        margin-top: 10px;
}

p:first-child {
        margin-top: 0px;
        padding-top: 0px;
}

hr {
	border-top: 1px solid #999999;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

a:link, a:visited, a:active {text-decoration: none; color : #C2202B}
a:hover {text-decoration: none; color : #000000}

img { border: none; }

/* LAYOUT CSS */

#wrapper {
	width: 100%;
	background-image: url(/images/header_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 100px;
}

#page {
	width: 751px;
	margin: auto;
}

#left_column {
	width: 239px;
	text-align: center;
	padding-right: 5px;
}

#nav {
	margin: 43px 7px 0px 7px;
	width: 225px;
	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	padding-top: 68px;
}

#nav a {
	width: 217px;
	line-height: 19px;
	display: block;
	padding-right: 8px;
	color: #000000;
	border-top: 1px solid #FFFFFF;
}

#nav a:first-child {
	border-top: 0px;
}

#nav a:hover, #nav a.active {
/*	background-image: url(/images/white.gif);*/
	background-color: #EEEEEE;
	color: #BC191D;	
}

#subnav {
	background-color: #EEEEEE;
	color: #333333;
	padding-bottom: 5px;
}

#subnav a {
	color: #555555;
	border-top: 0px;
}

#subnav a:hover, #subnav a.active {
	color: #00388D;
	border-top: 0px;
}

#content_box {
	width: 507px;
}

#headerphoto {
	width: 483px;
	background-image: url(/images/photo_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 12px 6px 12px;
}

#content {
	width: 475px;
	padding: 10px 10px 10px 9px;
	height: 400px;
}

#copyright {
	text-align: right;
	font-size: 10px;	color:#999999;	padding-right: 6px;
}

/* FORM CSS */

.submit {
	background-color: #BC191D;
	color: #FFFFFF;
	border: 1px solid #650F1D;
	margin: 2px 5px 2px 0px;
	font-size: 10px;
}

/* CONTENT CSS */

h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #BC191D;
}

h2 {
	font-size: 11px;
	color: #BC191D;
	font-weight: bold;
}

#gallery {
        width: 475px;
        padding: 0px;
        margin-top: 10px;
}
#gallery th {
        text-align: left;
        padding-bottom: 14px;
}
#gallery td {
        text-align: left;
        padding-bottom: 14px;
        padding-left: 7px;

}
#gallery td:first-child {
        padding-left: 0px;
        margin: 0px;
}
#gallery .photo {
        width: 151px;
        height: 120px;
        border: 1px solid #777777;
        background-color: #FFFFFF;
        vertical-align: middle;
}

#gallery .photo td {
        height: 151px;
        vertical-align: middle;
        text-align: center;
        margin: 0px;
        padding: 0px;
}

