* {
	margin: 0; 
	padding: 0;
}

body {
	background-color: #000;
	font-family: Verdana;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background-color: #000033;
}

h1#header-01 {
	width: 972px;
	height: 15px;
	font-size: 0.8em;
	color: #222;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	padding: 10px 0 2px 8px;
	text-align: left;
	float: left;
	background: url('../images/header_top_01.gif') top center repeat-x;
	clear: both;
}

#header-02 {
	width: 980px;
	height: 135px;
	background-image: url('../images/header_top_02.gif');
	clear: both;
}

#header-03 {
	width: 980px;
	height: 38px;
	background-image: url('../images/header_top_03.gif');
	clear: both;
}

#main {
	width: 980px;
	padding-top: 10px;
	clear: both;
}

#column-left {
	width: 200px;
	float: left;
	margin: 0 14px 0 10px;
	display: inline;
}

#column-center {
	width: 530px;
	float: left;
}

#column-right {
	width: 200px;
	float: left;
	margin: 0 8px 0 14px;
	display:inline;
}

/*MENUS*/
#main-menu {
	width: 200px;
	border-right: 1px solid #111;
	font-size: 0.9em;
	color: #fff;
	float: left;
}

#main-menu ul{
	list-style: none;
	border: none;
	background-color: #111;
}

#main-menu li {
	border-bottom: 1px solid #111;
	text-align: left;
}

#main-menu li a{
	display: block;
	padding: 4px 10px 4px 5px;
	border-left: 10px solid #222;
	background-color: #111;
	color: #fff;
	text-decoration: none;
	width: 175px;
}

#main-menu li a:hover{
	border-left: 10px solid #1f4164;
	background-color: #222;
	color: #fff;
}

h4.menu-title {
	height: 22px;
	background: url('../images/menu-001.gif') top center no-repeat;
	clear: both;
}

.menu-footer {
	width: 200px;
	height: 10px;
	background: url('../images/menu-001-footer.gif') top center no-repeat;
	margin: 0 0 15px 0;
	clear: both;
}

#right-menu {
	width: 200px;
	border-right: 1px solid #111;
	font-size: 0.9em;
	color: #fff;
	float: left;	
	clear: both;
}

#right-menu ul{
	list-style: none;
	border: none;
	background-color: #111;
}

#right-menu li {
	border-bottom: 1px solid #111;
	text-align: left;
}

#right-menu li a{
	display: block;
	padding: 4px 10px 4px 5px;
	border-left: 10px solid #222;
	background-color: #111;
	color: #fff;
	text-decoration: none;
	width: 175px;
}

#right-menu li a:hover{
	border-left: 10px solid #1f4164;
	background-color: #222;
	color: #fff;
}

.blocks {
	width: 180px;
	padding: 10px;
	background-color: #111;
	text-align: center;
	clear: both;
}

.center {
	text-align: center;
}

/*ARTICLES*/
.article-wrapper {
	width: 530px;
	margin: 0 0 15px 0;
	clear: both;
}

h3.article-title {
	width: 500px;
	height: 25px;
	line-height: 25px;
	background-image: url('../images/article-title.gif');
	clear: both;
}

.article-content {
	width: 510px;
	padding: 10px;
	background-color: #111;
	display: inline-block;
	clear: both;
}

.article-content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .article-content {
    display: block;
}

* html .article-content {
    height: 1%;
}

.article-footer {
	width: 530px;
	height: 10px;
	background: url('../images/article-footer.gif') top center no-repeat;
	clear: both;
}

h3 {
	font-size: 0.9em;
	padding: 0 0 0 30px;
	color: #000;
	text-align: left;
}

h4 {
	padding: 3px 0 0 30px;
	color: #222;
	font-size: 0.9em;
	text-align: left;
}

h5 {
	text-align: left;
	font-size: 1em;;
	color: #cc0000;
	margin: 0 0 5px 0;
}

h6 {
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
}

p {
	text-align: justify;
	font-size: 0.8em;
	margin: 0 0 15px 0;
	color: #eaeaea;
}

a:link {
	color: #92c6ff;
	text-decoration: none;
}
a:visited {
	color: #6db2ff;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

br {
	line-height: 10px;
}

#footer {
	width: 980px;
	margin: 0 auto;
	height: 100px;
	padding: 40px 0 0 0;
	background: #000 url('../images/footer.gif') top center no-repeat;
	clear: both;
}

.topsites {
	margin: 0 auto;
}

.footerlinks {
	font-size: 0.8em;
}

.content-float-right {
	float: right;
	margin: 0 0 15px 15px;
}

.content-float-left {
	float: left;
	margin: 0 15px 15px 0;
}

.screenshot-thumbs img{
	padding: 1px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.screenshot-thumbs img:hover{
	padding: 1px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/*TOPNAV*/
#headnav{
	margin: 0 auto;
	font: bold 13px Arial;
	background: url('../images/header_top_03.gif') top center repeat-x;
	height: 38px;
	width: 850px;
}

#headnav li{
	display: inline;
}

#headnav li a{
	float: left;
	text-align: center;
	color: white;
	text-decoration: none;
	background: url('../images/buttons/buttons.gif') top center;
	width: 150px;
	line-height: 25px;
	margin: 7px 10px 0 10px;
}

#headnav li a:visited {
	color: white;
}

#headnav li a:hover {
	color: #e2e2e2;
	background: url('../images/buttons/buttons.gif') bottom center;
}

hr {
	width: 100%;
	color: #b10000;
	clear: both;
}

.images {
	padding: 25px;
	float: left;
}

.center-image {
	clear: both;
}

img {
	border: none;
}

.bluenote_footer {
	float: right;
	padding: 10px;
}