* {}

body {
	background-color: #545454;
	margin: 0px;
}


.header {
 	height:150px;
 	width: 1000px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}


a:link       { 
	color: #8c67bf;
	font-weight: bold;
	text-decoration: underline;
}

a:visited    { 
	color: #8c67bf;
	font-weight: bold;
	text-decoration: underline;
}

a:hover      { 
	color: #545454;
	font-weight: bold;
	text-decoration: underline;
}

a:active     { 
color: #8c67bf;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	background-image:none;
	background-repeat: no-repeat;
	background-color: #8c67bf;
	font-size: 15px;
	color: #ffffff;
	line-height: 20px;
	height: 20px;
	padding-left: 10px;
	margin-bottom: 20px;
}


td {
	font-family:Arial,Verdana,Helvetica;
	font-size:12px;
	color:#545454;
}


.content {
	background-color: #f7f2fe;
	line-height: 21px;
}






.navi {
	width: 230px;
	margin-top: 20px;
	background-color: #f7f2fe;
}

.navi ul {
	display: block;
}

.navi ul li {
	list-style-type: none;
}


.navi ul li a,
.navi ul li a:visited,
.navi ul li a:active,
.navi ul li a:link {
	color: #8c67bf;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
	line-height: 25px;
}

.navi ul li a:hover {
	color: #545454;
	
}



.navi ul ul li a,
.navi ul ul li a:visited,
.navi ul ul li a:active,
.navi ul ul li a:link {
	color: #8c67bf;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	line-height: 25px;
margin-left: 1px;
}

.navi ul ul li a:hover {
	color: #8c67bf;
	font-weight: bold;
	
}




.footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	height: 130px;
	line-height: 130px;
	width: 1000px;
}


