body {
	background: url('../images/bg.gif');
	background-repeat: repeat-x;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1 {
	display: inline;
	font-size: 1em;
	z-index: 1;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: -5px;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	display: inline;
}

h3 {
	font-size: 1.2em;
	display: inline;
}

img {
	vertical-align: middle;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #cc6666;
	border: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	height: 100%;
	margin: 0 auto 0 auto;
	width: 917px;
	padding: 0px;
	font-family: helvetica,tahoma,sans-serif;
	font-size: 72.5%;
}

#header {
	background: url('../images/header.gif');
	background-repeat: no-repeat;
	height: 119px;
	width: 917px;
	margin-top: 15px;
	padding-bottom: 25px;
}

#content-top {
	position: absolute;
	width: 917px;
	height: 20px;
	margin-top: 25px;
	background: url('../images/content-top.png');
}

#content {
	position: relative;
	width: 887px;
	background: url('../images/content.png');
	background-repeat: repeat-y;
	margin-top: 43px;
	padding-left: 15px;
	padding-right: 15px;
	height: 100%;
}

#cleft {
	float: left;
	width: 140px;
	padding-left: 5px;
	line-height: 17px;
	height: 100%;
}

#cright {
	float: right;
	padding-left: 25px;
	width: 700px;
	height: 100%;
	border-left: 1px #ccc solid;
}

#register {
	position: relative;
	width: 300px;
	border-left: #000 1px solid;
	margin-left: -10px;
	padding-left: 10px;
}

#clear {
	clear: both;
}
	
#content-bottom {
	position: relative;
	width: 917px;
	height: 16px;
	background: url('../images/content-bottom.png') no-repeat;
}

#nav {
	position: absolute;
	z-index: 1;
	left: 55px;
	height: 31px;
	width: 917px;
	margin-top: 4px;
}

#nav a {
	text-decoration: none;
}

a#upload {
	position: absolute;
	background: url('../images/upload.png');
	background-position: 0px 0;
	height: 33px;
	width: 161px;
}

a#upload:hover {
	background-position: 0px 0;
}

a#stuff {
	display: block;
	position: absolute;
	left: 161px;
	background: url('../images/stuff.png');
	background-position: -161px 0;
	height: 33px;
	width: 161px;
}

a#stuff:hover {
	background-position: -488px 0;
}

a#about {
	display: block;
	position: absolute;
	left: 322px;
	background: url('../images/about.png');
	background-position: -322px 0;
	height: 33px;
	width: 161px;
}

a#about:hover {
	background-position: 488px 0;
}

#footer {
	background: url('../images/footer.png');
	background-repeat: no-repeat;
	position: relative;
	width: 877px;
	height: 10px;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.mainup {
	padding-left: 25px;
}

#what {
	height: 130px;
	width: 200px;
	padding-right: 10px;
	float: left;
	border-right: 1px #ccc solid;
}

#why {
	height: 130px;
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

#is {
	height: 130px;
	width: 200px;
	float: left;
	padding-left: 20px;
	border-left: 1px #ccc solid;
}

.box {
	line-height: 3em;
}

label {
	font-weight: bold;
	font-size: 1em;
}

.tbox {
	width: 120px;
}

.error {
	font-color: red;
}

.aligned {
	vertical-align: middle;
}

#listing {
	width: 680px;
}

#listing img {
	vertical-align: middle;
}

#listing p {
	display: inline;
	vertical-align: middle;
	line-height: 20px;
}

.b {
	background: #ffcccc;
	height: 20px;
}

.w {
	background: #fff;
	height: 20px;
}

.left { float: left; }
