* {
    margin: 0;
    padding: 0;
	border: 0;
	font-family: Georgia, Verdana, Arial;
} 
body {
	background: #fbf96a;
}
#container {
	width: 980px;
	margin: 20px auto;
	background: url(../img/bg-container.jpg);
}
#header {
	width: 980px;
}
#header-left {
	background: url(../img/bg-header-left.jpg);
	width: 180px;
	height: 180px;
	float: left;
}
#flags {
	margin: 120px 0 0 30px;
}
#flags img {
	padding: 8px;
}
#header-center {
	background: #ee1813 url(../img/bg-header.jpg);
	width: 780px;
	height: 180px;
	float: left;
}
#header-right {
	background: #ee1813 url(../img/bg-header-right.jpg) no-repeat;
	width: 20px;
	height: 180px;
	float: left;
}
#wrapper {
	width: 980px;
	clear: both;
}
#menu {
	width: 180px;
	float: left;
	text-align: center;
}	
#menu ul {	
	list-style: none;
}
#menu a, #menu a:hover, #menu .sdoc, #menu .first, #menu .last {
	display: block;
	width: 138px;
	line-height: 30px;
  	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 10px 20px;
}
#menu .sdoc {
  	color: #f68e13;
}
#menu a {
  	color: #fbf96a;
	border: 1px solid #ee1813;
}
#menu a:hover {
  	color: #fcfb9e;
	border: 1px solid #fcfb9e;
}
#main {
	width: 780px;
	float: left;
}
#main-top {
	width: 780px;
}
#main-top-left {
	background: url(../img/bg-content-top-left.jpg);
	width: 30px;
}
#main-top-center {
	background: #f68e13;
	width: 720px;
}
#main-top-right {
	background: url(../img/bg-content-top-right.jpg);
	width: 30px;
}
#content {
	padding: 20px;
}
#content h1 {
	font-size: 2.2em;
	font-style: italic;
	color: #ee1813;
	margin: 20px 0 50px 0;
	text-align: center;
	border-bottom: 1px dashed #ee1813;
}
#content p {
	font-size: 1.1em;
	color: #333333;
	margin: 20px 0;
	text-align: justify;
}
#content p a {
	color: #ee1813;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}
#content p img {
	margin: 30px 0 0 0;
}
#content img.floatleft {
	float: left;
}
#content img.floatright {
	float: right;
}
#content table {
	font-size: 1.1em;
	width: 740px;
	border: 1px solid #F68E13;
}
#content td, #content th {
	padding: 3px;
	border: 1px solid #F68E13;
	text-align: center;
}
#content th {
  	color: #FCFB9E;
	background: #F68E13;
}
#right {
	width: 20px;
	float: right;
}
#main-bottom {
	clear: both;
	width: 980px;
}
#main-bottom-left {
	background: #ee1813;
	width: 180px;
}
#main-bottom-center-left {
	background: url(../img/bg-content-bottom-left.jpg);
	width: 30px;
}
#main-bottom-center {
	width: 720px;
	background: #f68e13;
}
#main-bottom-center-right {
	background: url(../img/bg-content-bottom-right.jpg);
	width: 30px;
}
#main-bottom-right {
	width: 20px;
}
#footer {
	clear: both;
	width: 980px;
}
#footer-left {
	background: #ee1813 url(../img/bg-footer-left.jpg) bottom no-repeat;
	width: 20px;
	height: 40px;
	float: left;
}
#footer-center {
	background: #ee1813;
	width: 940px;
	height: 40px;
	float: left;
	color: #fcfb9e;
	text-align: center;
	font-size: 0.95em;
	line-height: 40px;
	letter-spacing: -1px;
}
#footer-right {
	background: #ee1813 url(../img/bg-footer-right.jpg) bottom no-repeat;
	width: 20px;
	height: 40px;
	float: left;
}
#main-top-left, #main-top-center, #main-top-right, #main-bottom-left, #main-bottom-center-left, #main-bottom-center, #main-bottom-center-right, #main-bottom-right {
	height: 20px;
	float: left;
}
#credits {
	margin: 20px 0;
}	
#credits p {
	font-size: 0.7em;
	text-align: center;
	color: #f68e13;
}	
#credits p a {
	color: #ee1813;
	text-decoration: none;
}	
#credits p a:hover {
	text-decoration: underline;
}
.clearer {
	clear: both;
}
.mailform1, .mailform2, .mailform3 {
	width: 300px;
	margin: 0 40px 0 130px;
 	color: #000000;  
 	font-size: 1.1em; 
	border: #f68e13 solid 1px;
	background: #FBE582;
}
.mailform1 {
	height: 180px;
	overflow: auto;
}
.mailform2 {
	height: 24px; 
}	
.mailform3 {
	width: 302px;
	height: 26px; 
  	color: #ee1813;
	font-weight: bold;
}	
.mailform3:hover {
 	color: #ee1813; 
	background: #F8BA4B;
	cursor: pointer;
	font-weight: bold;
}
.edit {
	margin: 20px 0 0 0;
}
.edit a {
 	color: #ee1813; 
	font-size: 0.8em;
	text-decoration: none;
}
.edit a:hover {
 	color: #f68e13; 
}
.edit td {
	background: #fbf96a;
	border: 0;
}