
/* Basic Elements */
html, body {
	margin: 0;
	font-family: 'Comic Sans', 'Comic Sans MS', cursive;
	background: #000;
	}
#container {
	width: 100%;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 250px;
	background: url("images/headerbg.jpg");
	}
#wrapper {
	float: left;
	width: 100%;
	}
#content {
	display:block;
	margin: 0 150px;
	border: 1px solid #000;
	background: #fff;
	background: url("images/mainbg.jpg");
	}
#content a {
	color: #000;
	text-decoration: underline;
	}

.daneImage {
 	text-align:center;
	margin: 0 auto;
    	padding:5px;
 }

#menu {
	float: left;
	width: 150px;
	margin-left: -100%;
	}
#right {
	float: left;
	width: 150px;
	margin-left: -150px;
	background: url("images/newsbg.jpg");
	color: #000;
	}
#right a {
	color: #000080;
	text-decoration: none;
	}

#right table.alerts {
	text-align: center;
	font-weight: bold;
	color: #404040;
	width: 100%;
	border: #000 solid;
	border-width: 1px 0 1px 0;
	border-collapse: collapse;
	border-spacing: 0px;
	}


#right .alertHd {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #000;
	background: url("images/navbg.jpg");
	background-color: #725dd2;
	text-align: center;
	font-weight: bold;
	color: #000;
	}


#right .alertBod p {
	text-align: center;
	font-weight: normal;
	line-height: 16px;
	color: #000;
	background: url("images/mainbg.jpg");
	border: 1px solid #000080;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	}

#right .rightDate {
	text-align: center;
	font-weight: bold;
	padding: 5px;
	}
#footer {
	width: 100%;
	height: 110px;
	clear: both;
	text-align: center;
	padding: 5px 0;
	color: #f3d602;
	background: #1f0c79;
	background: url("images/footerbg.jpg");
	}
#footer a {
	color: #fff;
	text-decoration: underline;
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1, h2 {
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	}

h3, h4 {
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	}
a {
	color: #000;
	text-decoration: underline;
	}

a:visited {
	color: #4b282e;
	}

