@charset "utf-8";
/* CSS Document */

body{
	text-align: center;
	background-color: #383838;
	background-image: url(images/camdenback.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 auto 0 auto;
	
}

a{

border: none;

}

img a{

border: none;

}

img {
border: none;
}



div#wrapper{
	width: 950px;
	margin: 0 auto 0 auto;
	background-color: #000;
	position: relative;
	min-height: 500px;
	text-align: center;
	color: #fff;
}

div#header{
	width: 900px;
	margin: 0 auto 0 auto;
	background-color: #000;
	position: relative;
	height: 120px;
	text-align: right;
	color: #fff;
	font-size: 12px;
color: #ccc;
text-decoration: none;
padding: 0 20px 0 20px;
}

div#header a{
color: #ccc;
text-decoration: none;
}



img#logo{
	position: absolute;
	top: 0px;
	left: 0px;
}

div#content{
	width: 890px;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color: #cbcbcb;
	
	border-radius:10px;
  -moz-border-radius:10px;
  min-height: 330px;
}

div#content p{
		font-family: Helvetica, Arial, sans-serif;
		color: #000;
		padding: 20px;
		text-align: left;
		font-size: 14px;
		line-height: 1.25em;
		margin-left: 10px;
	
}

div#content br{
margin-bottom: 20px;
}

br#normal{
margin: 0px;	
}

div#content img{
	border: solid 10px #FFF;
	margin: 5px;
	moz-box-shadow: 10px 10px 5px #666;
    -webkit-box-shadow: 10px 10px 5px #666;
    box-shadow: 10px 10px 5px #666;
	margin-right: 20px;
	margin-top: -5px;
	
}

p#blackcenter{
		font-family: Helvetica, Arial, sans-serif;
		color: #000;
		text-align: center;
		font-size: 14px;
		line-height: normal;
}



table#info2{
	text-align: left;
	color: #000;
	font-size: 14px;
}
table#info{
	text-align: left;
	color: #000;
	background-color: #FFF;
	font-size: 14px;
}


div#footer{

font-size: 12px;
color: #ccc;
padding: 20px;
}

div#footer a{

font-size: 12px;
color: #ccc;
text-decoration: none;
}

h2{
	text-align: left;
	font-size: 30px;
	font-family: Allura, Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: 100;
	line-height: .5em;
	padding: 0px;
	margin: -15px;
}

h3{
	text-align: left;
	font-size: 30px;
	font-family: Allura, Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: 100;
	line-height: .5em;
	padding: 0px;
	margin: -15px;
	margin-left: 40px;
	
}



img {
	padding: 0px;
	margin: 0px;

}

ul#nav {
	
	margin: 0px;
	display: block;
	padding: 0px;
	
}

ul#nav li {
	
	color: #fff;
	display: inline;
	list-style-type: none;
	position: relative;
	font-family: Allura, Helvetica, Arial, sans-serif;
	

	
}

ul#nav a 
{
	
	font-size: 22px;
	color: #ccc;
    padding: 0 25px 0 25px;
	text-decoration: none;
}
li#active a {
		font-size: 22px;
		color: #fff;
	text-align: center;
	text-decoration: none;


}

ul#nav a:hover 
{
	text-decoration: none;
	color: #ceb187;
	
}

hr {
width: 820px;
margin-left: 30px;
text-align: center;
margin-top: 15px;
}

@font-face {
    font-family: 'Candela';
    src: url('fonts/CandelaBook-webfont.eot?') format('eot'),
         url('fonts/CandelaBook-webfont.woff') format('woff'),
         url('fonts/CandelaBook-webfont.ttf') format('truetype'),
         url('fonts/CandelaBook-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CandelaBold';
    src: url('fonts/CandelaBold-webfont.eot?') format('eot'),
         url('fonts/CandelaBold-webfont.woff') format('woff'),
         url('fonts/CandelaBold-webfont.ttf') format('truetype'),
         url('fonts/CandelaBold-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'CandelaItalic';
    src: url('fonts/CandelaItalic-webfont.eot?') format('eot'),
         url('fonts/CandelaItalic-webfont.woff') format('woff'),
         url('fonts/CandelaItalic-webfont.ttf') format('truetype'),
         url('fonts/CandelaItalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Allura';
    src: url('fonts/Allura-Regular-webfont.eot?') format('eot'),
         url('fonts/Allura-Regular-webfont.woff') format('woff'),
         url('fonts/Allura-Regular-webfont.ttf') format('truetype'),
         url('fonts/Allura-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}