@charset "UTF-8";
/* CSS Document */

/* Main /////////////////////////////////////////////////// */

/* Sets all defaults to 0 */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	background: url(images2/background.jpg) repeat-x;
	line-height: 18px;
}

#container {
	width: 889px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(images2/faux_column.jpg) repeat-y;
	position: relative;
}

#body h1 {
	font-size: 20px;
	color: #4B142C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#header {
	height: 138px;
	width: 889px;
}

.homepagetext {
	font-size: 14px;
	line-height: 18px;
}

#tradition {
	text-align: right;
	padding-top: 45px;
}

#header_left {
	float: left;
	width: 353px;
}

#header_right {
	position: absolute;
	top: -15px;
	right: -25px;
	width: 560px;
}


/* --------------------------------- Top Nav ----------------- */

#top_nav {
	background: #E8BD61;
	height: 24px;
	width: 889px;
	line-height: 24px;
}

#top_nav_links {
	margin-left: 60px;
}

#top_nav_links a:link, #top_nav_links a:visited {
	color: #4B142C;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

#top_nav_links a:hover, #top_nav a:active {
	color: #E8BD61;
	text-decoration: none;
	font-weight: bold;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	background: #4B142C;
}

#main_content {
	width: 889px;
	padding-top: 10px;
}

/* --------------------------------- Main Nav ----------------- */


#main_navigation {
	float: left;
	width: 205px;
}
#main_navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#main_navigation ul a:link, #main_navigation ul a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 29px;
	color: #4B142C;
	display: block;
	height: 29px;
	width: 179px;
	background: #E8BD61;
	text-decoration: none;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-right: 10px;
}

#main_navigation ul a:hover, #main_navigation ul a:active {
	color: #E8BD61;
	border: 1px solid #E8BD61;
	background: #4B142C;
	height: 27px;
	width: 177px;
}

#main_body {
	float: right;
	width: 660px;
	padding-bottom: 15px;
}

#body {
	float: left;
	width: 425px;
	padding-top: 10px;
}

#body_right {
	float: right;
	width: 212px;
}

#footer {
	clear: both;
	height: 25px;
	width: 889px;
}

#footer_top {
	background: #E8BD61;
	height: 25px;
	width: 889px;
	line-height: 22px;
	color: #4B142C;
	text-align: center;
	font-weight: bold;
}

#gga {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	font-size: 11px;
	line-height: 12px;
}
#body_pages {
	width: 635px;
}
#body_pages h1 {
	font-size: 18px;
	color: #4B142C;
	border-bottom: 1px solid #4B142C;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


.cssform p{
	width: 400px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 170px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
	font-size: 12px;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
.appointment {
	font-size: 16px;
	text-align: center;
	color: #49132C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.gallery_desription {
	font-size: 12px;
	font-style: italic;
}
