/* Resets all paddings and margins ************************************/
* {
	margin: 0px;
	padding: 0px;
}
/* Container divs **************************************************/
html, body {
	background-color: #2a3836;		
}
#ribbon {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 200px;
	cursor: hand;
	cursor: pointer;
	background : url(images/ribbon.gif) no-repeat;
}
#header {
	margin: 25px auto 15px auto;
	width: 699px;
	height: 91px;
	background: #2a3836 url(images/header.gif) no-repeat;
	border: 1px solid #a4c4dd;
}
#content_container {
	margin: 25px auto 15px auto;
	width: 699px;
	height: auto;
}
#content {
	margin: 15px auto 15px auto;
	width: 699px;
	height: auto;
	overflow: hidden;
	border: 1px solid #a4c4dd;
	background-color: #1a2822;
}
#navbar {
	margin: 15px auto 15px auto;
	width: 699px;
	height: 23px;
	overflow: hidden;
	border: 1px solid #a4c4dd;
	text-align:center;
	color: #a4e33d;
	background-color: #1a2822;
}
#footer {
	clear: both;
	padding-top: 7px;
	width: 699px;
	height: auto;
	overflow: hidden;
	border: 1px solid #a4c4dd;
	background: #1a2822;
	color: e5e5e5;
	text-align: center;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
/* Block tags ******************************************************/
h1 {
	text-indent: 2em;
	font: bold 18px "arial", sans-serif;
	color: #e5e5e5;
}
p {
	margin-bottom: 1em;
	text-align: justify;
	text-indent: 2em;
	font: 11px "arial", sans-serif;
	color: #e5e5e5;
}
#footer p {
	margin: 0px;
	text-align: left;
	text-indent: 0px;
	font: bold 11px "arial", sans-serif;
	color: #e5e5e5;
}
/* Inline tags *****************************************************/
strong {
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: #a4e33e;
}
a:hover {
	text-decoration: none;
	color: #a4c4dd;
}

