body {
	font-family:Arial;
	font-size:13px;
	color:#666;
	background-color:#434343;
	margin:0;
	line-height:20px;
}

form {
	display:inline;
}

a, a:hover, a:visited {
	color:#2C2C2C;
	text-decoration:none;
}

.site-input {
	border:0;
}

.white-input {
	color:#333;
	border:1px solid #ccc;
}

.red-button {
	font-family:Arial;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	border:0;
	background-color:#D11001;
	padding:0.4em;
	outline:none;
}

label {
	float:left;
	width:100px;
	display:block;
	padding:0 20px 0 0;
	line-height:25px;
	margin:0 0 10px 0;
}

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;
	margin:0 0 5px 0;
	vertical-align:middle;
}

#search-input {
	width:150px;
	height:15px;
}

#top-bar {
	width:100%;
	height:130px;
	background-image:url("top-bar-background.gif");
	background-repeat:repeat-x;
}

#middle-bar {
	width:100%;
	background-color:#fff;
}

#main-column {
	width:920px;
	background-image:url("main-background.gif");
	background-repeat:repeat-y;
	margin:auto;
}

#bottom-bar {
	width:100%;
	height:83px;
	background-image:url("bottom-bar-background.gif");
	background-repeat:repeat-x;	
}

#top-nav {
	width:750px;
	height:41px;
	background-image:url("top-nav-background.gif");
	background-repeat:repeat-x;
	margin:auto;
	line-height:41px;
}

#top-nav-text {
	float:left;
	font-family:Verdana;
	font-size:11px;
	color:#fff;
	padding:0 0 0 20px;
}

#top-nav-text a {
	color:#fff;
	text-decoration:none;
}

#search-box {
	float:right;
	padding:0 20px 0 0;
}

#logo-bar {
	width:750px;
	height:89px;
	margin:auto;
}

#logo {
	width:271px;
	height:89px;
	background-image:url("logo.gif");
	background-repeat:repeat-x;
}

#copyright-bar {
	width:750px;
	height:35px;
	margin:auto;
}

#copyright {
	float:right;
	width:197px;
	height:33px;
	background-image:url("copyright.gif");
	background-repeat:no-repeat;
}

#tab-bar {
	width:750px;
	height:29px;
	margin:auto;
}

.tab {
	float:left;
	width:87px;
	height:29px;
	font-family:Verdana;
	font-size:11px;
	color:#fff;
	margin:0 30px 0 0;
	text-align:center;
	line-height:29px;
}

.tab a {
	float:left;
	width:87px;
	height:29px;
	color:#fff;
	text-decoration:none;
}

.tab a:hover {
	float:left;
	width:87px;
	height:29px;
	color:#fff;
	text-decoration:none;
	background-image:url("tab-background.gif");
	background-repeat:no-repeat;
}

#inside {
	width:690px;
	padding:30px;
	margin:auto;
}

#left-nav {
	float:left;
	width:161px;
	margin:0 20px 0 0;
}

.nav-top {
	width:161px;
	height:26px;
	font-size:11px;
	font-weight:bold;	
	color:#fff;
	background-image:url("nav-top.gif");
	background-repeat:no-repeat;
	text-align:center;
	line-height:26px;
}

.nav-content {
	width:141px;
	background-color:#e3e3e3;
	padding:10px;
}

.nav-bottom {
	width:161px;
	height:20px;
	background-image:url("nav-bottom.gif");
	background-repeat:no-repeat;
	margin:0 0 20px 0;
}

#main-area {
	float:right;
	width:509px;
}


#admin-panel-box {
	width:489px;
	background-color:#f3f4f3;
	border:1px solid #ccc;
	padding:10px;
}

.note-box {
	width:489px;
	background-color:#f3f4f3;
	border:1px solid #ccc;
	padding:10px;
	text-align:center;
}

