@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg.jpg) repeat-x;
	background-color:#d8c28a;
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	margin:0px;
	padding:0px;
}

#wrapper {
	width:900px;
	background:url(../images/page.jpg) no-repeat;
	margin:0 auto;
	position:relative;
	z-index:1;
}

.head {
	background:url(../images/header.png);
	height:244px;
}

.text {
	width:672px;
	margin-left:214px;
}

.body {
	background:url(../images/bodyRep.png) left repeat-y;
	margin:0px;
	
}

.text .bot {
	background:url(../images/bodyfoot.png);
	height:56px;
}

.body p {
	color:#000000;
	padding:0 50px 15px 50px;
	margin:0;
	font-size:11pt;
	line-height:125%;
}

.body h3 {
	color:#000000;
	padding:0 50px 0 50px;
	margin:0;
	font-size:15pt;
	font-weight:bold;
}

.body a {
	color:#900000;
}

.body a:hover {
	text-decoration:none;
}

.body ul {
	padding:0 50px 0 90px;
	margin:0;
}

.body li {
	font-size:11pt;
}

.tab1 {
	margin-left:25px;
}

.red {
	color:#900000;
}

#title {
	background:url(../images/title.jpg) no-repeat;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	width:634px;
	height:33px;
}

#title h1 {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:30px;
	padding-top:1px;
	color:#000000;
}

.tagline {
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	color:#990000;
	font-style:italic;
	font-weight:bold;
}
/* BEGIN NAVIGATION     -----------------------------------------------------
-------------------------------------------------------------------------- */
#naviDiv {
	margin-left:43px;
	margin-top:-0px;
	float:left;
}

#navi {
	background:url(../images/navi.png);
	width:191px;
	height:250px;
	background-repeat:no-repeat;
	background-position:top left;
	margin:0;
	padding:0;
	position:relative;
}

#navi li {
	display:inline;
}

#navi li a {
	float:left;
	padding-left:191px;
	background:url(../images/navi.png);
}

#navi li#hom a {
	height:63px;
	background-position:0px 0px;
}
#navi li#hom a:hover {
	background-position:-191px 0px;
}
#navi li#hom span a {
	background-position:-382px 0px;
}

#navi li#ser a {
	height:45px;
	background-position:0px -63px;
}
#navi li#ser a:hover {
	background-position:-191px -63px;
}
#navi li#ser span a {
	background-position:-382px -63px;
}

#navi li#man a {
	height:47px;
	background-position:0px -108px;
}
#navi li#man a:hover {
	background-position:-191px -108px;
}
#navi li#man span a {
	background-position:-382px -108px;
}

#navi li#pro a {
	height:47px;
	background-position:0px -155px;
}
#navi li#pro a:hover {
	background-position:-191px -155px;
}
#navi li#pro span a {
	background-position:-382px -155px;
}

#navi li#con a {
	height:47px;
	background-position:0px -202px;
}
#navi li#con a:hover {
	background-position:-191px -202px;
}
#navi li#con span a {
	background-position:-382px -202px;
}
/* END NAVIGATION     -------------------------------------------------------
-------------------------------------------------------------------------- */


#footer {
}

#footer a {
	font-size:10pt;
	color:#8a0000;
}

#galThumbs {
margin-left: 50px;
}