:focus { -moz-outline-style: none; outline: 0 none;}
* { margin:0px; padding:0px; }
img { border:none; }
a, a:visited { text-decoration: none; color: #3E606F;}
a:hover { text-decoration: none; color: #91AA9D; }
body {font-family: 'Lucida Grande', Verdana;	background-color: #FFF; color: #555;}
h1 {	text-align: center;	width: 100%; margin: auto; color: #555; font-weight:bold; border-width: 0px 0px 1px 0px; font-variant: small-caps;}
h2 {	color : #193441; margin-top: 10px; margin-bottom: 10px; }
h3 { text-align : center; }
p { font-size : 10pt; padding: 20px; text-align : justify; }

.input{
	height:23px;
	font-size:16px;
	width:500px;
	margin:5px;
	color:#777;
}

.button{
	border: 1px solid #3E606F;
	color:#555;
    background: #FFF;
    margin:5px;
    padding:10px;
    width:150px;
    cursor:pointer;
}

.button:hover{
	color: #000;
    background: #F2F2F2;
}

#cornerflip {
	position: relative;
}
#cornerflip img {
	width: 100px; height: 105px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#cornerflip .pub {
	width: 100px; height: 100px;
	position: absolute;
	right: 0; top: 0;
	background: url('images/corner_link.png') no-repeat right top;
	text-indent: -9999px;
}


.wrapper {
	width: 950px;
	margin:0 auto;
	text-align: center;
}

#header_left{
	width:260px;
	float:left;
	height:70px;
	margin-top:20px;
}

#beta{
	background: url('images/beta.png') no-repeat right top;
	width:70px;
	height:69px;
	float:left;
}

#header_right{
	width:690px;
	float:left;
	height:69px;
	margin-top:20px;
	border-bottom: 1px solid #CCC;
	text-align:right;
	line-height:16px;
}

#header_right .connection{
	padding-top:34px;
	font-size: 14px;
}

#description{
	text-align:left;
	height:34px;
	width:700px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

#choose_site{
	float:left;
	width:250px;
	height:34px;
	line-height:17px;
	font-size:12px;
	padding-top:15px;
	color: #333;
}

#menu{
}

#menu ul{
	list-style-type:none;
}

#menu ul li{
	float:left;
	width:20%;
	margin:20px 0;
}

#menu ul li a{
	color : #91AA9D; 
	margin-top: 10px; 
	margin-bottom: 10px;
	font-size:22px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:center;
}

#menu .active a{
	color : #193441;
}

#menu ul li a:hover{
	text-decoration: none; 
	color: #193441;
}

.top_menu{
	height:20px;
	float:left;
	margin-top:3px;
}

.top_menu a{
	 color:#39C;
}

.header{
	height:110px;
	padding-top:50px;
}

.content {
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #F8F8F8;
	text-align: center;
}

#config{
	width:700px;
	padding:20px;
	margin: 0 auto;
}

#config table{
	width:600px;	
	font-variant: small-caps;	
}


#config fieldset{
	padding:20px;
	text-align:center;
	border: 1px solid #CCC;
	background: #FFF;
	font-family:Arial;
	font-variant: small-caps;
	margin-bottom:20px;
}

#config .text_input{
	width:255px;
	padding-left:10px;
	background:#F8F8F8;
}

#config tr{
	width:600px;
}

#config td{
	text-align:right;
	width:275px;
	padding-right:15px;
}

#config tr{
	height: 36px;
	width:600px;
}

#backlinks table tbody tr{
	background: #FFF;
}

#slide{
	width:938px;
	display:block;
	overflow-x:hidden;
	position: relative;
}

#items{
	
	width:20000px;
	display:block;
}

#list{
	position: relative;
	width:20000px;
	list-style: none;
	display: block;
}

.element{

}

.content_top{	
	background: #FFF url(images/content_top.png) repeat-x top;
	height:15px;
}

.content_bottom{	
	background: #FFF url(images/content_bottomp.png) repeat-x top;
	height:15px;
	margin-bottom:25px;
}

.whois {
	font-size : 10pt;
	text-align : justify;
}

.footer{
	font-size : 10pt;
	text-align: center;
	width: 100%;
	margin: auto;
	margin-bottom:10px;
}
