html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	font: normal 12px/18px "Arial", sans-serif;
}

body {
	background: #fff url(../layout/background.png) repeat-x;
}

p, h1, h2, h3, table {
	margin: 0;
	font: normal 12px/18px "Arial", sans-serif;
}

p {
	padding-bottom: 15px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: bold;
	font: normal 24px/30px "Trebuchet MS", sans-serif;
	color: #7d0909;
	margin-bottom: 12px;
}

div#page {
	position: relative;
	margin: 0 auto 0 auto;
	width: 923px;
	background: #fff url(../layout/page-background.png) no-repeat;
	text-align: left;
}

	div#page div#header {
		position: relative;
		height: 182px;
		width: 100%;
		background: #fff url(../layout/header-background.png) no-repeat;
	}
	
	div#page div#content {
		position: relative;
		width: 100%;
		background: transparent url(../layout/content-background.png) 0 600px no-repeat;
	}
	
		div#content div#nav {
			position: absolute;
			left: 3px;
			top: 0px;
		}
	
		div#content div#right-content {
			position: relative;
			margin-left: 195px;
			min-height: 670px;
			_height: 670px;
			width: 475px;
			*width: 725px;
			background: #ededed url(../layout/right-content-background.png) repeat-x;
			padding: 20px 220px 20px 30px;
		}
		
			div#right-content div#sidebar {
				position: absolute;
				right: 14px;
				top: 25px;
				width: 180px;
			}
			
				div#sidebar div#search {
					background-color: #d3d1cd;
					border: 1px solid #434343;
					padding: 4px;
					margin-bottom: 10px;
				}
				
					div#search form {
						margin: 0;
						padding: 0;
					}
					
					div#search input {
						vertical-align: middle;
						font-size: 12px;
					}
					
				div#sidebar div#logos {
					position: relative;
					padding: 13px;
					border: 1px solid #434343;
					text-align: center;
					background: #bebbb4 url(../layout/logos-background.png) repeat-x;
				}
				
					div#sidebar a#vendors {
						display: block;
						height: 19px;
						background: #6a2b2b url(../layout/vendors-background.png) repeat-x;
						width: 178px;
						*width: 180px;
						left: -1px;
						border-left: 1px solid #434343;
						border-right: 1px solid #434343;
						border-bottom: 1px solid #434343;
						color: #fff;
						font-weight: bold;
						text-decoration: none;
						text-align: center;
					}
					
						div#sidebar a#vendors:hover {
							color: #cdcdcd;
						}
				
				div#sidebar a#special {
					display: block;
					height: 19px;
					background: #6a2b2b url(../layout/special-background.png) repeat-x;
					width: 178px;
					*width: 180px;
					border: 1px solid #434343;
					color: #fff;
					font-weight: bold;
					text-decoration: none;
					text-align: center;
					margin-top: 10px;
				}

					div#sidebar a#special:hover {
						color: #cdcdcd;
					}

div#footer {
	position: relative;
	margin: 0 auto 20px auto;
	width: 917px;
	height: 19px;
	color: #cec7c0;
	background-color: #221b12;
	font-size: 11px;
	padding: 2px 0 1px 0;
}

	div#footer a {
		color: #b2a49b;
		text-decoration: none;
	}
	
	div#footer a:hover {
		color: #cec7c0;
	}