/* Body Style */

body
{
background-color: #FFFFFF;
background-image:url(../img/bg-tile.jpg);
font-family: Helvetica;
}

/* Header Styles */

h1 
{
color: #000000;
font-size: 28pt;
text-align: center;
}

h2 
{
color: #000000;
font-size: 16pt;
text-align: center;
}

h3 
{
color: #000000;
font-size: 12pt;
text-align: left;
padding-left:15px;
}

h4 
{
color: #000000;
font-size: 10pt;
text-align: left;
margin:0px;
padding-left:15px;
}


h4.left
{
color: #000000;
font-size: 10pt;
text-align: left;
margin:0px;
float:left;
padding-left:15px;
}

h4.right
{
color: #000000;
font-size: 10pt;
text-align: left;
margin-left:195px;
float:left;
padding-left:15px;
}

/* Paragraph Styles */

p
{
color: #000000;
font-size: 10pt;
text-align: center;
}

p.block
{
	color:#000000;
	width:570px;
/*	border:solid 1px;  */
	text-align:justify;
	padding:15px 15px 15px 15px;
}

p.leftcol
{
	color:#000000;
	width:265px;
	float:left;
	text-align:justify;
	padding:15px;
}

p.rightcol
{
	color:#000000;
	width:265px;
/*	border:solid 1px;  */
	float:right;	
	text-align:justify;
	padding:15px 15px 15px 15px;
}

p.copyright
{
color: #000000;
margin: 30px;
font-size: 8pt;
text-align: center;
}

/* Link Styles */

a:link
{
color: #64a2ff;
text-decoration: none;
}
a:visited 
{
color: #385a8d; 
text-decoration: none;
}
a:active 
{
color: #237bff;
text-decoration: none;
}
a:hover 
{
color: #a6e5ff;
text-decoration: none;
}

/* Navigation Bar */

.navbar {
	width:100%;
	position:fixed;
	bottom:26px;
	float:none;
	text-align:center;
}

/* Gallery Styles */

#image1 {
	border:0px #666666 solid;
	height:480px;
	width:600px;
}

#image2 {
	border:0px #666666 solid;
	height:480px;
	width:600px;
}


.thumb {
	float:left;
	margin-right:10px;
	margin-top:10px;
}

/* Global Styles */

/* .topbar {
	position:fixed;
	width:100%;
	height:80px;
	top:0px;
	left:0px;
	float:center;
	background-image: url(../img/topbar.png);	
	background-repeat: repeat-x;
	background-position: bottom center;
}
*/

.bottombar {
	position:fixed;
	width:100%;
	height:50px;
	bottom:0px;
	left:0px;
	float:left;
	background-image:url(../img/bottombar.png);
	background-repeat: repeat-x;
	background-position: bottom center;	
}	

.spacer_lrg {
	height:120px;
	width:100%;
}

.spacer_top {
	height:40px;
	width:100%;
}

.spacer_bottom {
	height:300px;
	width:100%;
}

.content {
	width:600px;
	margin: 0px auto;
	text-align:left;
}

.contactform {
	width:600px;
	float:left;
}

/* E-Mail Form */

.submit {
	background-color:#FFFFFF;	
	width:150px;
	height:50px;
	border:none;
	margin:0px;
	background-image:url(../img/form/submit.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

.reset {
	background-color:#FFFFFF;	
	width:150px;
	height:50px;
	border:none;
	margin:0px;
	background-image:url(../img/form/reset.png);
	background-repeat:no-repeat;
	cursor:pointer;
}