html {
	height: 100%;
}

body {
	font-family: Lucida Grande;
	font-size: 12px;
	color: #ddd;
	background-color: #eeeeee;
	width: 720px;
	height: 100%;
	margin: 0 auto;
	padding: 0 1px;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px;
}

#column {
	height: 100%;
	background-color: #151515;
}

#title {
	background-color: #202020;
	height: 50px;
	position: relative;
}

h1, h2 {
	margin: 0;
	padding: 5px;
	position: absolute;
	bottom: 0;
}

h1 {
	float: left;
	text-align: left;
	font-size: 28px;
	left; 0;
}

h2 {
	float: right;
	text-align: right;
	font-size: 14px;
	color: #505050;
	right: 0;
}

h3 {
	font-size: 18px;
}

a:link, a:visited {
	color: #eee;
	text-decoration: underline;
}

a:hover > span.flick {
	color: #0063dc;
}

a:hover > span.r {
	color: #ff0084;
}

#toolbarwrap {
	width: 720px;
	height: 43px;
	padding: 0;
	background: #101010 url(images/header.gif) repeat-x 0 0;
	border-bottom: 1px solid #fff;

}

ul.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.nav p {
	margin: 0;
}

ul.nav li {
	float: left;
	padding: 0 0 0 25px;
}

ul.nav li a, ul.nav li p {
	float: left;
	line-height: 38px;
	border-top: 5px solid #202020;
	color: #707070;
	text-decoration: none;
}

ul.nav li a:hover {
	border-top: 5px solid #606060;
	color: #BCBCBC;
}

ul.nav li.active a {
	color: #FFFFFF;
}

#scr {
	width: 720px;
	overflow: auto;
	height: 580px;
}

#content {
	width: 7200px;
}

.section {
	width: 720px;
	float: left;
	padding: 0px;
	text-align: center;
	background-color: #151515;
	padding-top: 20px;
}

#a-pane p {
	font-size: 14px;
	margin: 15px 10px;
	text-align: left;
}

.thumb {
	float: left;
	padding: 0px;
	border: 0px solid #333;
	margin: 10px;
}

.thumb:hover {
	border-color: #666;
}

#footer {
	text-align: center;
	color: #404040;
}
