@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	height:100%;
	font: 62.5%/1.5  "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color:#333;
	}
#wrapper {
	padding-top:10%;
	padding-left:240px;
	padding-right:240px;
	text-align:center;
}

h2 {
	border-bottom:2px solid #FF9900;
	font-size:3em;
	margin:20px 0 5px;
	}	

.left li {
	font-size:2em;
	float:left;
	width:175px;
	margin-right:5px;
	}

.footer {
	background-color: #f0f0f0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align:center;
	font-size:0.8em;
	width:100%;
	padding:10px 0;
}
.footer iframe {
	margin-bottom:10px;
}
h1 {
	border-bottom:5px solid #FF9900;
	font-size:5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-variant:small-caps;
	text-align:center;
	margin-bottom:10px;
	}
p {
	font-size:2em;
	text-align:center;
}
.left p, .left h1, .left ul, .left h2 {
	width:500px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	}
p.alignLeft {
	text-align:left;
	width:300px;
	margin:0 auto;
	}
form {
	text-align:center;
	}
input {
	font-size:2.5em;
	padding:3px 5px;
	}
.textField {
	background: url(../img/inputBg.gif) repeat-x;
	border:1px solid #C0C0C0;
	padding:5px;
	width:300px;
	}
.clear {
	clear:both;
	font-size:0;
	height:0;
	}
.noBullet {
	list-style:none;
	}
/*ADS*/
#adBottom {
	margin-top:60px;
	}
#skyleft, #skyright {
	border-left:1px solid #567;
	border-right:1px solid #567;
	background:#FFFFFF;
	position:absolute;
	top:0px;
	height:100%;
	
}
#skyleft {
	left:0;
	}
#skyright {
	right:0;
	}
#linktop {
	background:#eee;
	position:absolute;
	right:0;
	top:0;
	width:100%;
	text-align:center;
	padding-bottom:3px;
}