﻿/* ---[ structure ]-------------------------------------- */
html, body { border: 0; margin: 0; padding: 0; }
body {
	padding: 70px 0 20px 0;
	text-align: center;
	background: #B3DAE6 url(img/bg_blue_stripes.gif) repeat top left;
	color: #1A1A1A;
}
#wrap {
	position: relative;
	width: 500px;
	margin: 0 auto;
	padding: 0;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	background-image: url(img/bg_offwhite.gif);
	background-color: #F9F9F5;

}
#header {
	position: absolute;
	top: 0;
	left: -75px;
	/* background-color: #F9F9F5; */
	/* border: 1px solid #90B9D2; */
	width: 100%; /* 750px; */
	margin: 0 auto;
	padding: 0px 0 0px 0;
}
#navbar {
	position: relative;
	text-align: center;
	width: 750px;
	margin: 7px auto 0 auto;
	padding: 2px 0 3px 0;
}
#navbar a {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.10em;
	text-decoration: none;
	border-bottom: none;
	color: #1A1A1A;
}
#navbar a:hover {
	background-color: transparent;
	border-bottom: 1px solid #000;
}
#navbar img {
	margin: 0 5px 0 5px;
	vertical-align: middle;
}

#suit_top {
	float: left;
	margin: 30px 0 0 0;
}
#suit_bottom {
	clear: both;
	float: right;
	margin: -44px 0 0 0;
}
#suit_top, #suit_bottom {
	width: 38px;
	text-align: center;
}
#content {
	float: left;
	width: 414px;
	min-height: 600px;
	padding: 0 5px 0 5px;
}
* html #content {
	float: none;
	height: 600px;
}
#sidebar {
	float: right;
	width: 209px;
	margin: 5px 0 25px 0;
	padding: 5px 15px 5px 5px;
}
#sidebar p {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	margin: 0;
}
#footer {
	position: relative;
	width: 750px;
	clear: both;
	text-align: left;
	background-color: #F9F9F5;
	border: 1px solid #90B9D2;
	margin: 10px auto 25px auto;
	padding: 3px 0;
}
#footer p {
	margin: 0;
	padding: 3px 25px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: x-small;
	color: #333;
}
#footer p a {
	color: #333;
}
.clear {
	clear: both;
}

/* ---[ links ]-------------------------------------- */
a:link {
	color: #998577;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #E6D0B3;
	}
a:visited {
	color: #1A1A1A;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:hover {
	color: #1A1A1A;
	background-color: #E8E6D0;
	border-bottom: 1px solid #1A1A1A;
	}

/* ---[ text & headlines ]-------------------------------------- */
h2 {
	color: #000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	margin: 1em 0 0.3em 0;
}
h3 {
	color: #1A1A1A;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}
h4 {
	color: #666;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin: 1.5em 0 0.1em 0;
}
p {
	margin: 0 0 1em 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
}
p.date {
	color: #999;
	font-style: italics;
	text-align: right;
	line-height: normal;
}
/* ---[ forms ]-------------------------------------- */
#joinForm {
	border: 1px solid #ccc;
	margin: 1em 0 1.5em;
	padding: 4px;
	background: #f9f9f9;
}
#joinForm input.txt {
	display: inline;
	width: 110px;
}
#joinForm h4 {
	margin: 0 0 0.1em 0;
}
/* ---[ other divs ]-------------------------------------- */
div.seperator {
	text-align: left;
	margin: 1em 0 1em 0;
}
div.seperator img {
	margin: 0 5px;
}
div.seperator {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: normal;
	font-weight: bold;
}
/* ---[ rules for special pages ]-------------------------------------- */
div.pic {margin: 10px 0; padding: 0; clear: left;}
div.pic img.thumb {float: left; margin: 0 0 10px 0;}
div.pic ul {margin: 0 0 0 75px; padding: 0 0 0 0.5em;}
div.pic li {list-style: none; font-size: small;	font-family: Verdana, sans-serif;}
div.pic li.title {font-weight: bold; padding-top: 0.5em;}
div.pic li.name {text-align: left;}
div.pic li.email {text-align: left;}

div#oldnews p {font-size: x-small;}