﻿body 
{
	background: #333;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #FFF;
}
h1 { color: #55A4D2;
     margin: 0;
     padding: 10px 0;}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

p {}

#page 
{
	width: 900px;
	margin: 6px auto;
	color: #000;
	
	}

#pagehead 
{
	background: #FFF url(images/head_bg.gif) repeat-x;
	height: 107px;
	}
#pagecontent 
{
	margin: 0;
	background: #A7CFE8; 
	min-height: 90%;
	background-image: url(images/scroll_butterfly.gif);
	background-position: right bottom;
	background-repeat: no-repeat; 
	}
#pagefoot 
{
	text-align: center;
	clear:both;
	}

#pagefoot a 
{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	text-transform: lowercase;
	font-size: 13px;
}

/* layout columns */
.col-XXX 
{
	width:700px;
	margin: 10px auto;
}
.col-oXo
{
	margin-left: 200px;
	margin-right: 220px;
	margin-bottom: 20px;
	width: 480px;
	
}
.col-oXX
{
	margin-left: 160px;
	margin-bottom: 20px;
	width: 740px;
}
.col-ooX
{
	width: 220px;
	float:right;
	text-align: center;
}
.col-Xoo
{
	width: 140px;
	float: left;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	
}

.col-oXX-AB 
{
	width: 740px;
	
}
.col-oXX-XB
{
	float:left;
	width: 300px;
}
.col-oXX-AX 
{
	float:right;
	width: 430px;
	padding: 0 0 0 10px;
	text-align: left;
}


.border-tb 
{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.contact 
{
	font-size: 14px;
	color: #3584B2;
	background: url(images/contact_bg.png) repeat-x;
	height: 200px;
	
}
.tagline 
{
	font-family: Century Gothic, Sans-Serif; 
	font-size: 14px;
	margin: 0 0 10px;
}
/* Nav styles */
.left-nav a,
.nav-link 
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.left-nav a
{
	display: block;
	margin: 10px 10px 10px 0;
}

/* Image Gallery */
.pager 
{
	font-size: 9px;
	color: #55A4D2;
}
.pager .link-page 
{
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	margin: 0 2px;
	text-decoration: none;
}
.pager .current-page 
{
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 0 2px;
}

.album-photo 
{

}
/* Errors */
.error 
{
	color: #990000!important;
	font-weight: bold;
}
