@charset "utf-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
	height:100%;
	color:#000;
	background-image: url(../images/bg-stripe.gif);
	}
#wrap {
	width:950px;
	margin:0 auto;
	background-image: url(../images/full-grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
#header {
	height: auto;
	margin: 0;
	pad: 0;
	height: 192px;
	}
.h1 {
	font-family: "Trajan Pro", Trajan, "Arial", Verdana, Georgia, serif;
	font-size: 36px;
	color: #9c3627;
	text-align: left;
	vertical-align: top;
	font-weight: bolder;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
    }
.h2 {
	font-family: Myriad, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #9c3627;
	text-align: left;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
	}
.h2b {
	font-family: "Trajan Pro", Trajan, "Times New Roman", Times, Georgia, serif;
	font-size: 24px;
	color: #9c3627;
	font-weight: bold;
}
.h3 {
	font-family: "Trajan Pro", Trajan, "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	color: #bda251;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	text-transform: uppercase;
	}
.h3b {
	font-family: "Trajan Pro", Trajan, "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	color: #9c3627;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	text-transform: uppercase;
	}
.quote {
	font-family: "Trajan Pro", Trajan, "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	color: #9c3627;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-variant: small-caps;
	}
.quoteattrib {
	font-family: "Trajan Pro", Trajan, "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	color: #9c3627;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	text-transform: uppercase;
	}
#nav {
	height:40px;
	padding:0px;
	margin: 0;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	}
.navlink a:link {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	}
.navlink a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	}
.navlink a:active {
	color: #bda251;
	text-decoration: none;
	text-align: center;
	}
.navlink a:hover {
	color: #bda251;
	text-decoration: none;
	text-align: center;
	}
#main {
	float:left;
	width:700px;
	min-height:100%;
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	}
#sidebar {
	float:right;
	width:180px;
	height:100%;
	padding:10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #bda251;
	}
#sidebar a:link {
	text-decoration: none;
	color: #bda251;
	}
#sidebar a:visited {
	text-decoration: none;
	color: #bda251;
	}
#sidebar a:active {
	text-decoration: none;
	color: #FFF;
	}		
#sidebar a:hover {
	text-decoration: none;
	color: #FFF;
	}
.sidenav {
	font-family: "Trajan Pro", Trajan, "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	color: #bda251;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -1px;
	}
.sidenav a:link {
	text-decoration: none;
	color: #bda251;
	}
.sidenav a:visited {
	text-decoration: none;
	color: #bda251;
	}
.sidenav a:active {
	text-decoration: none;
	color: #FFF;
	}		
.sidenav a:hover {
	text-decoration: none;
	color: #FFF;
	}
#sidefoot {
	bottom: 0px;
	text-align: center;
	background-color: #9c3627;
	font-family: Myriad, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #bda251;
	}
#sidefoot a:link {
	text-decoration: none;
	color: #FFF;
	}
#sidefoot a:visited {
	text-decoration: none;
	color: #FFF;
	}
#sidefoot a:active {
	text-decoration: none;
	color: #bda251;
	}		
#sidefoot a:hover {
	text-decoration: none;
	color: #bda251;
	}
#footer {
	clear:both;
	padding:5px 10px;
	background:#000;
	}
#footer p {
	margin:0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
    }
#footer a:link {
	margin:0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
    }	
#footer a:visited {
	margin:0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
    }		
#footer a:active {
	margin:0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #bda251;
	text-align: center;
	text-decoration: none;
    }		
#footer a:hover {
	margin:0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #bda251;
	text-align: center;
    }		
.bodycontents {
	font-family: Myriad, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	}
.bodycontents a:link {
	color: #006699;
	text-decoration: none;
	}
.bodycontents a:visited {
	color: #9c3627;
	text-decoration: none;
	}
.bodycontents a:active {
	color: #bda251;
	text-decoration: none;
	}
.bodycontents a:hover {
	color: #0000CC;
	text-decoration: underline;
	}
* html #footer {
	height:1px;
	}
.capt {
	font-family: Myriad, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	}
.capt a:link {
	color: #000000;
	text-decoration: none;
	}
.capt a:visited {
	color: #000000;
	text-decoration: none;
	}
.capt a:active {
	color: #bda251;
	text-decoration: none;
	}
.capt a:hover {
	color: #bda251;
	text-decoration: none;
	}
.contactform {
	font-family: Myriad, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	}.smallcaptionlinik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
}
