/* CSS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h2 {
	font-size: 18px;
}

img {
	border: 0;
}

a, a:visited {
	color: #009900;
	text-decoration: none;
}

a:hover {
	color: #00CC00;
}

#menu a, #menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	color: #CCCCCC;
}

#flags {
	width: 795px;
	text-align: right;
}

#container {
	width: 800px;
	background-color: white;
	position:absolute;
	
	background-image: url(bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#menu {
	width: 800px;
	height: 25px;
	list-style: none;
	display: block;
	margin: 0;
	padding: 15px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #317764;
	background-image: url(menu_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#menu li {
	display: inline;
	padding: 0 5px 0 5px;
}

#leftContent {
	float: left;
	width: 360px;
	padding: 20px 10px 0 5px;
}

#rightContent {
	float: right;
	width: 360px;
	padding: 5px 10px 20px 20px;
}

#fullContent {
	width: 770px;
	padding: 5px 20px 20px 5px;
}

#footer {
	display: block;
	position: relative;
	width: 800px;
	height: 50px;
	clear: both;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
}

hr {
	color: #317764;
	background-color: #74c33a;
	height: 1px;
	margin:0;
}

#footer p {
	padding-top: 10px;
	padding-right: 10px;
	font-size: 10px;
	text-align: right;
	color: #ffffff;
}

table {
	border-style: none;
}

tr {
	vertical-align: top;
}

/*** ADMIN STUFF ***/
textarea {
	width: 360px;
	height: 200px;
}

.imgText {
	width: 360px;
	height: 100px;
}

.input {
	width: 360px;
}
