body {
	background-color:	#E9E7E7;
	background-image:	url("pictures/background.png");
	background-repeat: 	repeat;
	background-attachment: fixed;
	
	margin: 			0px 0px 0px 0px;
	
	font-size:			14px;
	font-family: 		sans-serif;
	color:				#333333;
}

div.feat {
	width:				500px;

	text-align: 		justify;
		
	color:				#666666;
	font-size:			12px;
}

h1 {
	font-size:			14px;
	font-variant:		small-caps;
	color:				#941717;
}

h2 {
	font-size:			12px;
	color:				#666666;
}

h3 {
	font-size:			12px;
	color:				#666666;
}

p {
	text-indent: 		14px;
	text-align: 		justify;
}

p.additional {
	text-indent: 		0px;
	text-align: 		center;
	
	font-size:			13px;
	color:				#666666;
}

a.navi {
	color:				#DDDBDB;
	font-size:			15px;
	word-spacing:		5px;
	text-decoration:	none;
	
}

a.content {
	color:				#AD0C0C;
}

a.footer {
	color:				#DCB6B6;
}

a:hover {
	color:				#DDDBDB;
	text-decoration:	none;
}

a.navi:hover {
	color:				#F1EFEF;
	text-decoration:	none;
}

a.content:hover {
	color:				#EC1717;
	text-decoration:	none;
}

img {
	border:				0;
}

table {
	margin:				0px 0px 0px 0px;
	
	border:				0;
}

table.start {
	margin:				0px 0px 0px 14px;
}

span.important {
	color:				#AD0C0C;
}

span.unimportant {
	color:				#666666;
	font-size:			12px;
}

#main {
	margin:				0px auto 70px auto;
	
	padding:			0px 0px 0px 0px;
	
	width:				850px
}

#header {
	margin:				0px 0px 0px 0px;
	
	padding:			0px 0px 0px 0px;
	
	width:				850px;
	height:				100px;
	
	background-image: 	url("pictures/header.png");
	background-repeat: 	no-repeat;
}

#navi {
	margin:				0px 0px 0px 0px;
	
	padding:			0px 14px 0px 28px;
		
	width:				808px;
	height:				17px;
	
	background-image: 	url("pictures/navigation_background.png");
	background-repeat: 	repeat;
	
	color:				#DDDBDB;
	font-size:			13px;
	word-spacing:		5px;
	
	vertical-align: 	top;
}

#content {
	background-color:	#DDDBDB;
	
	margin:				7px 0px 0px 0px;
	
	padding:			7px 14px 7px 14px;	
		
	width:				822px;
	min-height:			250px;
}

#footer {
	margin:				7px 0px 0px 0px;
	
	height:				17px;
	
	background-image: 	url("pictures/navigation_background.gif");
	background-repeat: 	repeat;
	
	font-size:			12px;
	text-align:			center;
	
	color:				#DCB6B6;
}

#picture {
	margin:				0px 0px 0px 7px;
	
	border-width: 		3px;
	border-style: 		double;
	border-color:		#333333;

	float: 				right;
	width: 				133px;
	height:				179px;
}

