#main 
	{ 
		width:840px;
		height:auto;
		border:solid 1px #333333;
		margin:0px auto;
		padding:0px;
                background-color:#ffffff;
font-family:verdana;
	}
	
 a.mainlink:visited {color:red}
 a.mainlink:link    {color:red}
a.mainlink:hover   {color:black} 
.body
	{
		background-color:#ededed;
	}

.content
	{
		float:top;
	}
.socialshare
	{
		width:150px;
		height:40px;
		float:left;
		display:block;
	}
.socialvote
        
        { width:380px;
height:160px;
float:right;
        }

.tagsmain
	{ 
		width: 420px;
		
		float:right;
display:block;
		
	}
.logo
	{	padding-top:0px;
		width:400px;
		height:170px;
		float:left;
border:0px;
		
	}
	
.promotext
	{
		width:400px;
		
		float:left;
padding-left:20px;

margin:4px;


	}
.leftcolumn
	{
		width:400px;
		float:left;
	}
.rightcolumn
	{ 
		width:440px; 
		float:left;
	}



.blogs
	{display:block;
		float:right;
	}
	

.footer
	{ 
		width: 800px;
		height:100px;
display:inline-block;
float:left;

		
	}
.underlinemenu
	{
		font-weight: bold;
		font-family:Arial, Helvetica, sans-serif;
		width: 800px;
		height:40px;
		float:left;
		
		background-color:#ededed;
margin-left:0px;
	}

.underlinemenu ul{
padding: 6px 0px 10px 30px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 2px dashed gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;color: #000000;
}







ul.tags {
	margin-top: 10px;
	list-style-type: none;
font-size:14px;
font-family:arial, helvetica;
}


ul.tags li a {
	text-decoration: none;
	line-height: 2.3em;
}

ul.tags li a.size2 {
	color: #912600;
	padding: 4px;
float: left;
}
	ul li a.size2:hover {
		background-color: #d42021;
		color: white;
	}


