html {
padding:0px;
margin:0px;
}

body {
background-image: url('images/ivy.jpg');
background-repeat: repeat-y;
}

#container {
}

#left {
position: absolute;
width: 105px;
padding: 0px;
margin: 0px
}

#nav {
	margin-bottom: 4px;
}

#nav a {
	display: block;
	background-image: url('images/site/nav_normal.jpg');
	background-repeat: repeat-x;
	width: 105px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
}

#nav a:hover {
	display: block;
	background-image: url('images/site/nav_hover.jpg');
	background-repeat: repeat-x;
	width: 105px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
}

#content {
	display: block;
	position: absolute;
	margin-left: 140px;
	width: 800px;
}

#content img {
	margin: 0px 0px 20px 20px;
}

h1 {
	font-size: 24px;
	font-family: Georgia;
	color: #006600;
	font-style: italic;
	text-align: center;
}

h2 {
	font-size: 18px;
	font-family: Georgia;
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 14px;
	font-family: Georgia;
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

p {
	color: #006600;
	font-family: Arial;
	font-size: 12px;
}

		/*"""""""" PRINT LAYOUT """"""""*/	
		
	@media print {
		
		#left {
display: none;
visibility: hidden;
}

#content {
	display: block;
	position: absolute;
	margin-left: 0px;
	width: 100%;
}
		
		}
