/* Bruce Brewery style sheet
 * http://www.brucebrewery.com/
 *
 * Version 0.1
 * Created: 26/08/2009
 *
 * Developer: Joost Funke Kupper
 * http://www.joostfunkekupper.net/
 */


/* Body style */
body {
	margin: 0;

	background-color: #000000;
	background-image: url(images/bruce-bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	
	color: #FFFFFF;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* End Body style */

/* Page style */
#page {
	width: 1000px;
	background-image: url(images/bruce-page-bg.png);
	background-position: top;
	background-repeat: no-repeat;
}

#page-content {
	background-image: url(images/bruce-bg-sidebar.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 1000px;
}
/* End Page style */

/* Header style */
#header {
	/*background-color:#333333;*/
}
/* End Header style */

#header-logo {
	/*background-color: #666666;*/
	background: url(images/bruce-logo.png) left no-repeat;
	
	height: 130px;
	width: 300px;
	float: left;
}

#menu {
	/*background-color:#999999;*/
	height: 80px;
	
	margin-top: 40px;
	float: left;
}

#menu li {
	float: left;
	list-style: none;
	text-align: center;
	
	padding-left: 10px;
	padding-right: 10px;
	
	width: 80px;
}

.menu-item-title {
	font-family: "Century Gothic";
	font-size: 18px;
}

.menu-item-title a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu-item-text {
	font-size: 12px;
	color: #999999;
}

.menu-item-text a {
	text-decoration: none;
	color: #999999;
}

.menu-item-border {
border-right: 1px #999999 solid;	
}

#content {
	height: 700px;
}

#content-left {
	/*background-color:#0099FF;*/
	width: 730px;
	float: left;
	
	padding-left: 20px;
	padding-right: 50px;
}

#content-right {
	/*background-color:#009999;*/
	width: 200px;
	float: left;
}

/* Text */
h1 {
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 34px;
	
	text-align: right;
}

h2 {
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 30px;
}

#footer {
	/*background-color: #339966;*/
	background-image: url(images/bruce-bg-footer.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	width: 1000px;
	text-align: center;
	float:left;
}

#footer-content {
	background-image: url(images/bruce-bg-footer2.png);
	background-position: center;
	background-repeat: repeat-y;
	width: 1000px;
	text-align: center;
	float:left;
}