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%;
	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;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

td, th {
	font-size: 90%;
}
h1 {
	font-size: 150%;
	margin-bottom: 10px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background:#FFFFFF url('background.gif') repeat-x 0 100%;
	font:normal 12px Arial, Verdana, Tahoma;
	color:#767676;
}

a {
	text-decoration:none;
	color:#5FA9DF;
}

a:hover { color:#A0A0A0; }

#body-in {
	background:transparent url('body-in-bg.gif') repeat-x 0 0;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

/* header */
#header-top {
	height:36px;
	line-height:35px;
	text-transform:uppercase;
	font-size:11px;
	color:#6CB0E2;
}

#right-now {
	background-position:0 8px;
	height:36px;
	padding-left:23px;
	line-height:36px;
}

#header-tools {
	float:right;
	width:370px;
	height:36px;
}

#subcribe-form {
	margin:0;
	padding:0;
	background:transparent url('./images/subscribe-email-form.gif') no-repeat 0 0;
	float:left;
	width:219px;
	height:21px;
	border:1px solid #DBEAF5;
	position:relative;
	top:7px;
	left:110px;
}

#subcribe-form .input-text, #subcribe-form .input-submit, #subcribe-form label {
	border:medium none;
	background:transparent;
	position:absolute;
}

#subcribe-form label {
	left:-107px;
	top:-7px;
}

.input-text {
	left:2px;
	top:3px;
	width:199px;
	font-size:11px;
	color:#6AAFE2;
	text-transform:uppercase;
}

.input-submit {
	width:18px;
	height:22px;
	padding:0;
	right:0;
	top:0;
	cursor:pointer;
}

#header-content {
	height:101px;
	position: relative;
}

/* branding */
#branding { overflow:hidden; }

#page-menu {
	height:36px;
	margin-bottom:10px;
	overflow:hidden;
}

#page-menu ul li {
	display:inline;
}

#page-menu a,
#page-menu span {
	color:#FFFFFF;
	display:block;
	float:left;
	height:36px;
	line-height:36px;
	margin:0 18px;
}

#page-menu a:hover, #page-menu li.current_page_item a { color:#C1D7E8; }

/* container */
#container { margin-bottom:10px; }

/* content */
#content {
	float:left;
	width:552px;
}

/* footer */
#footer {
	height:39px;
	line-height:39px;
	overflow:hidden;
	margin-bottom:18px;
	color:#FFFFFF;
}

#footer a, #footer a:hover, #footer a:active {
	color:#FFFFFF;
}

.clear { clear:both; }

.clearleft { clear:left; }

#title {
	font-family: Verdana;
	font-weight: bold;
	font-size: 36px;
	color: silver;
	margin: 25px 0px;
}

label {
	width: 40px;
	float: left;
	margin: 4px 0px 0px 8px;
}

input, select {
	border: 1px solid silver;
	margin: 2px;
}

#sidebar {
	float:left;
	width: 400px;
	padding-left:7px;
}

#message {
	text-align: center;
}

#message p {
	margin: 10px;
}

#languages {
	position: absolute;
	right: 6px;
	bottom: 20px;
}
