/* CSS Document */

/* MAIN BODY */
body {
	background-color: #d7d8bb;
	font-family: verdana, arial, sans-serif;
    font-size: 0.93em;
	color:#1c1c17;
	margin: 0px 0;
	padding: 0;
}

/*THIS SECTION CONTROLS NAV PAGE*/
#background {
	height:688px;
	background-repeat:repeat-x; 
	background-image:url(../images/grad.jpg); 
	background-position: center;
	background-position: left top;
	vertical-align:top; 
}

#background2 {
	height:1600px;
	background-image/**/:url(../images/twin.png);
	background-repeat:no-repeat;
	background-position: left top;
	vertical-align:top; 
}

#header {
	height:310px;
	background-image: url(../images/header/rotator.php);
	background-repeat:no-repeat;
	background-position: center;
	background-position: left bottom;
	vertical-align:top; 
	width:796px; 
	vertical-align:top; 
}

#LogoHeader {
	background-image:url(../images/logo2.png); 
	background-repeat:no-repeat;
	background-position: left top;
	vertical-align:top; 
	width:788px;
	height:250px;
}
#menu {
	height:32px; 
	vertical-align:top;
	padding-left:210px;
	padding-top:10px;
	width:580px;
}

/*THIS SECTION CONTROLS THE MAIN AREA*/
#captop {
	height:18px; 
	vertical-align:top; 
	background-image:url(../images/_cap.png); 
	background-repeat:no-repeat;
	background-position: left top;
	width:796px;
}
#captop_int {
	height:18px; 
	vertical-align:top; 
	background-image:url(../images/_cap_int.png); 
	background-repeat:no-repeat;
	background-position:right;
	width:799px;
}

#layout {
	background-repeat:repeat-y;
	background-position: left top;
	background-image:url(../images/_layout.png); 
	vertical-align:top; 
	min-height:750px; 
	width:796px;
}
#layout_int {
	background-repeat: no-repeat;
	background-position: top;
	background-image:url(../images/_layout_int.png); 
	vertical-align:top;
	width:788px;
	min-height:365px;
}

#capbottom {
	height:13px; 
	background-image:url(../images/_cap.png); 
	background-repeat:no-repeat;
	background-position: left bottom;
	width:796px;
}

#outline {
	outline-style:solid; 
	outline-color:#000000; 
	outline-width: thin;
	width:788px;
}

#content {
	margin: 0px 0px 0px 0px;
	vertical-align:top;
	padding-left: 30px;
	padding-right: 30px;
	min-height:650px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:710px;
	text-align: justify;
}
#contact {
	margin: 0px 0px 0px 0px;
	vertical-align:top;
	min-height:650px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:600px;
}

#footer {
	background-color:#71694e;
	min-height:60px; 
	width:788px;
	vertical-align:bottom;
}

#subfooter {
	min-height:30px; 
	width:737px;
	vertical-align:bottom;
	color: #33332d;
	font-size:9px;
}

/* TEXT */
h3, h4 {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	font-size: 10px;
	line-height: normal;
	font-weight:100;
	color: #ffffff;
}
h1 {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	font-size: 1.2em;
	line-height: normal;
}
h2 {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	font-size: .8em;
	line-height: normal;
	text-align: left;
}

/* Linking */
a:link { 
	color: #000;
	}
a:visited { 
	color: #333;
	}
a:hover { 
	color: #666666;
	text-decoration: none;
	}
a:active { 
	color: #CCCCCC;
	}
a { outline: none; }
:focus { -moz-outline-style: none; }

a img {border:0}

/* Flickr Gallery */
#flickr img,#flickr img a{
background:#fff;
padding:.1em .1em;
margin:0 .2em;
margin-bottom: 15px;
border:1px solid #003300;
}
#flickr img a:hover{
border:1px solid #898a2b;
}
