﻿body {
	margin: 0;
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
#maindiv {
	width: 100%;
	height: 100%;
}
a {
}
#maintable {
	width: 1000px;
	background: url(images/black_bg.jpg);
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#h1 {
	background: url(images/h1.jpg) no-repeat;
	height: 156px;
}
#h2 {
	background: url(images/h2.jpg) no-repeat;
	height: 162px;
	vertical-align: bottom;
	text-align: left;
}
#h3 {
	background: url(images/cont_top.png) no-repeat;
	height: 48px;
	vertical-align: top;
	padding-left: 120px;
	font-size: 12px;
}
#bottom {
	height: 63px;
	background: url(images/bot.png) no-repeat;
	vertical-align: bottom;
	font-size: 11px;
}
#inside {
	vertical-align: top;
	text-align: left;
	margin-left: 120px;
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 100px;
	padding-right: 100px;
}
a img {
	border:none;
}
#inside a {
	color: white;
	text-decoration: none;
}
#inside a:hover {
	color: white;
	text-decoration: underline;
}
/*----------------Fonts-----------------------*/
#menu a:hover {
	color: white;
	text-decoration: underline;
}
.link {
	color: white;
	font-family: Tahoma;
	font-size: 11px;
}
#menu {
	/*position: absolute; */
	top: 240px;
	/*left: 220px; */
}
#menu a {
	text-decoration: none;
	color: white;
	font-family: Tahoma;
	font-size: 11px;
}
#menu li {
	float: left;
	padding: 6px 30px;
	height: 37px;
	list-style-type: none;
	background: url(images/bt.png) no-repeat left top;
}
.bt {
	background: url(images/bt.png) no-repeat;
	background-position: left;
	height: 37px;
}
/*----------------contactform-----------------------*/
.contactform {
	padding-left: 170px;
}
.contactmsg {
	color: red;
	padding-left: 300px;
}
/*----------------Albums-----------------------*/
.album {
	font: 12px/24px Georgia, "Times New Roman", Times, serif;
}
.album img {
	padding: 5px;
	background-color: black;
	margin: auto;
	display: block;
	border: none;
}
.album a {
	color: white;
	text-decoration: underline;
}
.album a:hover {
	color: white;
	text-decoration: none;
}
.album a:hover img {
	color: white;
	border: medium;
	background-color: gray;
}
.albumsinclude a {
	color: white;
	text-decoration: none;
}
/*----------------blogs-----------------------*/
.blogpost {
	background: url(images/blog_bg.png);
	width: 700px;
	padding-left: 10px;
}
.postcontent {
}
.posttitle {
	color: #CCCCCC;
}
.posttitle a {
	color: white;
	text-decoration: none;
}
.postinfo {
	color: #999999;
}
.blogpost a {
	color: white;
}
.blogpost a:hover {
	color: white;
	text-decoration: none;
}
.blogpost p {
	background-color: black;
}
.viewblog {
}
.viewblog div {
	margin-left: 70px;
}
.blogpost_reaction {
	border-top: 1px GRAY solid;
	width: 500px;
}
.erroras {
	color: red;
	font-weight: bold;
	text-align: center;
	padding-left: 80px;
}

