/* CSS Document */
html {
overflow: -moz-scrollbars-vertical;
}

body {
	background-color:#000000;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:24px;
}

#wrapper {
	margin:auto;
	width:697px;
}

#header {
	clear:both;
	height:104px;
}

#navigation {
	clear:both;
}

#content {
	clear:both;
	background-image:url(images/content_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	/*height:421px;*/
}

#copy {
	width:560px;
	margin:auto;
	padding-top:25px;
}

#footer {
	margin:auto;
	margin-bottom:3px;
	font-size:9px;
	letter-spacing:2px;
	color:#555555;
	text-align:center;
	clear:both;
	border-top:1px solid #333333;
}

a.footer {
	border-bottom:1px dashed #444444;
	text-decoration:none;
	color:#666666;
}

a:hover.footer {
	color:#999999;
}

a {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
}	

h5 {
	font-size:14px;
	color:#999999;
	letter-spacing:-1px;
}

ul {
	margin-left:15px;
	padding-left:15px;
    line-height:2;
    list-style-type:none;
}

ul	li {
		padding-left:12px;
		background:transparent url(images/li_bullet.gif) no-repeat;
		background-position:0 8px;
	}
	
.biggwishy {
	font-size:16px;
	font-weight:600;
}