@import url(http://fonts.googleapis.com/css?family=Ewert);
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400,700,400italic);
html,body{
	width:100%;
	height:100%;
}
body {
	background-color:#000000;
	background-image:url('images/background.png');;
	background-repeat:no-repeat;
	font-family:Vollkorn;
}
b,strong {
	font-weight:normal;
	text-decoration:underline;
	text-shadow:1px 1px 2px #CCCCCC;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
}
h1 {
	font-size:22px;
	line-height:24px;
}
h2 {
	font-size:18px;
	line-height:20px;
}
h3 {
	font-size:16px;
	line-height:18px;
}
h4 {
	font-size:14px;
	line-height:16px;
}
h5 {
	font-size:14px;
	line-height:16px;
}
h6 {
	font-size:14px;
	line-height:16px;
}

blockquote {
	font-style:italic;
}
#header {
	background-color:transparent;
	/* width:900px; */
	/* margin-left:auto; 
	margin-right:auto; */
	margin-left:80px; 
	color:#FFFFFF;
	height:100px;
}
#header h1 {
	padding-top:20px;
	font-weight:normal;
	text-shadow:0px 0px 5px #FFFFFF;
	font-family:'Ewert';
	font-size:40px;
	line-height:35px;
}
#header a,a:active,a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

#nav {
	background-color:transparent;
	font-size:12px;
	line-height:auto;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#nav ul {
	margin:0px;
	padding:0px;
}
#nav li {
	list-style:none;
	margin:0px;
	margin-right:10px;
	padding:0px;
	color:#FFFFFF;
	display:inline-block;
	text-shadow:0px 0px 1px rgba(255,255,255,0.8);
	position:relative;
}
#nav a,a:active,a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#nav .current a,a:active,a:hover{
	text-decoration:underline;
}

#wrapper {
	clear:both;
	min-height:100%; /* to have the footer outside the window */ 
	width:900px;
	margin-left:auto;
	margin-right:auto;
	font-size:15px;
	line-height:16px;
}
#wrapper h1,h2,h3,h4,h5,h6 {
	text-shadow:0px 0px 4px #DEDEDE;
}
#wrapper a,a:active,a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:transparent;
	text-shadow:0px 0px 10px #FFFFFF;
}
#wrapper .pagecontent {
	width:670px;
	padding:5px;
	float:left;
	/* background-color:rgba(200,200,200,0.8); */
	text-align:justify;
	color:#EEEEEE;
}
#wrapper .pagecontent .framed {
	padding-top:40px;
	background:url(images/top.png) no-repeat top, 
	url(images/bottom.png) no-repeat bottom;
 	padding-bottom:52px;
}
#wrapper .gallery img {
  padding:0px;
  background:transparent;
}
#wrapper .sidebar {
	background-image:url('images/corner1.png');;
	background-repeat:no-repeat;
	font-size:12px;
	color:#EEEEEE;
	width:200px;
	padding:5px;
	padding-top:100px;
	float:right;
}
#wrapper .sidebar a {
	color:#FFFFFF;
}
#wrapper .pageversion {
	color:#111111;
	font-size:10px;
	clear:both;
}

#largefooter {
	padding-top:25px;
	padding-left:75px;
	padding-right:75px;
	background-color:#888888;
	color:#EEEEEE;
	font-size:11px;
	min-height:200px;
}
#largefooter .footercol {
	margin:0px 2px 2px 3px;
	min-height:50px;
	width:200px;
	float:left;
}
#largefooter .lastcol {
	text-align:right;
	float:right;
}
#largefooter a,a:active,a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

@media only screen and (max-width: 640px) {
	body {
		font-size:14px;
	}
	#wrapper, #nav {
		width:100%;
	}
	#header {
		height:auto;
		margin-left:2px;
	}
	img {
		max-width: 100%;
	}
	.sidebar {
		display:none;
	}
}
.p01-contact label strong{
  text-decoration:none;
}
form {
  text-decoration:none;
}
label{
	text-align:right;
  float:left;
  width:110px;
}
textarea,input {
  color:#CCC;
  background-color:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.1);
  width:300px;
}
#wrapper .p01-contact .captchaimg img{
  padding:0px;
  background:transparent;
}
textarea {
  height:100px;
}
#wrapper .p01-contact div {
  clear:both;
}
#wrapper input.submit {
  width:auto;
  padding-left:10px;padding-right:10px;
  color:#000;
  background-color:rgba(255,255,255,0.8);
  border:1px solid rgba(255,255,255,0.9);
}

.footercol ul {
  padding-left:0px;
  list-style-type:square;
  list-style-position:inside;
  
}
.footercol li {
}
.open ul {
	display:none;
}
#sitewidemessage{
padding-top:15px;
padding-bottom:15px;
padding-left:10px;
padding-right:10px;
margin-left:120px;
margin-right:120px;
margin-top:10px;
margin-bottom:0px;
text-align:center;
color:#000;
color:rgba(0,0,0,0.5);
border:1px solid rgba(240,240,255,0.8);
border-radius:15px;
background-color:#FFF;
background-color:rgba(245,250,255,0.8);
font-family:Arial,sans-serif;
}