/* ###################################################################################### Basic */
form, fieldset, input, button, textarea, option, select {
	font-family: inherit;
	font-size: inherit;
	}
a { color: #931f1d; }
p {
	margin: 0 0 12px;
	padding: 0;
	}
/* ###################################################################################### Layout */
.twocol {}
	.twocol #primary {
		float: left;
		width: 575px;
		}
	.twocol #secondary {
		float: right;
		width: 265px;
		}
.twocol.menu {}
	.twocol.menu #menu {
		float: right;
		width: 265px;
		}
	.twocol.menu #primary {
		float: left;
		width: 575px;
		}
/* ###################################################################################### Wrapper */
body {
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #555;
	background: #ebe7e6 url(../img/bg_body.png) repeat-x 50% 0;
	}
#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	}
	#header {
		margin: 30px 0 0;
		height: 105px;
		background: url(../img/bg_header.png) no-repeat 0 0;
		}
		#header h1 a {
			position: absolute;
			top: 43px;
			margin-left: 13px;
			width: 102px;
			height: 115px;
			background: url(../img/bg_logo.png) no-repeat 0 0;
			}
		#header #user {
			position: absolute;
			top: 35px;
			margin-left: 500px;
			padding: 0 20 0 0;
			width: 380px;
			font-size: 11px;
			line-height: 16px;
			text-align: right;
			}
			#header #user a {
				text-decoration: none;
				}
				#header #user a:hover { text-decoration: underline; }
	#content {
		min-height: 200px;
		padding: 35px 20px 8px;
		background: #fff;
		}
		#breadcrumb {
			position: absolute;
			top: 145px;
			margin-left: 98px;
			color: #888;
			font-size: 11px;
			line-height: 16px;
			}
			#breadcrumb a {
				color: #aaa;
				text-decoration: none;
				}
				#breadcrumb a:hover { text-decoration: underline; }
			#breadcrumb span {
				padding: 0 5px;
				color: #aaa;
				}
		#message { margin: 0 0 12px; }
			#message.error {
				color: #d00;
				font-weight: bold;
				}
		#primary {}
	#footer {
		padding: 27px 0 30px;
		text-align: center;
		font-size: 11px;
		line-height: 16px;
		color: #aaa;
		background: url(../img/bg_footer.png) no-repeat 50% 0;
		}
		#footer a {
			color: #aaa;
			text-decoration: none;
			}
			#footer a:hover {
				text-decoration: underline;
				}
/* ###################################################################################### Pages */
#home {}
	#home #primary {}
		#home #primary .banner { margin: 0 0 12px; }





