body {
	background:url("../images/body-bg.jpg") no-repeat scroll 0 0 transparent; 
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	color: #000;
}

#container
{
	margin:0px auto;
	width:500px;
	
}

#header
{
	margin: 0;
	padding: 0;
}

#header h1 { margin: 0; }

#news-container
{
	position: relative;
	float: right;
	height: 483px;
	width: 453px;
	background:url("../images/news-bg.png") no-repeat scroll 0 0 transparent;
	top: -240px; 
	margin-right:20px;
}

#news
{
	height: 483px;
	margin:0 30px;
	padding: 60px 0;	
}

div.clickable {
    position: absolute;
}
/* a.divclick:link, a.divclick:visited, a.divclick:active, a.divclick:hover { */
a.fb-click {
	display:block;
	height:30px;
	text-decoration:none;
	width:35px;
	position: absolute;
	top: 180px;
	left: 240px;
}
a.rss-click {
	display:block;
	height:32px;
	left:200px;
	position:absolute;
	text-decoration:none;
	top:180px;
	width:32px;
}
a.twitter-click {
	display:block;
	height:32px;
	left:280px;
	position:absolute;
	text-decoration:none;
	top:180px;
	width:32px;
}
a.stumble-click { 
    display:block;
    height:32px;
    text-decoration:none;
    width:32px;
    position: absolute;
    top: 180px;
    left: 280px;
}
a.signup { 
    display:block;
    height:15px;
    left:80px;
    position:absolute;
    text-decoration:none;
    top:200px;
    width:38px;
}
a.login {
	display:block;
	height:59px;
	text-decoration:none;
	width:125px;
	position: absolute;
	top: 164px;
	left: 26px;
}
a.logo { 
    display:block;
    height:141px;
    text-decoration:none;
    width:381px;
    position: absolute;
    top: -140px;

}
a.enter {
	display:block;
	height:83px;
	left:437px;
	position:absolute;
	text-decoration:none;
	top:-101px;
	width:417px;
}
a.contact-us {
	display:block;
	height:60px;
	text-decoration:none;
	width:90px;
	position: absolute;
	top: -83px;
	left: 172px;
	z-index: 5;
}
.post {
	float: left;
	width: 380px;
}

.post img {
	float: left;
	margin: 0 10px 0 0;
}
.post strong {
	color: #E78100;
	font-family: Georgia;
	font-size: 18px;
}

div.hr {
	height: 34px;
	background: transparent url("../images/news-divider.png") no-repeat scroll left top;
	margin: 25px 0 0;
}
div.hr hr {
  display: none;
}

#scroller {
	width: 400px;
}
.scroll-pane {
	width: 380px;
	height: 385px;
	overflow: auto;
	float: left;
}

#video {
	width: 336px;
	height: 250px;
	float: left;
	margin: 105px 0 0 50px;
}

#navigate {
	background:url("../images/navigate.png") no-repeat scroll 0 0 transparent; 
	width: 345px;
	height: 239px;
	position: relative;
	top: 255px;
	margin-left: 5px;
}

*html #navigate {
	left: -350px;
}

#content-container
{
	float: left;
	height: 600px;/*	background: #fff url(/wp-content/uploads/layout-two-fixed-background.gif) repeat-y 100% 0;*/
	margin:0px auto;
	width:500px;


}

#content
{
	background-image:url(../images/maincontent_bg.png);
	width: 410px;
	height:660px;
	margin: 0 0 0 0;
	background-repeat: no-repeat;
}

#content h2 { margin: 0; }

#aside
{
	float: right;
	width: 240px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
}

#aside h3 { margin: 0; }

#footer
{
	text-align: center;
	height: 1%;
	padding-top:725px;
	margin-left:-85px;
}

#buttons
{
	
	
}

