html {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;	
	line-height: 2em;	
	margin: 0px;
	padding: 0px;
	height:100%;
}

p {
	margin: 0px 0px 20px 0px;
}

h1 {
	color:#7E2589;
	font-weight: bold;
	font-size:1.4em;
	margin: 0px 0px 10px 0px;
	border-bottom-color: #7E2589;
	border-bottom-width: 1px;
	border-bottom-style:solid;
}

h2 {
	color:#000000;
	font-weight: bold;
	font-size:1em;
	margin: 0px 0px 5px 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #7E2589;
}

a:active {
	color: #7E2589;
}

a:visited {
	color: #7E2589;
}

a:hover {
	color: #7E2589;
	text-decoration: none;
}

/* styles */
.moodborder {
	border:solid #7E2589 1px;
}
	
.white {
	color:#FFFFFF;
}

/* divs */

#sitecontainer {
	height: 100%;
	min-height: 725px;
	position: absolute;
}

#top {
	width: 955px;
	height: 160px;
	position: absolute;
}

#midrow {
	width: 955px;
	background: #EBEBEB;
	position: absolute;
	top: 160px;
	bottom: 25px;
	overflow: auto;
/*	padding-left: 4px;*/
}

#nav {
	width:182px;
/*	height: 100%;*/
	background: transparent url(../images/nav_bg.gif);  
	float: left;
/*	background: #7E2589;*/
	
/*	left: 4px;*/
	top: 0px;
	bottom: 0px;
	position: absolute;
}

#homecolumn {
	float: right;
	width:350px;
	background-color: #FFFFFF;
	padding: 8px;
	margin: 0px 0px 20px 20px;
	height: 500px;
/*	bottom: 25px;
	position: absolute;
	top: 0px;
	left: 202px;*/
	
}

#footer {
	width:955px;
	background:#7E2589;
	float: left;
	text-align: center;
	height: 25px;
	bottom: 1px;
	position: absolute;
}

/* detailpage */
#detailcolumn {
	width:500px;
/*	max-height: 100%;*/
	float: left;
	background: #FFFFFF;
	padding: 8px;
/*	margin: 0px 0px 0px 20px;*/
	overflow: auto;
	bottom: 25px;
	position: absolute;
	top: 0px;
	left: 202px;
}

#detailgutter {
	width:200px;
	float:right;
	background:#FFFFFF;
	padding: 8px;
	margin: 0px 0px 20px 20px;
}

/* menu */
#menu {
	width:140px;
	height:20px;
	font-size: 1.1em;
	float:right;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	font-weight:bold;
}

a.blank:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.blank:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.blank:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.blank:hover {
	color: #FFFFFF;
	text-decoration: none;
}

