/* CSS Document */

html {
	height: 100%;
	text-align: center;
}	

body {
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: 4d4d4f;
	letter-spacing: 2px;
	background: url(/images/bg.png) repeat-x left bottom;
}	

/*Standard Formats*/

body, div, dl, dt, dd, ul, li, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	margin: 10px 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

/*screensaver*/

#screensaver {
	width: 100%;
	clear: both;
	margin-bottom: 100px;
}

#screensaver img {
	display: block;
	margin: 160px auto 0;
	padding: 0;
}

#screensaver h1 {
	text-indent: -9999px;
}

#screensaver h4 {
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
}

#screensaver h4.boldedWeight {
	font-weight: bold;
}

#screensaver p {
	text-align: center;
}

#content {
	margin: 40px auto 0;
	width: 570px;
	height: auto;
	line-height: 22px;
}

#content a {
	text-decoration: none;
	color: #0033FF;
}

#content a:hover {
	text-decoration: underline;
	background-color: #FFFF00;
}

#content a.yellowHightlight:hover {
	display: inline;
	text-decoration: none;
	color: #0033FF;
	background-color: #FFFF00;
}

/*footer*/

#footer {
	height: 100px;
	width: 100%;
	clear: both;
}

#footer ul {
	margin: 10px 0 0;
	text-align: center;
}

#footer li {
	display: inline;
	list-style-type: none;
	list-style-position: outside;
	padding: 0 16px;
	background: transparent url(/images/ul-li.png) no-repeat scroll 0 1px;
	font-size: 13px;
}	

#footer li.firstChild {
	background: none;
}

