/* Basic Elements */
html, body {
	margin: 0;
	font-family: sans-serif;
	}
#container {
	width: 100%;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 235px;
	background: url("images/header.jpg") repeat-x 0% 0%;
	}
#wrapper {
	float: left;
	width: 100%;
	background: url("images/sidebg1.jpg");
	}
#content {
	margin: 0 0 0 175px;
	background: url("images/mainbg.jpg");
	}
#content a {
	color: #003333;
	text-decoration: underline;
	}
#content a:visited {
	color: #533d3f;
	}
#left {
	float: left;
	width: 175px;
	margin-left: -100%;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #000;
	text-align: center;
	padding: 5px 0;
	font-size: 75%;
	font-weight: bold;
	text-transform:uppercase;
	color: #faf0e8;
	background: url("images/sidebg.jpg");
	}

/* Sidebar */
#sidebar {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 75%;
	text-transform:uppercase;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px solid #000;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #2e4a3e;
	text-decoration: none;
	border-right: 7px solid #2e4a3e;
	border-left: 7px solid #2e4a3e;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	color: #f0d3b8;
	border-right: 7px solid #f0d3b8;
	border-left: 7px solid #f0d3b8;
	background: url("images/hover.jpg");
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1, h2, h3 {
	text-align: center;
	padding: 5px;
	}
h4, h5 {
	text-align: center;
	font-weight: bold;
	}
a {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	}
 }
.daneImage {
 	text-align:center;
	margin: 0 auto;
    	padding:5px;
 }