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

body {
	margin: 0px;
	background: url(images/design/page/grass.jpg) repeat;
	font-family: "Century Gothic";
}

div#menus {
	width: 100%;
	height: 956px;
	background: url(images/design/top/menus.png) no-repeat top left;
}

div#logo {
	width: 367px;
	height: 250px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/design/top/logo.png) no-repeat top left;
}

div#contentPanel {
	position: absolute;
	top: 177px;
	left: 274px;
	right: auto;
	width: 508px;
	height: 692px;
	background: url(images/design/mid/contentHome.png) no-repeat top left;
}

div#contentPanel a {
	color: #FFF;
	text-decoration: underline;
}

div#contentPanel a:hover {
	color: #EEE;
}

div#contentPanel.standard {
	position: absolute;
	top: 177px;
	left: 274px;
	right: auto;
	width: 508px;
	height: 692px;
	background: url(images/design/mid/standardContent.png) no-repeat top left;
}

div#content.standard {
	margin: 32px;
	height: 628px;
	color: #FFF;
	font-weight: bold;
}

div#footer {
	width: 100%;
	height: 250px;
	background: url(images/design/bottom/footer.png) center top no-repeat;
	text-align: center;
}

div#sidebar {
	width: 329px;
	height: 927px;
	background: url(images/design/side/sidebar.png) top right;
	position: absolute;
	top: 0px;
	right: 1px;
	margin-left: 100%-329px;
}

div#login {
	position: relative;
	top: 720px;
	width: 252px;
	margin-left: 77px;
}

div#topmenu {
	position: absolute;
	top: 25px;
	left: 0px;
	height: 150px;
	padding-left: 370px;
	padding-top: 35px;
}

div#blogPanel {
	height: 195px;
	margin-top: 95px;
	padding-left: 20px;
	padding-right: 50px;
}

/* Blog Text */
span#title {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

span#blogPost {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}