html {
	background: #63a1ca url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y:scroll !important;
/*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sky-background.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sky-background.jpg', sizingMethod='scale')"; */
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
}

img {
	border: none;
}

a:link {
	color: #05331f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited, a:focus, a:active {
	color: #05331f;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

.wrapper {
	clear: both;
	width: 920px;
	padding: 0 20px;
	margin: 0 auto;
	background: #FCF0D5;
	text-align: left;
}

.banner {
	margin: 10px auto 0 auto;
	width: 960px;
}

.head {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-bottom: 4px solid #51391A;
}

.nav_list {
	clear: both;
	width: 950px;
	height: 28px;
	padding: 8px 0 8px 10px;
	text-align: left;
	background: url(../images/nav.jpg) top left;
}

.rotator {
	clear: both;
	width: 960px;
	height: 320px;
	margin: 0 -20px;
	font-size: 1.5em;
}

.leftbar {
	float: left;
	width: 170px;
}

.leftbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.leftbar ul li {
	padding: 5px;
}

.leftbar ul li a {
	letter-spacing: -1px;
}

.content {
	float: left;
	width: 730px;
}

.content img {
	max-width: 730px;
}

.rightbar {
	float: right;
	width: 170px;
	text-align: left;
}

.footer {
	clear: both;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: .75em;
	color: #333333;
}

.gallery {
	width: 100%;
	text-align: center;
}

.gallery a img {
	margin: 8px;
	border: 3px solid #333333;
	border-bottom-width: 12px;
}

.gallery a:hover img {
	border: 3px solid #CCCCCC;
	border-bottom-width: 12px;
}

.clearboth {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* Forms */
label {
	color: #222222;
	display: block;
	font-size: .9em;
}

label span {
	color: #666666;
	color: #666666;
	font-size: .8em;
}

input, textarea, select {
	border: 1px solid #666666;
	color: #333333;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	padding: 2px;
}

#contactform {
	width: 500px;
	margin: 0 auto;
}

.halfinput {
	width: 240px;
}

.fullinput {
	width: 500px;
}

#mail_message {
	width: 500px;
	height: 140px;
}

/* show error to user */
.err
{
	color: #ff0000;
	font-weight: bold;
}

/* pagination */
.pagination_wrapper
{
	margin: 0 auto;
}
.pagination a
{
	text-decoration: none;
}
.pagination
{
	width: 15px;
	border: 1px solid #226688;
	text-align: center;
}
.pagination_current_page
{
	background: #d3d3d3;
}
/* Twitter */
#twitter_box {
	width: 170px;
	text-align: left;
	font-size: .8em;
	overflow: hidden;
}
#twitter_update_list li {
	list-style: none;
	margin: 0; 
	padding: 10px 0;
}
#twitter_update_list {
	padding: 4px; 
}
