/* universal */
* {
	margin: 0px; 
	padding:0px;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #111;
}

img { border: none;}
img.border { border: 1px solid #000; }
img.left { border: 1px solid #000; float: left; margin-left: 20px; margin-bottom: 20px;}
img.right { border: 1px solid #000; float: right;}


/* Default link colors */

a:link {color: #4772a2; text-decoration: none;}
a:visited {color: #4772a2; text-decoration: none;}
a:hover {color: #9ab207; text-decoration: underline;}
a:active {color: #4772a2; text-decoration: none;}

a.top:link {color:#ccff00; font-family:verdana; font-weight: bold; font-size:8pt; text-decoration:none;}
a.top:visited {color:#ccff00; font-family:verdana; font-weight: bold; font-size:8pt; text-decoration:none;}
a.top:hover {color:#ff00cc; font-family:verdana; font-size:8pt; font-weight: bold; text-decoration: none;}


/* Resetting styles for cross-browser compatibility */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2 {
	font-size: 16px;
}

h3, h4 {
	font-size: 14px;
}

h5, h6, h7 {
	font-size: 12px;
}



/* General style */
#wrapper {
	margin: 0 auto;
	width: 900px;
	background: #000 url(images/container.jpg) repeat-y;
}

#header {
	background: #000 url(images/header.jpg);
	height: 225px;
	width: 900px;
}

#holder {
	margin-top: 10px;
	padding-left: 6%;
	padding-right: 6%;
}

#navigation {
	height: 22px;
	margin-top: -68px;
	margin-left: 65px;
	position: relative;
	z-index: 2;
}

#navigation li {
	float: left;
	list-style: none;
	margin-right: 22px;
	text-align: center;
	display: block;
}

#navigation .right{
	margin-left: 55px;
}

#navigation > first-child {
	margin-left: 12px;
}

#navigation li a {
	font: 11px Verdana;
	font-weight: bold;
	display: block;
	color: #fff;
	text-decoration: none;
}

#navigation li a:hover, #navigation li a:active {
	color: #666;
	text-decoration: none;
}

#maincontent {
	margin: 0 auto;
	margin-top: 25px;
	height: 100%;
}


#newsbox {
	background: #000 url(images/bar.jpg);
	margin: 0 auto;
	width: 622px;
	height: 27px;
	text-align: center;
	position: relative;
	z-index: 2;
}

#newsbox-content {
	padding-top: 7px;
}

#contentbox {
	margin-top: 35px;	
	min-height: 378px;
}

#center{
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 50px;
	width: 680px;
	text-align: center;
	/*border: 1px solid gray;*/
}


#left {
	float: left;
}

#right {
	float: right;
	margin-right: 50px;
}


#adsense {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#footer {
	background-image: url(images/footer.jpg);
	width: 900px;
	height: 35px;
	margin-top: -25px;
	position: relative;
	z-index: 2;
}


/* Content style */
.news {
	padding-bottom: 15px;
	padding-left: 2%;
	padding-right: 2%;
}

h2.news-title {
	color: #213636;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
}

.news-content {
	margin-top: 10px;
	color:#444444;
	line-height:1.5em;
	text-align:justify;
}

.news-meta {
	color:#555;
	display:block;
	font-size:1em;
	line-height:1.6em;
	margin-top:1px;
}

.news-meta div {
	display:inline;
}

.news-author address {
	display:inline;
	font-style:normal;
}

.news-date abbr {
	color: #777777;
}

.avatar {
	float: right;
	padding: 0 5px 0 20px;
}

.news-readon {
	text-align: right;
	padding: 3px 0;
}

.gray {
	font-family: verdana;
	font-size: 10pt;
	color: gray;
}

