/* Layout Stylesheet */ 

body {
	margin:20px;
	background-color:#8ba2ce;
	text-align:center;
	padding:0;
}

#outer {
	text-align:left;
	border:0px;
	width:780px;
	margin:auto;
}

#header {
	height:110px;
}

#bodyblock {
	position:relative;
	background-color:#a9bdde;
	color:#333333;
	width:780px;
	padding:0;
	border:0px;
}

#menu {
	float:left;
	background-color:#a9bdde;
	background-image:url(images/BackgroundLeftLong.jpg);
	background-repeat:no-repeat;
	color:#333333;
	width:180px;
}

#content {
	width:592px;
	background-color:#edf1f6;
	background-image:url(images/BackgroundTextLong.jpg);
	background-repeat:no-repeat;
	color:#333333;
	border:solid #ffffff;	
	border-width:4px;
	text-align:left;
	float:right;
}
