html {
	background: url('bg_stone.jpg') repeat;
	margin: 0;
	padding: 0;
}

body {
	background: url('headerback2.jpg') repeat-x top center;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
}

#container {
	background: url('ikariam-logo7.jpg') no-repeat top left;
	width: 820px;
	margin: 0 auto 10px auto;
	padding: 255px 0 0 0;
	position: relative;
}

#flags {
	background: url('buttons.png') no-repeat right;
	width: 210px;
	height: 44px;
	position: absolute;
	top: 40px;
	right: 40px;
	padding: 0;
}

#flags p {
	margin: 4px 0;
	font-size: 9px;
	width: 100%;
	text-align: center;
}

#flags p img {
	border: none;
}

#content {
	background: url('main-bg5.jpg') repeat-y top left;
	padding: 15px 50px;
}

#main {
	margin: 0 auto;
	width: 550px;
	font-size            : 12px;
	font-family:Arial,Helvetica,sans-serif;
	color: #502604;
}

h1 {
	font-size: 1.3em;
	margin-bottom: 10px;
	padding-bottom: 8px;
	background: url('hr.jpg') no-repeat bottom center;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 5px;
	text-align: left;
	border-bottom: 2px #502604 dotted;
}

#footer {
	background: url('footer5.jpg') no-repeat top left;
	height: 30px;
	padding: 20px 100px;
	text-align: right;
}

#footer p {
	font-size: 10px;
	color: #666;
}

select, input, textarea, button
{
	font-size            : 11px;
	background-color	: #ffffff;
	border               : 1px #f1e1b3 solid;
	font-family:Arial,Helvetica,sans-serif;
	color: #502604;
	padding-right: 3px;
	padding-left: 3px;
	width: 200px;
}

textarea.input {
	width: 300px;
	height: 170px;
}

textarea.output {
	width: 550px;
	height: 100px;
}

.quoteBody {
	background-color:#fff;
	border: 1px #DEA959 solid;
	margin: 7px 0;
	padding: 7px 15px
}

.quoteBody h3 {
	text-align: left;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.quoteBody h3 img {
	margin-top: -2px;
	padding-right: 3px;
	vertical-align: middle;
}

a {
	color: #502604;
}

#error {
	border: 1px #fff solid;
	background: #aa0000;
	color: white;
	padding: 5px;
	height: 20px;
	width: 100%;
}


.message {
	width: 1000px;
	margin: 0;
	padding: 7px 0 0 0;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	line-height:1.5;
	background-color:#F6EBBD;
	border:1px #d4caac solid;
}
.message .color-1 a{color:#542c0f}
.message a:hover{color:#542c0f}

#menu {
	padding-bottom: 15px;
	background: url('hr.jpg') no-repeat bottom center;
	margin-bottom: 10px;
}

a.button {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	border: 1px solid #5d4c2f;
	border-color: #5d4c2f;
	background-color: #e9c791;
	color: #542c0f;
	padding:1px 5px 1px 5px;
	text-decoration: none;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}



