@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-image:url(images/garden.jpg);
	background-attachment: fixed;
	background-color: #617530;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 2px solid #000000;
}

h1 {
	font-size: 120%;
}

.oneColElsCtr #container {
	width: 46em;
	margin: 10% auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-align: center;
	z-index: 005;
	background-color: #FDFDFD;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 270px;
}

#sidebar {
	width: 250px;
	height: 450px;
	float: left;
	z-index: 003;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	background-image: url(images/profile.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #FDFDFD;
	}

a:link {
	color: #000;
}
a:hover {
	color: #739C00;
}

a:visited {
	color: #000;
}
h2 {
	font-size: 100%;
	font-variant: small-caps;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
