/* CSS Document */

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

body {
	background: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
#wrapper {
	width: 914px;
	height:auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow:hidden;
	position: static;
	z-index:0;
}

/*header*/
#header{
	width:914px;
	height:200px;
}

/*logo*/
#logo{
	width:914px;
	height:181px;
}

/*menu*/
#menu{
	width:914px;
	height:40px;
	padding: 5px 0px 0px 173px;
	background:url(../images/menu-bg.jpg) no-repeat;
	color: #3e3200;
	font-weight:bold;
	font-size: 11px;
}
.yello{
	color: #d8af2c;
		font-weight:bold;
}
/*links*/
/*menu*/
a.menulink:link{
    font-family:Tahoma;
	color: #3e3200;
	text-decoration: none;
	font-weight:bold;
}
a.menulink:active{
	font-family:Tahoma;
	color: #aa8d06;
	text-decoration: none;
	font-weight:bold;
}
a.menulink:visited{
	font-family:Tahoma;
	color: #3e3200;
	text-decoration: none;
	font-weight:bold;
}
a.menulink:hover {
	color: #aa8d06;
	font-family:Tahoma;
	text-decoration: none;
	font-weight:bold;
}

/*content*/
#content{
	width:914px;
	height:auto;

	margin-top: 35px;
}
#topblock{
	width:914px;
	height: 7px;
}
#contentblock{
	overflow:auto;
	width:914px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;	
	background:url(../images/content-bg.jpg) repeat-y;
}

/*columnA*/
#columnA{
	width: 215px;
	height:auto;
	padding-top:15px;
	padding-left:20px;
	float:left;
	padding-bottom: 15px;
	overflow:auto;
}

.contentimageleft{
	border: 3px solid #FFFFFF;
	margin-right: 10px;
}
.contentimagetop{
 	border: 3px solid #FFFFFF;
	border-width: 4px;
	margin-bottom: 15px;
}

/*columnB*/
#columnB{
	width: 459px;
	height:auto;
	float:left;
	padding-top:15px;
	margin:0px;
	overflow:hidden;
	padding-bottom: 10px;
}

/*columnC*/
#columnC{
	width: 150px;
	height:auto;
	float:left;
	margin:440px 10px 0px 10px;
	padding: 10px;
}

/*columnC*/

.articles{
	width: 150px;
	height:auto;
	float:left;
	margin:10px 10px 10px 10px;
	border: dashed 1px #999999;
	background: #666666;
	overflow:hidden;
	padding: 10px;
}

/*footer*/
#footer{
	overflow:auto;
	width:914px;
	height:42px;
	font-family:Tahoma;
	color:#000000;
	font-size:10px;
	text-align:center;
	padding-top:5px;
	margin-bottom:10px;
	background: #e4e4e4 url(../images/footer.jpg) bottom no-repeat;
}

/*sidebar image*/
#sidebarimage{
	width: 288px;
	height: 800px;
	position:absolute;
	margin-left:670px;
	float: left;
	z-index:1000;
}

.bold{
	font-weight:bold;
}

/*footerlinks*/
a.footerlink:link{
	color: #988000;
	text-decoration: none;
	font-weight:bold;
}
a.footerlink:visited{
	color: #988000;
	text-decoration: none;
	font-weight:bold;
}
a.footerlink:active{
	color: #988000;
	text-decoration: none;
	font-weight:bold;
}
a.footerlink:hover {
	text-decoration: none;
	color: #e5be2d;
	font-weight:bold;
}


/*font styles*/
h1 { 
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#d8af2c;
	font-style:italic;
}
h2 { 
	font-size:18px;
	font-weight:bold;
	color:#d8af2c;
	font-style:italic
}

/*links*/
a.contentlink:link{
	color: #e5be2d;
	text-decoration: none;
	font-weight:bold;
}
a.contentlink:visited{
	color: #e5be2d;
	text-decoration: none;
	font-weight:bold;
}
a.contentlink:active{
	color: #e5be2d;
	text-decoration: none;
	font-weight:bold;
}
a.contentlink:hover {
	text-decoration: none;
	color: #988000;
	font-weight:bold;
}

a.articlelink:link{
	color: #d8af2c;
	text-decoration: none;
	font-weight:bold;
}
a.articlelink:visited{
	color: #d8af2c;
	text-decoration: none;
	font-weight:bold;
}
a.articlelink:active{
	color: #d8af2c;
	text-decoration: none;
	font-weight:bold;
}
a.articlelink:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}

.articlecontainer {
	border: dashed 1px #999999;
	background: #666666;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	overflow:hidden;
	}
.readmore {
	float:right;
	}
.digg {float: right;
padding-left:5px;}
