@import url("reset.css");
@import url("typography.css");

body {
	background: #f2f2f2 url(/img/body.jpg) repeat-x top center;
	color: #000;
}

#wrapper {
	margin: 0 auto 20px;
	width: 802px;
}

#header {
	background: url(/img/header.jpg) no-repeat top center;
	height: 100px;
}

#header h1 {
	display: none;
}

#nav {
	background: url(/img/nav.png) no-repeat bottom center;
	height: 40px;
}

#nav ul {
	display: block;
	margin: 0;
}

#nav li {
	float: left;
	line-height: 40px;
	padding: 0 0 0 5px;
}

#nav li a {
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 0 15px 0 10px;
	text-decoration: none;
}

#home li.home, #profile li.profile, #siyabonga li.siyabonga, #stock li.stock, #contact li.contact {
	background: url(/img/nav_current.png) bottom left repeat-x;
}

#home li.home a, #profile li.profile a, #siyabonga li.siyabonga a, #stock li.stock a, #contact li.contact a {
	background: url(/img/nav_current.png) top right repeat-x;
}

#content {
	background-color: #fff;
	border: 1px solid #ccc;
	border-width: 0 1px;
	line-height: 1.8;
	margin: 0 auto;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 30px 40px;
}

#content h2, #content h3 {
	color: #000099;
}

#content img.left {
	float: left;
	margin: 5px 20px 20px 0;
}

#content img.right {
	float: right;
	margin: 5px 0 20px 20px;
}

#content table td, #content table th {
	padding: 3px 5px;
}

#content table .odd td, #content table .even td, #content table th {
	border-bottom: 1px solid #ccc;
}

#content table .odd td {
	background-color: #f2f2f2;
}

#content table .even td {
	background-color: #fff;
}

#content table th {
	padding-top: 23px;
	text-align: left;
}

#content table .format, #content table .time {
	text-align: center;
	white-space: nowrap;
}

#footer {
	background: url(/img/footer.png) no-repeat top center;
	font-size: 0.84em;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

