/* Predefined html tags */
* { margin: 0; padding: 0; }
body {
	font: normal 100% Times, Serif;
	text-align: center;
	color: #aca89b;
	background-color: #000;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
img { border: none; }
ul { display: inline; list-style: none; }
li { display: inline; list-style: none; }
a {
	text-decoration: none;
	color: #fff;
}
a:hover { color: #fff; text-decoration: underline; }
p { line-height: 1.5; }

.inputbox, textarea {
	padding: .1em .2em;
	border: 1px solid #AAA;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font: normal .95em Tahoma, Verdana;
}

br { clear: both; }
table {
	border-collapse: collapse;
	margin: 5px;
}

/* Body */
#main-container {
	width: 650px;
	padding-top: 50px;
	margin: 0 auto;
	text-align: left;
}

#main-container div {
	width: 650px;
}