﻿html, body, form {
	margin: 0;
	padding: 0;
}
body {
	background-color: #272626;
	font-family: Arial, sans-serif;
}
h1 {
	font: 600 14px Verdana, sans-serif;
	color: #000;
	border: solid 1px #bababa;
	margin: 10px 0 0;
	padding: 3px 10px 6px;
}
h1.extra {
	margin-top: 25px;
}
p {
	color: #666;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0;
}
a {
	color: #02b0fc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
label, .textinput {
	font: 600 14px Verdana, sans-serif;
	color: #000;
}
.textinput {
	background-color: #eee;
	border: solid 1px #aeaeae;
	padding: 3px 3px 4px;
	color: #878686;
}
.container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#header {
	height: 51px;
	overflow: hidden;
	background: #fff url(images/navigation_tabs/gradient.png) repeat-x;
}
#header .container {
	height: 51px;
}
#content {
	padding: 10px 0 20px;
	background-color: #fff;
}
#footer {
	padding: 40px 0;
	color: #999;
	font-size: 12px;
}
#logo {
	float: left;
	width: 56px;
	height: 29px;
	margin-top: 11px;
	overflow: hidden;
}
#logo a {
	display: block;
	height: 29px;
	background-position: left top;
	text-decoration: none;
	background-image: url(images/logo/logo.png);
}
#logo a:hover {
	background-position: left bottom;
}
#navtabs {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 51px;
	list-style: none;
}
#navtabs li {
	float: right;
	width: 56px;
	height: 51px;
	padding-left: 3px;
}
#navtabs a {
	display: block;
	height: 51px;
	background-position: left top;
	text-decoration: none;
}
#navtabs a.selected, #navtabs a:hover {
	background-position: left bottom;
}
a.tgal {
	background-image: url(images/navigation_tabs/gallery.png);
}
a.tsub {
	background-image: url(images/navigation_tabs/submit.png);
}
a.tart {
	background-image: url(images/navigation_tabs/artists.png);
}
a.tdis {
	background-image: url(images/navigation_tabs/discuss.png);
}
a.tcri {
	background-image: url(images/navigation_tabs/critique.png);
}
a.thom {
	background-image: url(images/navigation_tabs/myhome.png);
}
#navtabs li.tsig {
	width: 97px;
}
a.tsig {
	background-image: url(images/navigation_tabs/signup.png);
}
#header em {
	visibility: hidden;
}
#left {
	float: left;
	width: 283px;
	overflow: hidden;
}
#right {
	float: right;
	width: 575px;
	overflow: hidden;
}
#sponsors img {
	margin-top: 10px;
}
#footer .container {
	position: relative;
	padding: 25px;
	background-color: #363636;
}
#footer div.fmain {
	margin-right: 595px;
	line-height: 18px;
}
#footer div.fpara {
	margin-top: 20px;
}
#footer div.fpara span {
	color: #02b0fc;
}
#footer div.fhead {
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
}
#footer div.flinks {
	float: right;
	width: 140px;
	margin-left: 50px;
}
#footer div.flinks div {
	margin-bottom: 10px;
}
#footer div.flinks div.fhead {
	margin-bottom: 20px;
}
#footer div.flinks a {
	font-weight: bold;
	text-decoration: underline;
	color: #ccc;
}
#footer div.cr {
	position: absolute;
	bottom: 12px;
	right: 12px;
}
