body
{
	background-image: url('/img/bg_main.jpg');
	background-color: #38414F;
	/*color: #706B5F;*/
	color: #4C4941;
	font-family: Arial;
	text-align: center;
}

#div_top_gradient
{
	background-image: url('/img/bg_main_gradient.jpg');
	background-repeat: repeat-x;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 384px;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

#div_main
{
	background-color: #262322;
	padding: 10px;
	width: 780px;
	margin: 55px 55px 0px 55px;
}

#div_footer
{
	font-family: Verdana, Arial;
	text-align: center;
	line-height: 2em;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 0.7em;
	color: #c0c0b0;
	text-shadow: 1px 1px 0px #001;
}

#table_main
{
	width: 780px;
}

#td_top_left
{
	background-color: #ffffff;
	background-image: url('/img/bg_top_left.jpg');
	background-repeat: no-repeat;
	height: 80px;
	width: 25px;
}
#td_top_right
{
	background-color: #ffffff;
	background-image: url('/img/bg_top_right.jpg');
	background-repeat: no-repeat;
	height: 80px;
	width: 555px;
	text-align: right;
	vertical-align: middle;
}

#form_search
{
	margin-right: 35px;
	margin-top: 0px;
}

#search_box
{
	border: 1px solid #706B5F;
	background-color: #000000;
	color: #c0c0b0;
}

#search_button
{
	border: 1px solid #706B5F;
	background-color: #000000;
	color: #c0c0b0;
}

#td_banner_left
{
	background-color: #ffffff;
	background-image: url('/img/bg_banner_left_winter_v2.jpg');
	background-repeat: no-repeat;
	height: 170px;
	width: 25px;
}
#td_banner_right
{
	background-color: #ffffff;
	background-image: url('/img/bg_banner_right_winter_v2.jpg');
	background-repeat: no-repeat;
	height: 170px;
	width: 555px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

#div_banner_text
{
	margin: 45px 50px 0px 75px;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	text-shadow: 0.05em 0.05em 0.25em #889;
}

#td_content_left
{
	background-color: #FFFBF7;
	background-image: url('/img/bg_content_left_v2.jpg');
	background-repeat: no-repeat;
	height: 500px;
	width: 25px;
}
#td_content_right
{
	background-color: #FFFBF7;
	background-image: url('/img/bg_content_right_v2.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 25px;
}

#td_menu
{
	width: 175px;
	background-color: #ffffff;
	background-image: url('/img/bg_menu_winter_v2.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	padding: 30px 10px 10px 15px;
}

#div_content
{
	text-align: left;
	line-height: 1.45em;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
	min_height: 500px;
	width: 505px;
}



.main_menu
{
	margin-left: 0px;
	padding-left: 0px;
	font-size: 0.95em;
	list-style-type: none;
}

.main_menu li
{
	margin-top: 0.35em;
}

.main_menu li li
{
	margin-left: 20px;
	padding-left: 0px;
	list-style-type: circle;
}



.giThumbnail
{
	border-width: 0px;
}


a
{
	text-decoration: none;
	color: #0055AA;
}

a:hover
{
	text-decoration: underline;
	color: #CC6600;
}

a#main_site_link
{
	text-decoration: none;
	font-weight: bold;
	color: #706B5F;
}
a#main_site_link:hover
{
	text-decoration: underline;
	color: #CC6600;
}



#div_footer a
{
	text-decoration: none;
	border-bottom: dotted 1px #c0c0b0;
	color: #b0b0b0;
}
#div_footer a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #CC6600;
	color: #CC6600;
}



div.pic
{
	text-align: center;
	font-size: 0.85em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}



h1
{
	font-size: 1.7em;
	font-family: Cambria, Times New Roman;
	font-weight: normal;
	color: #403D35;
}

h2
{
	font-size: 1.55em;
	font-family: Cambria, Times New Roman;
	font-weight: normal;
	color: #403D35;
}

h3
{
	font-size: 1.25em;
	font-family: Cambria, Times New Roman;
	font-weight: bold;
	color: #403D35;
}

h4
{
	font-size: 1.1em;
	font-family: Cambria, Times New Roman;
	font-weight: bold;
	padding-top: 1em;
	color: #403D35;
}

p, dd
{
	text-align: justify;
}

tt, pre
{
	font-size: 0.9em;
	font-family: Consolas, Lucida Console, Courier New;
	color: #101000;
	text-align: left;
}

pre
{
	overflow: auto;
	white-space: pre-wrap;
}

dt
{
	margin-top: 0.8em;
	margin-bottom: 0.3em;
}

