/*Set everything to nothing!*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #333333;

	margin: 0px auto;
	text-align: center;
	font-family: verdana;
	font-size: 14px;
	
	line-height: 22px;
}

.wrapper {
	width: 824px;
	margin: 0px auto;
	text-align: center;
}

.contentBanner {
	background: url(images/content.png);

	width: 800px;
	padding: 12px;
	padding-top: 0px;

	float: left;
}

/*The banner. :D*/
.banner {
	background: url(images/banner.png) #333333;
	width: 800px;
	height: 200px;
	float: left;
	margin: 0px auto;
	
	border-bottom: 1px solid #333333;
}

.banner IMG { margin: 0px; padding: 0px; }

/*navigation! yea!*/
.navigation {
	background: url(images/navigation.png);
	width: 780px;
	height: 40px;
	float: left;
	
	margin-top: -6px;
	padding-top: 0px;
	
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 18px;
}

/*make the list have no style type*/
.navigation ul {
	float: left;
	display: inline;
	margin-left: 50px;
	list-style-type: none;
}

/*make it list in a row... and some other stuff*/
.navigation ul li {
	float: left;
	display: inline;
	
	margin-top: 10px;
	
	height: 24px;
	
	padding-right: 15px;
	padding-left: 15px;
}

/*change the general look of the navigation links*/
.navigation ul li:hover { border-bottom: 1px solid #e9f0d6; }
.navigation a { color: #F2F2F2; text-decoration: none; }
.navigation ul li:hover a { color: #e9f0d6; text-decoration: none; }
.navigation ul li:hover a:hover { color: #e9f0d6; text-decoration: none; }

/*Alrighty! Done navigation.*./

/*Content time!*/
.content {
	background: url(images/content.png);

	width: 776px;
	padding: 24px;
	
	float: left;
}

.left {
	width: 200px;
	float: left;
	display: inline;
	text-align: left;
}

.right {
	width: 540px;
	float: right;
	display: inline;
	text-align: left;
}

.full {
	width: 760px;
	float: left;
	margin-left: 10px;
	display: inline;
	text-align: left;
}

h2 {
	color: #7a4026;
	font-size: 18px;
	width: 100%;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 2px solid #a65835;
}

h3 {
	color: #a65835;
	font-size: 16px;
}
h4 {
	font-size: 12px;
	font-style: italic;
}

	
/*footer*/
.footer {
	background: url(images/footer.png);
	width: 776px;
	padding-left: 24px;
	padding-right: 24px;
	height: 95px;
	padding-top: 5px;
	
	float: left;
	
	color: #F2F2F2;
	
	text-align: right;
}

td { padding: 5px; }

a { color: #666633; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

.vendors { font-size: 14px; line-height: 22px; }

.admin { text-align: right; width: 800px; }
.admin a { color: #F2F2F2; }
.admin a:hover { color: #000; }

.adminButton {
	padding: 10px;
	margin: 10px;
	border: 4px solid #d5d5d5;
	width: 40%;
	float: left;
	display: inline;
}

.adminButton:hover {
	border: 4px solid #000;
}

.form, .error, .success {
	border: 1px dashed #333333;
	padding: 20px;
	margin: 10px;
}

.error {
	margin-bottom: 20px;
	border: 1px dashed #ff6666;
}

.error h2 {
	color: #ff6666;
	border: 0px;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.success {
	margin-bottom: 20px;
	border: 1px dashed #99cc66;
}

.success h2 {
	color: #99cc66;
	border: 0px;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}