* {
	padding:0;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	margin:0;
	z-index:1;
}


body {
	
	line-height:17px;
}

a {
	color:inherit;
	text-decoration:none;	
}

#main #left #body a {
	color:#3FA4D5;
}

#main #left #body a {
	color:#3FA4D5;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

li {
	list-style:none;
}


#wrapper {
	width:798px;
	margin-left:auto;
	margin-right:auto;
}

.left {
	float:left;
	margin-right:10px;
}

.right {
	float:right;
	margin-left:10px;
}

.spacer {
	float:none;
	clear:none;
	width:100%;
	z-index:0;
	//width:;
}

.spacerSpecial {
	float:none;
	clear:both;
	width:100%;
	z-index:0;
}

#left {
	width:586px;
}

.white {
	color:#FFF;
}

.black {
	color:#000;
}

#main {
	border:1px solid #c4c3c3;
	border-top:none;
	padding:12px;
	font-size:11px;
	position:relative;
	min-height:640px;
	display:block;
}

#body li {
	list-style:disc;
	margin-left:20px;
}

#main #right {
	width:175px;	
}

.advert {
	width:175px;
	margin-bottom:10px;
}

#mainRight #clock {
	border-bottom:1px solid #FFF;
	text-align:center;
	padding:10px;
	height:35px;
}


#mainRight {
	background:#3FA4D5;
	position:relative;
	margin-bottom:10px;
}

#mainRight #keyboard {
	border-top:2px solid #FFF;
	width:100%;
}

#mainRight p {
	font-size:11px;
	margin-bottom:48px;
}

#mainRight a {
	border-bottom:2px solid #79c7e6;
	color:#FFF;
}

#mainRight a:hover {
	border-bottom:2px solid #FFF;
}

.padding {
	padding:10px;
}

.tr, .tl, .bl, .br {
	position:absolute;
	z-index:100;
	width:11px;
	height:11px;
}

.tl {
	background:url(../images/tl.png);
	top:0px;
	left:0px;
}

.tr {
	background:url(../images/tr.png);
	top:0px;
	right:0px;
}

.bl {
	background:url(../images/bl.png);
	bottom:0px;
	left:0px;
}

.br {
	bottom:0px;
	right:0px;
	background:url(../images/br.png);
}

.topBox {
	background:#3FA4D5;
	width:139px;
	color:#FFF;
	font-size:11px;
	line-height:17px;
	position:relative;
	
}

.topBox H2 {
	text-align:right;
	font-size:20px;
	padding:10px;
	height:35px;
	border-bottom:1px solid #FFF;
}

.topBox a {
	border-bottom:2px solid #79c7e6;
	color:#FFF;
}

.topBox a:hover {
	border-bottom:2px solid #FFF;
	text-decoration:none;
}

#bl_main {
	position:absolute;
	width:8px;
	height:8px;
	bottom:-1px;
	left:-1px;
	z-index:100;
	background:url(../images/bl_main.png);
}

#br_main {
	position:absolute;
	width:8px;
	height:8px;
	bottom:-1px;
	right:-1px;
	z-index:100;
	background:url(../images/br_main.png);
}

#permissions, #address {
	font-size:11px;
	font-weight:bold;
	color:#c4c3c3;
	text-align:right;
	padding:15px;
}


#permissions a, #address a {

}

#permissions a:hover, #address a:hover {
	color:#3FA4D5;
}

#address {
	padding-bottom:0px;
}

p .author {
	color:#3FA4D5 !important;
}

#keyboard {
	//position:relative;
	//bottom:-3px;
}