* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	background-color:#341330;
}

p, li {
	font: 1.2em/1.6em Helvetica, sans-serif;
	margin-bottom: 15px;
	color: #341330;

}

h1 {
	font: 2.2em helvetica, sans-serif;
	font-weight:bold;
	color: #341330;
	margin-bottom: 10px;
}

h2 {
	font: 1.8em helvetica, sans-serif;
	color: #341330;
	margin-bottom: 10px;
}

h2.workshop {
	font-weight: bold;
	margin: 5px 5px;
}

h3 {
	font: 1.2em/1.6em helvetica, sans-serif;
	font-weight: bold;
}

ul {
	margin-left: 35px;
}

img {
	border: none;
}

#page-wrap {
	background: #341330;
	min-width: 780px;
	max-width: 1600px;
	margin: 0px auto;
	width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1602? "1600px" : "auto");
	}
	
#main-content {
	background:   url("/images/fluid_layout/left_sidebar.gif") repeat-y white;
	padding-left: 230px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 50px;
}

#main-content a:link, #main-content a:visited {
	font-weight: bold;
	text-decoration: underline;
	color:#8BBE56;
}

#main-content a:hover {
	color:#341330;
}
	
#header {
	background:  url("/images/fluid_layout/header_bkgrd.gif");
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
	
#logo {
	float: right;
	padding-right: 60px;
	padding-top: 30px;
}
	
#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 25px;
	padding-top: 5px;
}

#left-sidebar p {
	color: #FFFFFF;
	padding-bottom: .5em;
}

#left-sidebar a:link, #left-sidebar a:visited {
	font-size: 1.1em;
	line-height: 1.2em;
	text-decoration: none;
	color: #FFFFFF;
}

#left-sidebar a:hover {
	text-decoration: underline;
}

#footer {
	background: #8BBE56;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	color: white;
}

#footer a:link, #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #341330;
}

#footer a:hover {
	text-decoration: underline;
}

