body {
	margin: 0;
	padding: 0;
	color: #643302;
	background-color: #336633;
	background-image: none;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #643302;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

a {
	color: #336633;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 900px;
	height: 84px;
	margin: auto;
	background-image: url(images/header.jpg);
	position: relative;
	margin-top: 40px;
}


/* Content */

#content {
	width: 900px;
	background-image: url(images/papier.jpg);
	margin: 0px auto;
}

/* Column One */

#colOne {
	float: right;
	width: 645px;
	height: auto;
	padding: 20px;
}

#scroll {
	overflow: auto;
	height: 480px;
	padding: 10px;
}

#colOne .post {
	margin-bottom: 1em;
	border-bottom: 1px dashed #F2B8B8;
}

#colOne .title {
}

#colOne .posted, #colOne .meta {
	font-size: .8em;
}

/* Column Two */

#colTwo {
	width: 160px;
	background: url(images/papier.jpg);
	height: 440px;
	display: block;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li ul {
	padding: 10px;
}

#colTwo .fold ul {
	display: none;
}

/* For latest browser version only
#colTwo .fold:hover ul {
	display: block;
}
*/

#colTwo li a {
	color: #00FF33;
}

#colTwo h2 {
	margin: 1px;
}

#colTwo h2 a {
	display: block;
	padding: 3px 5px;
	color: #EEDEA2;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: bold;
	background-color: #643302;
}

#colTwo form {
	margin: 0;
	padding: 10px;
}

#textfield1 {
	width: 150px;
}

#submit1 {
	display: none;
}

/* Navigation */

#nav {
	margin:0;
	padding:0px;
	list-style:none;
	background-image: url(images/papier.jpg);
}

#nav a {
	display:block;
	font-size:medium;
	color:#EEDEA2;
	padding:3px;
	width:205px;
	height:16px;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
	margin: 1px;
	background-color: #643302;
	font-family: Arial, Helvetica, sans-serif;

	
}

#nav a:hover {
	color:#643302;
	background-image: url(images/papier.jpg);
}


/* Footer */

#footer {
	width: 550px;
	margin: 0 auto;
	padding: 0 0 0 200px;
}

#footer * {
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

