
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#48036f;
	text-decoration:none;
}

a:hover {
	color:#cd0074;
	text-decoration:none;
}

/* body */
body {
	background:#FFFFFF;
	color:#555;
	font:0.8em Arial, Helvetica, sans-serif;
}

/* header */
#header {
	border-bottom:1px solid #999;
	height:80px;
	margin:0 auto;
	width:751px;
}
#header h1 {
	color:#48036f;
	font-size:300%;
	letter-spacing:-2px;
	text-align:right;
	padding:5px;
	margin-bottom:-10px;
}
#header h2 {
	color:#9f3ed5;
	font-size:200%;
	letter-spacing:-1px;
	text-align:right;
}

/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #7109aa;
	margin:0 auto;
	width:750px;
	height:50px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #7109aa;
	float:left;
	width:124px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active0 {
	background:#ad66d5;
	color:#48036f;
}
#navigation .active0:hover {
	background:#48036f;
	color:#ffff73;
}




#navigation .active1 {
	background:#e667af;
	color:#7109aa;
}
#navigation .active1:hover {
	background:#85004b;
	color:#c9f76f;
}
#navigation .active2 {
	background:#c9f76f;
	color:#7109aa;
}

#navigation .active2:hover {
	background:#679b00;
	color:#85004b;
}
#navigation .active3 {
	background:#ffff73;
	color:#7109aa;
}

#navigation .active3:hover {
	background:#a6a600;
	color:#c9f76f;
}
#navigation .active4 {
	background:#e3e3e3;
	color:#4c4c4c;
}

#navigation .active4:hover {
	background:#4c4c4c;
	color:#e3e3e3;
}


/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:751px;
}
#content h1 {
	border-bottom:1px dashed #ad66d5;
	color:#48036f;
	font-size:1.8em;
	padding:20px 0 0;
}

#content h1.red {
	border-bottom:1px dashed #FF0000;
	color:#FF0000;
	font-size:1.8em;
	padding:20px 0 0;
}

.important
{
	background:#FF0000;
	padding: 10px 10px 10px 10px;
	color:#FFFFFF;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}
#content p {
	padding:20px 20px 0;
}

/* footer */
#footer {
	border-top:1px solid #7109aa; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:751px;
}