
a:active
{
	color:#666666;
	text-decoration:none;
}

a:link
{
	color:#666666;
	text-decoration:none;
}


a:visited
{
	color:#666666;
	text-decoration:none;
}

a:hover
{
	color:#cccccc;
	text-decoration:none;
}

.body_link
{
	text-decoration:underline;
}
.main_wrapper
			{
				width:800px;
				height:100%;
				margin-left:auto;
				margin-right:auto;
				/*background:#cccccc;*/
				/*border-left:1px solid #666666;
				border-right:1px solid #666666;*/
				padding-left:25px;
				padding-right:25px;
				text-align: left;
			}
			
			.image_home
			{
				border:10px #333333 solid;
				-moz-border-radius: 10px;
   			 	-webkit-border-radius: 10px;
   			 	-khtml-border-radius: 10px;
  				 border-radius: 10px;
			}
			
			.content
			{
				font-family:verdana;
				font-size:11px;
				color:#666666;
				/*background:#cccccc;*/
			}
			.nav
			{
				font-family:verdana;
				font-size:12px;
				color:#666666;
			}
			body 
			{
				text-align:center;
  				background: #1A1B1F url('http://a3.twimg.com/a/1274144130/images/themes/theme9/bg.gif') fixed no-repeat;
			}
			.logo
			{
				font-size:28px;  
				font-weight:bold;
				padding-top:10px;
			}
			.button
			{
				padding:5px;
				border:1px solid #666666;
				font-size:11px;
				cursor:hand;
			}
			
			.button_on
			{
				padding:5px;
				border:1px solid #666666;
				font-size:11px;
				background-color:#333333;
				color:#cccccc;
			}
			.sidebar_text
			{
				color:#666666;
				font-family:verdana;
				font-size:10px;
			}