@charset "utf-8";

a { color: #fff;
	border:none;
	
}

img {
	border:none;
	}

h1 {
	font-size: 145%;
	margin-top: 0;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 110%;
	line-height: 135%;
	background-color: #787878;
	text-indent: 10px;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
}

h4 {
	font-size: 115%;
	font-weight: normal;
}

.indent {
	padding-left: 10px;
}

body {
	background-color: #CCCCCC;
	margin: 5px 0 0 0;
	padding: 0;
	color: #ffffff;
	font-family: tahoma;
	font-size: 80%;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 auto;
	background: url(../images/wrapper-bg.gif) top right repeat-y;
}

#header {
	background: url(../images/header.gif) top left no-repeat;
	height: 280px;
	position: relative;
}

#header-blog {
	background: url(../images/opus-blog-header.gif) top left no-repeat;
	height: 280px;
	position: relative;
}

#header img {
	position: absolute;
	left: 30px;
	top: 150px;
}

#leftside {
	margin-left: 40px;
	width: 150px;
	float: left;
	height: 500px;
	padding-top: 20px;
}

#rightside {
	border: 0px solid white;
	margin: 0 55px 30px 230px;
/*	text-align: justify;*/
}

#final-text {
	text-align: right;
	border: 0px solid red;
	margin: 0 30px 0 65px;
	padding-bottom: 10px;
	font-size: 80%;
	color: silver;
}

#final-text a {
	color: silver;
	text-decoration: none;
}

#footer {
	background: #A3A3A3 url(../images/footer-bg.gif) top center no-repeat;
	height: 180px;
	text-align: center;
}

#footer .content {
	width: 800px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	text-align: right;
}

#footer .content a {
	color: #ccc;
	font-size: 80%;
	text-decoration: none;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.sitemeter {
	display: none;
}