/* CSS Layout */
body {
	background-color:#63B9B8;
	font-family:"Goudy Old Style";
	font-size:13px;
	color:#2E3970;
	line-height:20px;
	cursor:default;
	margin:0;
	background-image: url("/images/bckgd.jpg");
	background-position:center;
	background-repeat:repeat-y;
}

#container {
	width:800px;
	padding:10px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
}

#header {
	width:800px;
	height:180px;
	background-image: url("/images/hdr.jpg");
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:150%;
	font-weight:bold;
	line-height:20px;
}

#header p {
	padding:5px;
	margin:0;
	margin-left:340px;
	margin-right:10px;
	text-indent:5px;
}

#header h1 {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:300%;
	font-weight:bold;
	padding:0;
	padding-top:75px;
	padding-left:340px;
	padding-bottom:20px;
	margin:0;
	border-bottom:2px solid #ffffff;
	background-image:none;
}

#main_menu {
	width:800px;
	padding-top:2px;
	padding-bottom:1px;
	background-color:#2E3B6D;
	text-align:center;
	color:#FFFFFF;
	background-image: url("/images/menubg.jpg");
	margin-bottom:none;
}

#main_menu a {
	font-family:"Goudy Old Style";
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px !important;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:1px !important;
	margin-left:1px;
}

#main_menu a:hover {
	background-color:#3A57F7;
	background-image: url("/images/link.jpg");
}

#main_menu .aactive {
	background-color:#3A57F7;
	background-image: url("/images/link.jpg");
}

.hdr {
	border-right:none;
	float:center;
}

#sidebar {
	width:160px;
	border:1px solid #cccccc;
	padding:5px;
	float:left;
	clear:left;
	background-position:bottom right;
	background-repeat:repeat-x;
}

#sidebar h1,h2,h3 {
	font-family:"Goudy Old Style";
	letter-spacing:-1px;
	color:#333333;
	border:none;
	background-image:none;
}

#sidebar2 {
	width:160px;
	border:none;
	padding:5px;
	float:left;
	clear:left;
	background-position:bottom right;
	background-repeat:repeat-x;
}

#sidebar2 h1,h2,h3 {
	font-family:"Goudy Old Style";
	letter-spacing:-1px;
	color:#333333;
	border:none;
	background-image:none;
}

.welcome{
	margin-left:180px;
	padding:10px;
	border: none;
	background-position:top left;
	margin-bottom:10px;
}

.article {
	margin-left:180px;
	padding:10px;
	border: none;
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.article2 {
	margin-left:30px;
	padding:10px;
	border: none;
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.article p {
	margin:10px;
}

.article_info {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	letter-spacing:2px;
	font-variant:small-caps;
	text-transform:lowercase;
}

.article_info a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

h1,h2,h3 {
	font-family:"Goudy Old Style";
	letter-spacing:-1px;
	color:#333333;
	border-bottom:2px solid #cccccc;
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
	font-size: 30px;
}

h1a,h2a,h3a {
	font-family:"Goudy Old Style";
	letter-spacing:-1px;
	color:#333333;
	border-bottom:2px solid #cccccc;
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
	font-size: 12px;
}
.comment {
	padding:10px;
	border:none;
	background-repeat:repeat-x;
	background-color:none;
	margin-left:center;
	margin-bottom:5px;
	float:center;
	height:30px;
}

	

a {
	color:#389999;
	text-decoration:none;
}
a:hover {
	border-bottom:none;
}

/*------------------------------------------------------------*
**  Thumbnails for Gallery
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 5px solid #ddd; }
#content ul.thumbs li a:hover img { border: 5px solid #333; }	
html>body #content ul.thumbs li a { background-color: transparent; }

