body {
	font-family:Arial;
	font-size:12px;
	color:#fff;
	background-color:#464646;
	background-image:url("site-background.gif");
	background-repeat:repeat-x;
	margin:0;
	line-height:18px;
}

form {
	display:inline;
}

a, a:hover, a:visited {
	color:#fff;
	text-decoration:none;
}

input, textarea {
	background-color:#fff;
	padding:5px;
	border:0;	
	margin:0;
	overflow:hidden;	
}

h1 {
	font-size:23px;
	font-weight:normal;
	color:#450056;
	margin:0;
}

#search-button {
	padding:0;
	margin:0 0 5px 0;
	vertical-align:middle;
}

#search-input {
	width:150px;
	height:16px;
}

#top-bar {
	width:100%;
	height:49px;
	background-image:url("top-bar-background.gif");
	background-repeat:repeat-x;
	margin:auto;
	line-height:49px;
}

.container {
	width:823px;
	margin:auto;
}

#search-box {
	float:right;
}

#bar-2 {
	width:100%;
	height:92px;
	background-image:url("bar-2-background.gif");
	background-repeat:repeat-x;	
}

#tab-bar {
	float:left;
	height:33px;
	margin-top:59px;
}

#stats-box {
	float:left;
	font-size:11px;
	color:#fff;
}


.nav-tab {
	display:block;
	float:left;
	width:92px;
	height:33px;
	font-size:11px;
	background-image:url("nav-tab.gif");
	background-repeat:no-repeat;
	margin-right:1px;
	line-height:33px;
	text-align:center;
}

.nav-tab a {
	display:block;
	color:#fff;
	text-decoration:none;
}

#logo {
	float:right;
	width:238px;
	height:92px;
	background-image:url("logo.gif");
	background-repeat:no-repeat;
}

#ad-block {
	width:823px;
	height:120px;
	background-image:url("ad-block.gif");
	background-repeat:no-repeat;
	margin:auto;
	padding:15px 0 0 0;
	text-align:center;
	line-height:120px;
}

#main-purple {
	width:100%;
	background-color:#7f3292;
	padding:20px 0 0 0;
}

#third-bar {
	width:100%;
	height:30px;
	background-image:url("third-bar-background.gif");
	background-repeat:repeat-x;
}

#copyright {
	float:right;
	width:179px;
	height:30px;
	font-weight:bold;
	color:#450056;
	background-image:url("copyright.gif");
	background-repeat:no-repeat;
	line-height:30px;
	text-align:center;
}

#fourth-bar {
	width:100%;
	height:88px;
	background-image:url("fourth-bar-background.gif");
	background-repeat:repeat-x;
}

#left-nav {
	float:left;
	width:185px;
	margin:20px 20px 0 0;
}

#main-area {
	float:right;
	width:618px;
}

.nav-header {
	width:185px;
	height:30px;
	font-weight:bold;
	color:#450056;	
	background-image:url("nav-header.gif");
	background-repeat:no-repeat;
	line-height:30px;
}

.nav-content {
	width:165px;
	background-color:#450056;
	padding:10px;
}

.nav-footer {
	width:185px;
	height:20px;
	background-image:url("nav-footer.gif");
	background-repeat:no-repeat;
	margin-bottom:20px;
}

.main-content-top {
	width:618px;
	height:20px;
	background-image:url("main-content-top.gif");
	background-repeat:no-repeat;
	margin-top:20px;
}

.main-content-middle {
	width:578px;
	color:#450056;
	background-color:#fff;
	padding:0 20px 0 20px;
}

.main-content-middle a {
	color:#450056;
}

.main-content-bottom {
	width:618px;
	height:20px;
	background-image:url("main-content-bottom.gif");
	background-repeat:no-repeat;
	margin-bottom:20px;	
}

.purple-button {
	font-family:Arial;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	border:0;
	background-color:#7F3292;
	padding:0.4em;
	outline:none;
}

.white-input {
	color:#333;
	border:1px solid #ccc;
}

label {
	float:left;
	width:100px;
	display:block;
	padding:0 20px 0 0;
	line-height:25px;
	margin:0 0 10px 0;
}

.login-submit {
	font-family:Arial;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	border:0;
	background-color:#7F3292;
	padding:0.4em;
	outline:none;
}

.login-input {
	width:110px;
	border:0;
}

.note-box {
	width:50%;
	background-color:#6F018A;
	padding:10px;
	text-align:center;
	margin:auto;
}