	body {
	background-color: #5d446c;
	background-image: url('images/body_bkgrnd.gif');
	background-repeat: repeat-x;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	
}
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 20px;
    color: #362246;
    font-weight: bold;
}
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 18px;
    color: #667c5d;
    font-weight: normal;
}
H3 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 16px;
	font-weight: normal;
    color: #5d446c;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 13px;
    color: #000000;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;	
	padding-left: 30px;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;	
	list-style-image: url('images/bullet.gif');
	font-size: 13px;
}
a:link, a:active, a:visited
{
    text-decoration: none;
    color: #362246;
	font-weight:bold;
}
a:hover
{
    text-decoration: underline;
    color: #667c5d;
	font-weight:bold;
}
input[type=submit] {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#362246; 
	border: solid 1px #92a088; 
	color: #FFFFFF;
	height: 25px;
	padding-bottom: 3px;
	font-size: 13px;
}
input[type=submit]:hover {
    background-color:#92a088;
    border: solid 1px #362246;
	color: #000000;
}
input[type=text] {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#e6dcae;
	border: solid 1px #5d446c; 
	color: #000000;
	height: 21px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
}
input[type=password] {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#e6dcae;
	border: solid 1px #5d446c; 
	color: #000000;
	height: 21px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
}
select {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #e6dcae;
	border: solid 1px #5d446c; 
	color: #000000;
	height: 21px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #e6dcae;
	border: solid 1px #5d446c; 
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
}
.aktt_tweets {
	padding-right: 5px;	
}
.aktt_tweets li {
	padding-bottom: 3px;	
	list-style-image: url('images/sidebar_bullet.gif');
}
.menu {
	height:34px;	
	background-image: url('images/mnu_bkgrnd.gif');	
	background-repeat:repeat-x;	
	border-right: 2px #000000 solid;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.menu a{
	color: #e4e1ce;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
	color: #f2e29b;
}
.content {
	background-color: #e4e1ce;	
	padding-left: 5px;
	padding-right: 5px;
	border-right: 2px #000000 solid;
}
.footer{
	background-image: url('images/footer.gif');	
	background-repeat: no-repeat;
	height: 27px;
	width: 930px;
}
.copyright p {
	color: #e4e1ce;
	text-align: center;
	font-size: 12px;
}
.copyright a {
	color: #f2e29b;
	text-decoration: none;
	font-weight: normal;
}
.copyright a:hover {
	text-decoration: underline;
	color: #e4e1ce;
}