body {
	font-family: Calibri, Arial, sans-serif;
}

p {
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 5px;
	font-size: 15px;
}

a {
	text-decoration: none;
	color: black;
	font-size: 15px;
}

#wrapper {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
#header {
	height: 50px;	
	background-color: #ffffff;
	border-left:20px solid green;
	border-right: 20px solid gray;
	border-bottom: 1px solid gray;
	border-top: 1px solid green;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#header h1 {
	font-size: 20px;
	font-family: Calibri, Arial, sans-serif;
	display: inline;
	margin-left: 10px;
}

#header p {
	font-size: 15px;
	font-style: Calibri, sans-serif;
}

#leftcol {
	position: absolute;
	margin-left: 0px;
	float: left;
	height: 600px;
	width: 200px;
	border-right: 1px solid gray;
}

#leftcol p {
	margin-top: 0px;
	margin-left: 0px;
}

#leftcol ul {	
	margin-top: 0px;
	list-style: none;
	border-left: 20px solid gray;
}

#leftcol ul li {
	margin-bottom: 5px;
	padding-left: 5px;
}

#leftcol ul li:hover {
	color: white;
	background-color: black;
}

#leftcol ul li:hover a {
	color: white;
}

#center {
	margin-left: 206px;
	width: 650px;
	float: 
}

#center a {
	padding-left: 5px;
	padding-right: 5px;
}

#center a:hover {
	background-color: black;
	color: white;
}

#center p a {
	padding: 0px;
	text-decoration: underline;
}

#center h1 {
	padding-left: 20px;
	font-size: 20px;
}

#link {
	float: right;
	display: inline;
	text-decoration: none;	
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#block {
	margin: 0px;
	float: left;
	height: 50px;
	width: 50px;
	background-color: green;
	border: 1px solid #000000; 

}

#center h2 {
	width: 610px;
	position: relative;
	height: 50px;	
	background-color: #ffffff;
	border-left:20px solid green;
	border-right: 20px solid gray;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Calibri, Arial, sans-serif;
}

#center h2 {
	font-size: 30px;
}

#block1 {	
	display: inline;
	position: relative;
	border-top: 0px;
	float: right;
	height: 100px;
	width: 100px;
	margin-left: 10px;
	background-color: green;
	border: 1px solid #000000;
}
