	body {
		margin:15px 15px 15px 15px;
		background:#eee;
		}
	
	#wrap {
		width:750px;
		margin:0 auto;
		padding-left:10px;
		background:#fff;
		}

	#header {
		height:75px;
		background:#fff;
		padding-bottom:15px;
		text-align:right;
		padding-right:15px;
		padding-left:15px;
		}

	#navbutton {
		width:21%;
		height:25px;
		background:#eee;
		clear:none;
		float:right;
		margin-right:2%;
		margin-left:2%;
		margin-bottom:15px;
		text-align:center;
		padding-top:7px;
		font-family:Courier;
		}

	#leftcontent {
		width:400px;
		float:left;
		background:#fff;
		padding-top:15px;
		padding-left:60px;
		padding-right:40px;
		}

	#rightcontent {
		float:right;
		width:225px;
		height:100%;
		background:#fff;
		margin-bottom:15px;
		margin-left:15px;
		}

	#footer {
		width:100%;
		height:75px;
		background:#fff;
		clear:both;
		margin-top:15px;
		padding-top:10px;
		font-style:italic;
		text-align:center;
		}

	.label {
		font-style:normal;
		font-variant:small-caps;
		color:green;
		}

	A:link {
		color:maroon;
		text-decoration:none;
		}

	A:visited {
		color:grey;
		text-decoration:none;
		}

	H1 {
		color:maroon;
		font-family:Courier;
		}

	H2 {
		font-family:Courier;
		}

	H3 {
		color:grey;
		font-family:Courier;
		}

	H4 {
		font-family:Courier;
		}
	
	P {
		text-align:left;
		}