/* CSS Document */
/**
{		
	ul { list-style-type: none;}
}*/
img
{
	text-decoration:none;
	border:0px;
}
img a
{
	border:0px;
	text-decoration:none;
}
#container
{	width:960px;
	padding:0;
	margin:0 auto;
}

#top_top

{
	height:60px;
	width:960px;
}

#top
{
	width:960px;
	height:81px;
	margin:0 auto;
	background-image:url(images/backgroundimage.jpg);
	background-repeat:repeat-x;
	margin-top:10px;
}


#top_left
{

	float:left;
	width:100px;
	height:81px;

}

#top_right
{
	float:right;
	width:860px;
	height:81px;
}

ul#menu 
{
/*	width:100%;*/
	height:102px;
	list-style:none;
	margin:0;
	float:right;
/*	padding:0;
	padding-left:20%;*/
}

ul#menu li
{
float:left;
}

ul#menu li a {
background:url(images/menu.png) no-repeat scroll top left;
display:block;
height:81px;
position:relative;
}

ul#menu li a.home {
width:160px;
}
ul#menu li a.profile 
{
width:160px;
background-position:-160px 0px;
}

ul#menu li a.post 
{
width:160px;
background-position:-318px 0px;
}

ul#menu li a.vote
{
width:157px;
background-position:-477px 0px;
}
ul#menu li a span {
background:url(images/menu.png) no-repeat scroll bottom left;
display:block;
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
z-index:100;
}

ul#menu li a.home span {
background-position:0px -81px;
}
ul#menu li a.profile span {
background-position:-159px -81px;
}
ul#menu li a.post span {
background-position:-318px -81px;
}
ul#menu li a.vote span {
background-position:-477px -81px;
}

ul#menu li a span:hover {
cursor:pointer;
}
#middle
{
	height:420px;
	width:100%;
	margin:0 auto;
	text-align:center;
}

#slider1 {
    width: 960px; /* important to be same as image width */
    height: 477px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0 auto;
}

#slider1Content {
    width:960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin:0 auto;
	margin-left:-40px;
/*	margin-left: 0;*/
}
.slider1Image {
    float: left;
/*    position: relative;*/
	display: none;
	margin:0 auto;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
ul { list-style-type: none;}

#bottom
{
	height:100%;
	width:100%;
	float:left;
}

#bottom_left
{
	width:62%;
	height:100%;
	float:left;
	background-color:#f7f7f7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:20px;
	margin:0 auto;
	margin-top:-15px;
	
		
}

#bottom_left_image img
{
	margin-left:20px;
	padding-top:20px;
}

.heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px; 
	margin-left:27px; 
}

#text
{
	margin:10px 30px 30px;
	text-align:justify;
}
#bottom_right
{
	width:360px;
	height:700px;
	float:right;
	background-color:#f7f7f7;
	margin-top:-15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
}

#bottom_right_image img
{
	margin-left:15px;
	padding-top:20px;
}

.latest
{
margin-left:20px;
}

.latest a
{
	text-decoration:none;
	color:#006600;
}

.latest a:hover
{
	text-decoration:underline;
}

#footer
{
	width:100%;
	height:45px;
	float:right;
	background-color:#d1d1d1;
}

#footer_left
{	float:left;
	margin-top: 18px;
	margin-left:30px;	
	width:250px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
	
#footer_left img
{
	display:inline;
	float:right;
	margin-top:-15px;
	
}
#footer_right
{	float:right;
	width:600px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin-top:18px;
	margin-right:10px;
}
		
#footer_right a
{
	text-decoration:none;
	color:#333333;
	font-size:12px;
	
}
