body {
	font-family:Arial;
	font-size:12px;
	color:#3b3b3b;
	background-color:#434343;
	margin:0;
	line-height:18px;
}

form {
	display:inline;
}

a, a:link, a:hover {
	color:#303030;
	text-decoration:none;
}

input, textarea {
	background-color:#fff;
	padding:5px;
	border:0;	
	margin:0;
	overflow:hidden;	
}

h1 {
	font-size:23px;
	font-weight:normal;
	margin:0;
}

#search-button {
	padding:0;
	margin:0 0 5px 0;
	vertical-align:middle;
}

#search-input {
	width:150px;
	height:14px;
}

.login-submit {
	font-family:Arial;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	border:0;
	background-color:#424242;
	padding:0.4em;
	outline:none;
}

.login-input {
	width:90px;
	border:1px solid #ccc;
}

#top-bar {
	width:100%;
	height:193px;
	background-image:url("top-bar-background.gif");
	background-repeat:repeat-x;
}

#middle-bar {
	width:100%;
	background-color:#8cb901;
}

#middle-container {
	width:902px;
	background-image:url("middle-background.gif");
	background-repeat:repeat-y;	
	margin:auto;
}

#top-nav {
	width:786px;
	height:57px;
	font-family:Verdana;
	background-image:url("top-nav-background.gif");
	background-repeat:no-repeat;
	margin:0 auto 15px auto;
	line-height:57px;
}

#top-nav-left {
	float:left;
	font-size:11px;
	color:#fff;
	padding:0 0 0 20px;
	line-height:57px;
}

#top-nav-left a, a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

#search {
	float:right;
	padding:0 20px 0 0;
}

#bottom-bar {
	width:100%;
	height:85px;
	background-image:url("bottom-bar-background.gif");
	background-repeat:repeat-x;
}

.container {
	width:786px;
	margin:auto;
}

#bottom-nav {
	float:left;
	height:85px;
	font-size:11px;
	color:#fff;	
	line-height:85px;
}

#bottom-nav a, a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

#copyright {
	float:right;
	width:197px;
	height:85px;
	background-image:url("copyright.gif");
	background-repeat:no-repeat;
}

#logo-bar {
	width:786px;
	height:70px;
	margin:auto;
}

#logo {
	float:left;
	width:230px;
	height:70px;
	background-image:url("logo.gif");
	background-repeat:no-repeat;
}

#ad-bar {
	float:right;
	width:480px;
	height:70px;
	background-repeat:no-repeat;
}

#tab-bar {
	width:786px;
	height:28px;
	margin:auto;
}

#tab-left {
	float:left;
	height:28px;
	margin:23px 0 0 0;
}

.tab {
	display:block;
	float:left;
	width:90px;
	height:28px;
	font-family:Arial;
	font-size:11px;
	background-image:url("tab.gif");
	background-repeat:no-repeat;
	margin:0 1px 0 0;
	line-height:28px;
	text-align:center;
}

.tab a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.tab a:hover {
	display:block;
	background-image:url("tab-on.gif");
	background-repeat:no-repeat;
}

#dog-top {
	float:right;
	width:154px;
	height:28px;
	background-image:url("dog-top.gif");
	background-repeat:no-repeat;	
	margin:23px 0 0 0;	
}

#big-ad {
	width:786px;
	height:154px;
	background-image:url("big-ad.gif");
	background-repeat:no-repeat;	
	margin:auto;
}

#int-container {
	width:786px;

	margin:auto;
}

#left-nav {
	float:left;
	width:162px;
	margin:0 20px 0 20px;
}

.nav-top {
	width:162px;
	height:30px;
	font-family:Arial;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	background-image:url("nav-top.gif");
	background-repeat:no-repeat;	
	line-height:30px;
}

.nav-content {
	width:142px;
	background-color:#dbdbdb;
	padding:10px;
}

.nav-bottom {
	width:162px;
	height:20px;
	background-image:url("nav-bottom.gif");
	background-repeat:no-repeat;	
	margin:0 0 20px 0;
}

#main-content {
	float:left;
	width:407px;
}

.top-content {
	width:407px;
	height:30px;
	font-family:Arial;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	background-image:url("top-content.gif");
	background-repeat:no-repeat;	
	line-height:30px;		
}

.middle-content {
	width:367px;
	background-color:#dbdbdb;
	padding:20px;
}

.bottom-content {
	width:407px;
	height:20px;
	background-image:url("bottom-content.gif");
	background-repeat:no-repeat;	
	margin:0 0 20px 0;
}

#right-nav {
	float:right;
	width:177px;
}

#dog-bottom {
	width:177px;
	height:30px;
	background-image:url("dog-bottom.gif");
	background-repeat:no-repeat;		
}
.grey-button {
	font-family:Arial;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	border:0;
	background-color:#424242;
	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;
}

a:hover {
	color:#333;
	text-decoration:none;
}
.note-box {
	width:70%;
	background-color:#f3f4f3;
	padding:10px;
	text-align:center;
	margin:auto;
}