* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #E0E0E6 url(./images/bkg.png);
	font: 11px Verdana, Tahoma, arial, sans-serif;
	color: #656565;
	text-align: justify;
}

h1 {
	color: #6441A5;
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 16px;
}

p {
	line-height: 18px;
	padding-bottom: 10px;
}

a, a:hover, a:active, a:link {
	text-decoration: none;
	color: #6441A5;
}

#headerbar {
	background: #6441A5;
}

#headerbar-text {
	color: #FFFFFF;
	font: 32px 'Open Sans Condensed', sans-serif;
	letter-spacing: 2px;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 2px 0 2px 0;
}

#headerbar-transition {
	background: url(./images/transition.png) repeat-x;
	height: 10px;
}

#center-box {
	width: 800px;
	margin: 60px auto 0 auto;
}

#menu {
	text-align: right;
	color: #FFFFFF;
	padding-bottom: 33px;
	border-bottom: 5px solid #6441A5;
}

#menu ul {
	list-style: none;
	float: right;
}

#menu li {
	float: left;
	width: 148px;
	text-align: center;
	padding: 10px 0;
	background: #6441A5;
}

#menu li a, a:active, a:visited, a:hover, a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.spacing {
	margin-left: 15px;
}

#content {
	background: #FFFFFF url(./images/transition.png) repeat-x;
	min-height: 200px;
	padding: 30px;
}

#content ul {
	margin-left: 24px;
	line-height: 18px;
	padding-bottom: 14px;
}

#content a, a:hover, a:active, a:link {
        text-decoration: none;
        color: #6441A5;
}

#footer {
	background: url(./images/transition_box.png) repeat-x;
	min-height: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	color: #878787;
}

#footer a, a:hover, a:active, a:link {
        text-decoration: none;
        color: #878787;
}
