@charset "utf-8";
/* CSS Document */

.container #container1 {
	background-color: #B2BDC9;
	width: 867px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #000;
}
.container #container1 #sidebar {
	background-color: #B2BDC9;
	width: 150px;
	float: left;
}

.container #container1 #footer {
	height: 40px;
}

body {
	margin: 0px;
	background-color: #CCCCCC;
}

.container #container1 #heading {
	font-size: 35px;
	background-color: #FFF;
	background-image: url(img/gryphon.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 104px;
	line-height: 104px;
	padding-right: 5px;
}

.container #container1 #toolbar {
	height: 30px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.container #container1 #mainbody {
	background-color: #FFF;
/*	margin-left: 150px;
*/	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.container #container1 #toolbar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.container #container1 #mainbody a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

