@charset "utf-8";
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000000;
}
#header {
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #009900;
}
#up_menu {
	width: 890px;
	padding-right: 5px;
	padding-left: 5px;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 22px;
	background-image: url(../imagini/backgrounds/up_foot_menu_bkg.jpg);
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
	line-height: normal;
	color: #000000;
}

#content {
	width: 900px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	background-image: url(../imagini/backgrounds/right_content_bkg.jpg);
}
#content #right_sidebar {
	width: 150px;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}
#content #main_content {
	margin-right: 150px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(../imagini/backgrounds/main_content_bkg.jpg);
}
#main_content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-indent: 1em;
	line-height: normal;
}
#main_content h1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#footer {
	clear: both;
	width: 890px;
	background-color: #006600;
	height: 20px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	padding: 5px;
	background-image: url(../imagini/backgrounds/up_foot_menu_bkg.jpg);
}
#up_menu a {
	text-decoration: none;
	color: #000000;
}
#up_menu a:visited {
	text-decoration: none;
	color: #000000;
}
#up_menu a:hover {
	color: #663300;
	text-decoration: underline;
}

#right_sidebar a {
	text-decoration: none;
	color: #000000;
}

#right_sidebar a:hover {
	color: #663300;
	text-decoration: underline;
}
.full_margins {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: outset;
	border-bottom-style: outset;
	border-top-color: #FFFFFF;
	border-bottom-color: #AA6B0A;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-left-color: #000000;
}
#content #main_content a {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
#content #main_content a:hover {
	color: #C48005;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
#content #right_sidebar img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
