@import url("./sidebar.css");

@import url("./header.css");

@import url("./gallery.css");

@import url("./table.css");

@import url("./blog.css");

body {
	font-family: "Georgia";
}

a img {
	border: none;
}

h1,h2,h3,h4,h5 {
	font-family: "Georgia";
}

h1 {
	display: none;
}

h2 {
	border: 1px solid #ccccef;
	background-image: url('./img/h2.png');
	background-repeat: no-repeat;
	background-position: left -14px;
	border-width: 0 0 0px 0px;
	font-size: 10pt;
	padding: 0 0px 2px 10px;
	clear: both;
}

h3 {
	font-size: 9pt;
	margin: 10px 0px 5px 0px;
}

p {
	font-size: 10pt;
	clear: both;
	text-align: left;
	line-height: 1.8em;
}

.threed {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.centeredimage
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
}

.clearbc {
	clear: both;
	height: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px solid #f00;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

#header,#content,#footer {
	margin: 0 auto 0 auto;
	border: 0px solid #ccc;
	width: 770px;
	background-image: url('./img/bodybg.png');
	background-repeat: repeat-y;
	background-position: top left;
}

#headerborder {
	margin: 0 auto 0 auto;
	border: 0px solid #ccc;
	width: 800px;
	background-image: url('./img/bodybg_top.png');
	background-repeat: no-repeat;
	height: 6px;
}

#footerborder {
	margin: 0 auto 0 auto;
	border: 0px solid #ccc;
	width: 800px;
	background-image: url('./img/bodybg_btm.png');
	background-repeat: no-repeat;
	height: 6px;
}

#header { /*border-width:1px 1px 0px 1px;*/
	padding: 10px 15px 2px 15px;
}

#content { /*border-width:0px 1px 0px 1px;*/
	padding: 2px 15px 2px 15px;
}

#footer {
	padding: 2px 15px 5px 15px;
	/*border-width:0px 1px 1px 1px;*/
}

#insideheader,#insidecontent,#insidefooter {
	background-image: url('./img/bg.jpg');
	background-repeat: repeat;
	background-color: #123456;
}

#insideheader {
	padding: 2px 2px 2px 2px;
}

#insidecontent {
	padding: 5px 5px 5px 5px;
}

#insidefooter {
	padding: 4px 2px 2px 2px;
	font-size: 7pt;
	height: 13px;
	color: #999;
}

#insidefooter img {
	margin: -2px 2px 0 2px;
	border: none;
}

#sidebar {
	width: 190px;
	float: right;
	font-size: 8pt;
}

#realcontent {
	width: 520px;
	float: left;
	min-height: 500px;
	color: #fff;
	/*
  border-right:1px solid #fff;
  padding-right:20px;
	*/
}

#realcontent a {
	text-decoration: none;
	color: #00cb35;
}

#realcontent a:hover {
	color: #22ed57;
	text-decoration: underline;
}

dd,dl,dt {
	font-size: 10pt;
}

dt {
	margin-top: 10px;
}

.small {
	font-size: 7pt;
}

#tankimage {
	float: right;
	margin-top: 30px;
}

fieldset td
{
	vertical-align:top;
}
fieldset td.captcha
{
	vertical-align:middle;
}
fieldset td.captcha input
{
	margin: 0 10px 0 0px;
}
