/* $Id: layout.css,v 1.1.2.2 2009/03/12 12:25:37 psynaptic Exp $ */
	/* Layout */
#page {
	width: 960px;
	margin: 2em auto;
	background-color: white;
}

#site-name {
	font-size: 2em;
}

#slogan {
	display: block;
}

#header {
	height: 117px;
	margin-top: 0;
	padding: 0 0 1em;
}

#header a {
	display: block;
	float: left;
}

#header-right {
	float: right;
}

.sidebar {
	float: left;
	width: 190px;
}

#left {
	margin-right: 10px;
	clear: left;
}

#centre {
	float: left;
	margin-bottom: 1em;
	width: 590px;
	padding-left: 25px;
	margin-right: 10px;
}

#right {
	margin-left: 10px;
}

.two-sidebars #centre,.sidebar-right #centre {
	padding-right: 10px;
}

.two-sidebars #centre {
	width: 500px;
}

.sidebar-left #centre {
	width: 590px;
	padding-right: 0;
}

.sidebar-right #centre {
	width: 650px;
}

#footer,#footer-message {
	font-size: 0.9em;
	clear: both;
}

#front-main {
	height: 520px;
}

#front-main .middle-content {
	height: 312px;
	background: url(../images/center-border-bg.png) top left no-repeat;
}

#store-footer {
	display: none;
}