* { margin:0; padding: 0; }

html {
	background-color: #9a1212;
	background-image: url("strike.png");
	background-repeat: repeat-x;
	background-position: 0 24px;
	color: #ffffff;
	font-family: sans-serif;
	margin: auto;
}
body {
	margin: 24px auto;
	
	max-width: 900px;
}
a {
	color: #ffff00;
}

p {
	margin: 10px 0;
}

ul, ol {
	margin: 10px 35px;
}

textarea {
	width: 100%;
}

.nicEdit-pane {
	color: #000;
}

.menu {
	display: none;
	margin: 0;
}
	.menu li {
		display: inline-block;
		margin: 10px;
		vertical-align: top;
	}
		.menu li a {
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
		}
		.menu li.current > a {
			text-decoration: underline;
		}
.sub.menu li a {
	font-weight: normal;
}
.current.menu {
	display: block;
}


#header {
	background-image: url("DiamondWay.png");
	background-position: top right;
	background-repeat: no-repeat;
	color: #9a1212;
	padding: 0px 10px;
}
	#header h1 {
		background-image: url("kadjy_dk.png");
		background-position: top left;
		background-repeat: no-repeat;
		padding-top: 79px;
		
		height: 0;
	}
	#header p {
		display: none;
	}
#page {
	padding: 20px;
}

#scripts {
	display: none;
}

#drop-ie6 {
	background-color: #ffc;
	border: 1px solid #996;
	color: #000;
	font-size: 10px;
	padding: 10px;
	position: fixed;
	
	bottom: 0px;
	left: 10px;
	width: 95%;
}
	#drop-ie6 h2 {
		font-size: 14px;
		font-weight: bold;
	}
	#drop-ie6 a {
		color: #00f;
	}
	