body {
	background-image:url(../img/bg2.gif);
	margin:0;
	padding:0;
	font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color:#fff;
	padding-left:1px;
}
#main {
	width:1000px;
	margin:0 auto;
	background:#000; /* 382407, fff, 261803, 170e01 */
}

#logo {
	position:absolute;
	left:5px;
	top:7px;
	background:url(../img/logo2.jpg) top left no-repeat;
	width:381px;
	height:62px;
}
#top2 {
	position:absolute;
	top:0;
	right:40px;
	background:url(../img/top2.jpg) top right no-repeat;
	width:350px;
	height:80px;
}

/* ------  MAIN MENU ------ */
#menu {
	position:absolute;
	top:287px;
	left:310px;
	width:690px;
	margin:0;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	/*bottom:0;*/
}
#menu li {
	display:inline;
	margin:0;
	padding:0;
}
#menu a {
	float:left;
	margin:0;
	padding:0;
	text-decoration:none;
	width:80px;
	height:42px;
	display:block;
}

#menu li#menu_about a {
	width:193px;
	background:url(../img/menu.gif) 0 0;
}
#menu li#menu_about a:hover, #menu li#menu_about.active a {
	background:url(../img/menu.gif) 0 42px;
}
#menu li#menu_news a {
	width:154px;
	background:url(../img/menu.gif) -193px 0;
}
#menu li#menu_news a:hover, #menu li#menu_news.active a {
	background:url(../img/menu.gif) -193px 42px;
}
#menu li#menu_archive a {
	width:167px;
	background:url(../img/menu.gif) -347px 0;
}
#menu li#menu_archive a:hover, #menu li#menu_archive.active a {
	background:url(../img/menu.gif) -347px 42px;
}
#menu li#menu_links a {
	width:176px;
	background:url(../img/menu.gif) -514px 0;
}
#menu li#menu_links a:hover {
	background:url(../img/menu.gif) -514px 42px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
/*#menu a span {float:none;}*/
/* End IE5-Mac hack */
/*#menu a:hover {
	background:url(../img/menu_box_02_over.gif) no-repeat left top;
}
#menu a:hover span {
	background:url(../img/menu_box_02_over.gif) no-repeat right top;
}*/

h2 {
	color:#38a8e9;
	/*margin:5px 0 10px 10px;
	padding:0;*/
	margin:10px;
}
h3 {
	color:#999;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	letter-spacing:.2em;
}
.subtitle {
	color:#999;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	letter-spacing:.2em;
}
.blog_content {
	font-size:12px;
	line-height:1.6;
	text-align:justify;
}
.blog_spacer {
	border-bottom:1px dotted #fff;
	height:1px;
	display:block;
	margin:15px 0;
}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

/* Holly Hack Targets IE Win only \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* End Holly Hack */
a {
	text-decoration:none;
	color:#38a8e9;
}
a.news_popup, a.archive_popup {
	text-decoration:none;
	color:#fff;
	width:176px;
	padding:2px 5px;
	display:block;
}
a.news_popup:hover, a.archive_popup:hover {
	color:#38a8e9;
	background-color:#333;
}
a.archive_popup {
	width:189px;
}

input.text, textarea {
	background:#000;
	color:#fff;
	border:1px solid #38a8e9;
	padding:3px;
	font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size:12px;
	letter-spacing:.1em;
}
textarea {
	line-height:1.4;
	overflow:auto;
}
.blog_comment {
	font-size:10px;
	color:#ddd;
}