body {
	background: rgb(53,09,06) url(images/bg-tile.png) repeat;
	
	color: rgb(255, 255, 255);
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	margin: 0px;
}

/* LINKS */
a:link, a:visited {
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: rgb(255, 100, 0);
	font-weight: bold;
}

/* TABLE */

table#page {
	
}

table#page tr td {
	background: url(images/page-spacer.png) repeat-y scroll center center;
	padding: 20px 40px;
}

table#page tr td#page-header {
	padding: 0px;
	background: url(images/page-header.png) no-repeat scroll center center;
	height: 100px;
}

table#page tr td#nav-bar {
	padding: 0px;
	background: url(images/nav-bar.png) no-repeat scroll center center;
	height: 25px;
	
	padding: 0px 40px;
	
	color: rgb(255, 255, 255);
	font-size: 11px;
	font-family: Verdana, Arial, Sans-serif;
}

table#page tr td#page-footer {
	padding: 0px;
	background: url(images/page-footer.png) no-repeat scroll center center;
	height: 50px;
	
	text-align: center;
	font-size: 10px;
	color: rgb(180, 180, 180);
}

table#form {
	margin: 10px;
}

table#form tr td {
	padding: 5px 5px;
}
/* MISC */

.success-text {
	color: rgb(100, 255, 150);
	font-weight: bold;
	text-align: center;
	margin: 10px;
}

span.subHeading {
	font-size: 12px;
	font-weight: bold;
	color: rgb(255, 100, 0);
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: rgb(255, 100, 0);
	border-bottom: 1px solid rgb(100, 10, 0);
}

span.caption {
	font-size: 14px;
	font-weight: bold;
}

span.link {
	font-size: 13px;
	font-weight: normal;
}