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

body
{
	background-repeat: repeat-x;
	height:750px;
	background-image:url(background.png);
}
#wrapper
{
	margin-left:auto;
	margin-right:auto;
	width:1050px;
	height:800px;
	background-color:#FFFFFF;
}
#header
{
	text-align:right;
	padding-top:5px;
	width:100%;
	height:11%;
	background-color:#FFFFFF;
}
#picturebar
{
	
	width:100%;
	height:20%;
	padding-top:8px;
	background-image:url(Buttons/Untitled-2.png);
	vertical-align:middle;
	text-align:right;
}
#page
{
	height:65%;
}
#leftmenu
{
background-repeat:repeat;
	color:#333333;
	height:100%;
	width:214px;
	background-image:url(Buttons/Untitled-2.png);
}
#textspace
{
	margin-top:-50%;
	margin-left:20%;
	color:#000000;
	padding-top:3px;
	padding-left:10px;
	height:100%;
	width:70%;
}
#lowerbar
{
	margin-top: auto;
	background-image:url(Buttons/Untitled-2.png);
	text-align:center;
}
