BODY,TD,TR,P	{ font: 12px/18px arial, verdana, sans-serif; color: #4f4f4f; }
INPUT,SUBMIT,SELECT,TEXTAREA	{ font: 12px arial, verdana, sans-serif; color: #4f4f4f; }

A	{ color: #3070a7; text-decoration: underline; }
A:HOVER	{ color: #3070a7; text-decoration: underline; }

/* ################## Classes ########################*/

/* ------------------- shell ------------------- */

#shell {
	width: 840px; margin-top: 15px;
}

#shell .border{
	border: 1px solid #4d4d3e;
}

#shell td.picture {
	padding-bottom: 10px;
}

#shell td.top_frame {
	background-image: url(../images/frame_top.gif); background-repeat: repeat-x;
}

#shell td.top_frame2 {
	background-image: url(../images/frame_top_b.gif); background-repeat: repeat-x;
}

#shell td.bottom_frame {
	background-image: url(../images/frame_bottom.gif); background-repeat: repeat-x;
}

#shell td.left_frame {
	background-image: url(../images/frame_left.gif); background-repeat: repeat-y;
}

#shell td.right_frame {
	background-image: url(../images/frame_right.gif); background-repeat: repeat-y;
}

/* ------------------- content ------------------- */

#content {
	width: 765px; background-color: #ffffff;
}

#content td.menu_padding {
	padding-bottom: 22px;
}

#content td.box_td {
	padding: 0px 20px 15px 5px;
}

#content td.copy_td {
	padding: 0px 5px 15px 0px; text-align: center;
}

#content td.copy_td2 {
	padding: 0px 5px 15px 0px;
}

/* ------------------- box ------------------- */

#box {
	width: 285px; background-color: #dee0cf; border: 1px solid #b6b6ae;
}

#box td.heading {
	padding: 10px 8px;
}

#box td.right_td {
	padding: 0px 10px 10px 2px; text-align: center; line-height: 16px;
}

#box td.left_td {
	padding: 0px 5px 10px 10px;
}

#box td.one_td {
	padding: 0px 10px 10px 10px;
}

#box td.list {
	padding-left: 10px; font-size: 11px; line-height: 14px;
}

/* ------------------- no box ------------------- */

#no_box {
	width: 285px;
}

#no_box td.heading {
	padding: 10px 8px;
}

#no_box td.one_td {
	padding: 0px 20px 10px 20px;
}

/* ------------------- pic box ------------------- */

#pic_box {
	
}

#pic_box .border{
	border: 1px solid #4d4d3e;
}

#pic_box td {
	padding-bottom: 1px; border-bottom: 5px solid #87a8bb;
}

/* ------------------- pics ------------------- */

#pics {
	
}

#pics .border{
	border: 2px solid #87a8bb;
	/*border: 1px solid #999999;*/
}

#pics td {
	padding: 0px 0px 10px 20px;
}

#pics td.btm {
	padding-bottom: 5px;
}

#pics td.sq_l {
	padding: 0px 5px 10px 0px;
}

#pics td.sq_r{
	padding: 0px 0px 10px 5px;
}

#pics td.sq_btml {
	padding: 0px 5px 5px 0px;
}

#pics td.sq_btmr{
	padding: 0px 0px 5px 5px;
}

#pics td.sq_btm {
	padding: 0px 0px 5px 0px;
}

/* ------------------- footer ------------------- */

#footer {
	width: 880px; padding-top: 8px;
}

#footer td {
	text-align: center; font: 10px/14px verdana; color: #a69f80;
}

#footer A, A:hover {
	color: #a69f80; text-decoration: underline;
}

#footer A.blue, A:hover.blue {
	color: #4d4d3e; text-decoration: underline;
}

/* ~~~ === PHOTO GALLERY ================================= ~~~ */
#gallery{padding: 0 0 0 4px;}
#gallery a
{
    width: 234px;
    float: left;
    padding-bottom: 12px;
    background: url(../images/btn_enlarge.gif) no-repeat 50% 100%;
    margin-bottom: 8px;
}
#gallery img
{
    display: block;
    width: 230px;
    margin: 0 auto 12px;
}
#gallery a img{border: 2px solid #3070A7;}
#gallery a:hover img{border: 2px solid #A69F80;}
#gallery a.center-image{margin: 0 24px;}
#headerscroll
{
    position: relative;
    width: 763px;
    height: 222px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #434F67 #434F67 #BCBEA8 #434F67;
    background-color: #000;
}
#headerscroll img
{
    position: absolute;
    top: 0;
}
#header
{
    position: relative;
    width: 763px;
    height: 222px;
    background-color: #fff;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #434F67 #434F67 #BCBEA8 #434F67;
}

/* ~~~ === MAN MENU ======================================== ~~~ */
#menu
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 21px;
    background-color: #544021;
    width: 765px;
}
#menu li
{
    line-height: 21px;
    float: left;
}
#menu li a
{
    display: block;
    float: left;
    height: 21px;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 8px;
    background-color: #544021;
    color: #fff;
    text-align: center;
}
#menu li.active a,
#menu li a:hover
{
    background-color: #fff;
    color: #544021;
} 
.img-left
{
    float: left;
    margin: 0 12px 4px 0;
    border: 1px solid #4d4d3e;
}
