/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-image: url('../images/background.jpg');
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 13px;
}

body.editor {
	background-color: #F0ECE1;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	font-size: 17px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 10px;
}

h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

a {
	color: #000000;
}

#footer a {
	text-decoration: none;
}

img {
	border: 0px;
}

div.hr {
	height: 6px;
	background-image: url(/images/divider_line.png);
	background-repeat: no-repeat;
	margin: 10px 0px;
}

div.hr hr {
	display: none;
}

/* LAYOUT CSS */

#container {
	width: 780px;
	margin: 0px auto;
	padding: 15px 0px;
}

#left_border {
	width: 2px;
	background-image: url('../images/left_border.gif');
	background-repeat: repeat-y;
}

#right_border {
	width: 8px;
	background-image: url('../images/right_border.png');
	background-repeat: repeat-y;
}

#content_box {
	width: 770px;
	background-image: url('../images/content_bg.jpg');
	background-repeat: repeat-y;
	background-color: #F4F1EA;
}

#content {
	width: 700px;
	margin: 0px auto;
}

#logo {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #80561B;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

#logo img {
	margin: 7px 0px;
}

.leftcol {
	width: 131px;
	padding-right: 20px;
}

#logos {
	margin: 10px auto;
}

#logos td {
	padding: 0px 20px;
}

#footer {
	width: 740px;
	margin: 0px auto 5px auto;
}

#footer td {
	vertical-align: bottom;
	font-size: 14px;
	width: 33%;
}

#footer #copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#footer #address {
	text-align: right;
}
