html {
	height:100%;
}
body {
	min-height:100%;
	margin:0;
	color:#898989;
	font:12px Arial, Helvetica, sans-serif;
	background: #EAF4F8 url('../../v3/general/backgrounds/body.png') repeat-x left top;
}
* html body {height:100%;}
img {
	border-style:none;
}
a {
	color:#0F3FF3;
	outline:none;
}
a:hover {
	text-decoration:none;
}

input, textarea, select {
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}

#wrapper {
	position:relative;
	z-index:1;
	width:912px;
	margin:0 auto;
}

/* header */
#header {
	margin: 0 16px 32px;
    overflow: hidden;
}

#registrar {
	float: right;
	text-align: center;
	height: 90px;
	padding-top: 22px;
}

#registrar p {
	margin: 10px;
	color: #fff;
}

#registrar a {
	text-decoration:underline;
	color: #fff;
}

#header:after {
	content:"";
	display:block;
	clear:both;
}
.logo {
	font-size: 40px;
    font-weight: normal;
	float: left;
	margin: 30px 0 0 10px;
}
.logo a {
    color: #fff;
	position:relative;
	text-decoration: none;
	margin-top: 5px;
}

#sidebar {
	float: right;
	width: 250px;
	margin: 22px 0 0 0;
}

#sidebar a {
	color: #4bb2df;
	font-size: 20px;
}

#sidebar #related,
#sidebar .relatedTermsList {
    display: inline-block;
    margin: 0 0 14px 2px;
    font-weight: normal;
    font-size: 18px;
}
#sidebar #related a,
#sidebar .relatedTermsList a {
    color:#909090;
    text-decoration: none;
    font-style: normal;
    font-size: 18px;
}

#sidebar ul {
	height:1%;
	margin: 0 0 17px 2px;
	position:relative;
    overflow: hidden;
    padding: 0;
}

#sidebar ul:after {
	content:"";
	display:block;
	clear:both;
}

#sidebar ul li {
	margin-bottom: 10px;
	font-size: 11pt;	
}

#sidebar li a:hover {
	text-decoration: underline;
	color: #E52B72;
}

/* main */
#main {
	height:1%;
	overflow:hidden;
	position:relative;
}

#twoclick #main {
	background: url('images/arrows.png') no-repeat center top;
	height: 300px;
}

#tc_holder {
	margin: 33px 0 0 120px;
}

.content {
	width: 650px;
	position:relative;
	float: left;
}

#ads {
	width: 640px;
	float: left;
	min-height: 425px;
}

#oneclick #form {
	width: 250px;
	float: right;
	margin-top: 20px;
}

#twoclick #form {
	width: 300px;
	margin: 0 auto;
}

/* footer */

#footer {
	height:1%;
	overflow:hidden;
	position:relative;
    width:685px;
	margin: 20px auto 30px;
	text-align: center;
}
#footer p { margin: 0; }
#footer a, #footer a:hover {
	text-decoration: none;
	color: #898989;
}

#twoclick #footer {
	width: 612px;
}

.content ul a {
	text-decoration:none;
	font-size: 12pt;
}

#twoclick .content ul a {
	font-size: 14pt;
}

.content ul li:before {
	content:"\2794";
	color: #0F3FF3;
	margin-right: 10px;
}

#claim {
	margin: 15px 0 0 270px;
}

#logo {
	margin:0 70px 0 5px;
	position: absolute;
}

#renew {
	position: absolute;
	margin-top: 90px;
	left: 23px;
	color: #fff;
	font-size: 24px;
}