﻿body
{
	background-image: url('../pics/background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
/*background-attachment: fixed;*/padding: auto;
	margin: 0 auto;
	background-attachment: fixed;
	font-family: "Indie Flower";
	text-align: center;
}
body, div, td, p
{
	font-size: 12px;
	color: #ffffff;
	line-height: 1.5em;
}
p
{
	margin: 0 0 10px 0;
}

h1
{
	font-size: 15px;
	font-weight: normal;
	margin-top: 5;
	margin-bottom: 5px;
	color: #00FF00;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #00FF00;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0px;
}
h3 {
	font-size: 48px;
	margin-bottom: 30px;
	margin-top: 30px;
}
h4 {
	margin-bottom: 15px;
}

img
{
	border:0;
}

div
{
	padding: 0;
	margin: 0;
}

a:link, a:active, a:visited
{
	text-decoration: none;
	color: #008000;
	font-weight: normal;
}

a:hover
{
	text-decoration: underline;
	color: #008000;
	text-decoration: underline;
}

#main
{
	width: 930px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
}

#top
{
	height: 68px;
	position: relative;
}

#top a
{
	color: #fff;
	font-size: 12px;
}

#topfb
{
	position: absolute;
	right: 0px;
	top: 13px;
}
#topgp {
	top: 13px;
	position: absolute;
	right: 150px;
}
#topsub
{
	position: absolute;
	right: 220px;
	top: 42px;
	text-align: right;
}

#head
{
	position: relative;
	height: 350px;
	position: relative;
	background-color: #000000;
}

#headsub
{
	position: absolute;
	top: 0;
	left: 0;
}

#slider
{
	position: absolute;
	top: 0;
	left: 216px;
	width: 714px;
	height: 500px;
}

#ccont
{
	position: relative;
	width: 930px;
	min-height: 400px;
	background-color: #000000;
}

#cconttxt
{
	position: relative;	
	margin: 30px 50px 10px 216px;
	padding: 0 0 40px 0;
}

.clr
{
	clear: both;	
}

.newscont
{
	position: relative;
}

.news, .newsr
{
	width: 325px;
	height: 163px;
}
.news {
}
.newsr
{
	position: absolute;
	top: 0;
	right: 0;
}

.newsimg
{
	float: left;
	padding-right: 10px;
}

.newsclr
{
	clear: both;
}

#bot
{
	text-align: left;
	font-size: 12px;
	background-color: #000000;
	border-radius: 20px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 30px;
}

#botr
{
	float: right;
}

@media all and (max-width: 699px)
{
  .hideonmobile{
	display: none !important;
}
