/* General */

* {
	margin: 0px; 
	padding: 0px;
}

a { text-decoration: none; }

img { border: none; }

fieldset { border: 0px; }

.center { text-align: center; }

.right { float: right; }

.hidden { display: none; }
	
/* Layout */

html, body { 
	width: 100%;
	height: 100%;
	background-image: url('wood.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
}

#layout { 
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}

/* Header */

#header1_left {
	width: 70px;
	min-width: 70px;
	height: 64px;
	background: url('header1_left.png');
	background-repeat: no-repeat;
}

#header1_center {
	height: 64px;
	background: url('header1_center.png');
	background-repeat: repeat-x;
}

#header1_right {
	width: 70px;
	min-width: 70px;	
	height: 64px;
	background: url('header1_right.png');
	background-repeat: no-repeat;
}

#header2_left {
	width: 70px;
	min-width: 70px;
	height: 1px;
	background: url('content_left.png');
	background-repeat: repeat-y;
}

#header2_center {
	height: 1px;
	background: url('content.png');
	background-repeat: repeat;
}

#header2_right {
	width: 70px;
	min-width: 70px;
	height: 1px;
	background: url('content_right.png');
	background-repeat: repeat-y;
}

#header3_left {
	width: 70px;
	min-width: 70px;	
	height: 70px;
	background: url('header3_left.png');
	background-repeat: no-repeat;
}

#header3_center {
	height: 70px;
	background: url('header3_center.png');
	background-repeat: repeat-x;
}

#header3_right {
	width: 70px;
	min-width: 70px;
	height: 70px;
	background: url('header3_right.png');
	background-repeat: no-repeat;
}

/* Content */

#content_left {
	width: 70px;
	min-width: 70px;
	background: url('content_left.png');
	background-repeat: repeat-y;
}

#content_center1 {
	vertical-align: top;
	background: url('content.png');
	background-repeat: repeat;
}

#content_center2 {
	vertical-align: top;
	background: url('content.png');
	background-repeat: repeat;
}

#content_right {
	width: 70px;
	min-width: 70px;
	background: url('content_right.png');
	background-repeat: repeat-y;
}

/* Footer */

#footer_left {
	width: 70px;
	min-width: 70px;
	height: 56px;
	background: url('footer_left.png');
	background-repeat: no-repeat;
}

#footer_center {
	height: 56px;
	vertical-align: bottom;
	background: url('footer_center.png');
	background-repeat: repeat-x;
}

#footer_right {
	width: 70px;
	min-width: 70px;
	height: 56px;
	background: url('footer_right.png');
	background-repeat: no-repeat;
}

/* Sidebar */

#sidebar {
	width: 160px;
	padding-top: 30px;
}

#search { 
	width: 160px;
	height: 26px;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 15px;
	background: url(search.png) no-repeat;
}

#search input { 
	width: 120px;
	height: 14px;
	margin-top: 6px;
	font: normal 12px "Lucida Grande", Verdana;
	color: #949494;
	border: 0px;
	outline: 0px; /* remove Safari focus outline */
	background-color: transparent;
}

.menu {
	margin-bottom: 20px;
	padding-left: 20px;
}

.menu h1 { 
	font: normal 14px "Lucida Grande", Verdana;
	color: #d60000;
	text-shadow: #ffffff 0px 1px 0px;
}

.menu li { 
	margin-top: 5px;
	padding-left: 20px;
	list-style: none;
	background: url(bullet.png) no-repeat 0px 2px; 
}

.menu li a {
	font: normal 12px "Lucida Grande", Verdana;
	color: #212121;
	text-shadow: #ffffff 0px 1px 0px;
}

.menu li a:hover {
	color: #0088cc;
}

/* Content */

#logo {
	padding-bottom: 5px;
	text-align: center;
	font: normal 12px "Lucida Grande", Verdana;
	color: #212121;
	text-shadow: #ffffff 0px 1px 0px;
}

#content {
	width: 600px;
	padding-top: 30px;
	padding-right: 40px;
	font: 12px "Lucida Grande", Verdana;
	color: #212121;
	display: none;
}

#content a, a:visited { 
	color: #0088cc;
}

#content a:hover { 
	text-decoration: underline;
}

#content h1 {
	margin-bottom: 5px;
	font: normal 14px "Lucida Grande", Verdana;
	color: #d60000;
	text-shadow: #ffffff 0px 1px 0px;
}

#content p {
	margin-bottom: 20px;
}

#content ul {
	padding-left: 20px;
}

#copyright {
	margin-bottom: 28px;
	text-align: center;
	font: normal 12px "Lucida Grande", Verdana;
	color: #212121;
	text-shadow: #ffffff 0px 1px 0px;
}
