body {
	font-family:Arial;
	font-size:12px;
	color:#444;
	background-color:#a80e02;
	background-image:url("site-background.gif");
	background-repeat:repeat-x;
	margin:0;
	line-height:18px;
}

form {
	display:inline;
}

a, a:hover, a:visited {
	color:#333;
	text-decoration:none;
}


label {
	float:left;
	width:100px;
	display:block;
	padding:0 20px 0 0;
	line-height:25px;
	margin:0 0 10px 0;
}

.red-button {
	font-family:Arial;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	border:0;
	background-color:#A80E02;
	padding:0.4em;
	outline:none;
}

input, textarea {
	background-color:#fff;
	padding:5px;
	border:0;	
	margin:0;
	overflow:hidden;	
}

h1 {
	font-size:18px;
	font-weight:normal;
	margin:0;
}

#search-button {
	padding:0;
	border:0;
	margin:0 0 5px 0;
	vertical-align:middle;
}

#search-input {
	width:150px;
	height:16px;
}

#top-bar {
	width:773px;
	height:87px;
	background-image:url("top-bar.gif");
	background-repeat:no-repeat;
	line-height:87px;
	margin:auto;
}

#search-box {
	float:right;
}

#main-top {
	width:773px;
	height:20px;
	background-image:url("main-top.gif");
	background-repeat:no-repeat;	
	margin:auto;
}

#main-content {
	width:733px;
	background-color:#fff;
	padding:0 20px 0 20px;
	margin:auto;
}

#main-bottom {
	width:773px;
	height:20px;
	background-image:url("main-bottom.gif");
	background-repeat:no-repeat;	
	margin:auto;
}

#right-nav {
	float:right;
	width:172px;
}

#main-area {
	float:left;
	width:540px;
	margin:0 20px 0 0;
}

.nav-top {
	width:172px;
	height:40px;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	background-image:url("nav-top.gif");
	background-repeat:no-repeat;		
	line-height:50px;
	text-align:center;
}

.nav-content {
	width:150px;
	background-color:#bcbcbc;
	background-image:url("nav-background.gif");
	background-repeat:repeat-x;
	border-left:1px solid #bcbcbc;
	border-right:1px solid #bcbcbc;
	padding:10px;
}

.nav-bottom {
	width:172px;
	height:40px;
	background-image:url("nav-bottom.gif");
	background-repeat:no-repeat;		
}

.content-header {
	width:520px;
	height:29px;
	color:#fff;
	font-weight:bold;
	background-image:url("content-header.gif");
	background-repeat:no-repeat;
	line-height:29px;
	padding:0 0 0 20px;
}

.content-content {
	width:500px;
	background-color:#f0f0f0;
	background-image:url("content-background.gif");
	background-repeat:repeat-x;	
	padding:20px;
}

.content-footer {
	width:540px;
	height:29px;
	background-image:url("content-footer.gif");
	background-repeat:no-repeat;	
	margin:0 0 20px 0;
}

#admin-panel-box {
	width:478px;
	background-color:#f3f4f3;
	border:1px solid #ccc;
	padding:10px;
}
.note-box {
	width:478px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px;
	text-align:center;
}
