/* Integrative Wisdom Path *EVENTS* CSS Document */

html {width: 100%; height: 100%}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Palatino Linotype, Book Antiqua, Trebuchet, sans-serif;
}

#container {
	position: relative;
	width: 800px;
	height: 4150px;
	margin: 0 auto;
	padding: 0;
	background-color: #C8A2C8;
	border-left: 5px solid black;
	border-right: 5px solid black;
}

#top {
	position: absolute;
	width: 800px;
	height: 200px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
}

#top h1 {
	width: 560px;
	height: 80px;
	margin-top: 60px;
	margin-left: 215px;
}

#nav {
	position: absolute;
	width: 200px;
	height: 3800px;
	margin: 200px 0 0 0;
	padding: 0;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-y;
}

#nav ul{
	list-style-type: none;
	margin-top: -20px;
}

#nav li {
	padding-top: 30px;
}

#navbottom {
	position: absolute;
	width: 200px;
	height: 150px;
	margin: 4000px 0 0 0;
	padding: 0;
	background-image: url(../images/bg_nav_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	width: 600px;
	height: 3950px;
	margin-top: 200px;
	margin-left: 200px;
	padding: 0;
	background-image: url(../images/bg_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
}

#upcoming {
	position: absolute;
	width: 550px;
	margin-top: -25px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 0;
}

#upcoming h1 {
	width: 100%;
	color: #000000;
	font-size: 32px;
	font-style: italic;
	text-align: left;
	text-indent: 15px;
	border-bottom: 1px solid black;
}

#upcoming h2 {
	width: 100%;
	color: #000000;
	font-size: 14px;
	text-align: left;
}

#upcoming h3 {
	width: auto;
	color: #000000;
	font-size: 16px;
	text-align: left;
	margin-left: 15px;
}

#upcoming h4 {
	width: 100%;
	color: #000000;
	font-size: 11px;
	text-align: center;
	margin-top: -15px;
}

#upcoming h5 {
	width: auto;
	color: #000000;
	font-size: 14px;
	text-align: left;
}

#upcoming h6 {
	width: 100%;
	color: #000000;
	font-size: 11px;
	text-align: left;
	margin-top: -15px;
	margin-left: 15px;
}

ul.listone {
	list-style-type: none;
	width: 135px;
	text-align: center;
	margin-top: 15px;
}

ul.listtwo {
	list-style-type: none;
	width: 300px;
	margin-left: 200px;
	margin-top: -75px;
	text-align: left;
}

ul.listthree {
	list-style-type: none;
	width: 500px;
	text-align: left;
	margin-top: 15px;
}

a:link {color: #FFFFCC; text-decoration: none;}
a:visited {color: #FFFFCC; text-decoration: none;}
a:hover {color: #CC00FF; text-decoration: underline;}
a:active {color: #CC00FF; text-decoration: none;}
