html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000 url("../gfx/bg.png") repeat-x;
	height: 100%;
	margin: 0;
	padding: 0;
}

h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

a:link {
	color: #ff0060;
	text-decoration: none;
}

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

a:hover {
	color: #1d1d1d;
	text-decoration: none;
}

a:active {
	color: #1d1d1d;
	text-decoration: none;
}

form {
	margin: 0;
}

input {
	color: #333333;
	background-color: #f2f1ed;
	border: 1px solid #d4d3cf;
	padding: 5px;
}

select {
	color: #333333;
	background-color: #f2f1ed;
	border: 1px solid #d4d3cf;
	padding: 5px;
}

.pink {
	color: #ff0060;
}

.grey {
	color: #a0a0a0;
}

.black {
	color: #000;
}

#wrapper {
	width: 1000px;
	background: #FFF;
	height: auto !important;
	height: 100%;
	min-height: 100%
}

div#header_left {
	background: #1d1d1d;
	width: 500px;
	float: left;
}

h1#logo {
	margin: 0;
}

h1#logo a,h1#logo a:hover, h1#logo a:visited {
	background: url("../gfx/logo.png") no-repeat;
	display: block;
	text-indent: -99999px;
	height: 91px;
}

#header_right {
	background: #1d1d1d;
	width: 500px;
	height: 91px;
	float: left;
	
}

#header_right span {
	font-size: 10px;
	letter-spacing: -0.1em;
	text-align: center;
	color: #FFF;
	background: url("../gfx/header_info.png") no-repeat;
	width: 326px;
	height: 30px;
	padding-top: 10px;
	margin-right: 50px;
	float: right;
}

#menu {
	background: url("../gfx/menu_bg.png") repeat-x;
	width: 800px;
	height: 30px;
	float: left;
}

#menu ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	float: left;
	background: url("../gfx/tab_left.png") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#menu a span {
	float: left;
	display: block;
	background: url("../gfx/tab_right.png") no-repeat right top;
	padding: 8px 7px 8px 5px;
	color: #605f5d;
	border-right: 1px solid #d4d3cf;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {
	float: none;
}
/* End IE5-Mac hack */

#menu a:hover span {
	color: #605f5d;
}

#menu a:hover {
	background-position: 0% -30px;
}

#menu a:hover span {
	background-position: 100% -30px;
}

#menu #selected a {
	background-position: 0% -30px;
}

#menu #selected span {
	background-position: 100% -30px;
} 

#donate {
	background: url("../gfx/sidebar_bg.png") repeat-y;
	width: 200px;
	float: right;
	margin: 0;
}

#donate input {
	border: 0;
	padding: 0;
}

#content {
	background: #FFF;
	width: 770px;
	float: left;
	padding: 15px 15px 15px 15px;
}

h2#vs {
	font-size: 35px;
}

#sidebar {
	color: #605f5d;
	background: #e9e7e0 url("../gfx/sidebar_end.png") no-repeat bottom;
	width: 180px;
	height: 400px;
	float: right;
	padding: 15px 5px 0px 14px;
	border-left: 1px solid #d3d3d1;
}

#sidebar ul {
	list-style-image: url("../gfx/liste_style.png");
	margin: 0;
	padding-left: 25px;
	padding-bottom: 10px;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li a {
	color: #605f5d;
	text-decoration: none;
}

.messages {
    font-family: "Trebuchet MS", Arial, Sans-serif;
    font-size: 13px;
    text-align: left;
    padding: 5px 20px 5px 45px;
}

.accept {
    background: #6bca81 url(../gfx/accept.png) center no-repeat;
    background-position: 15px 50%;
    color: #FFF;
    border-top: 1px solid #609c43;
    border-bottom: 1px solid #609c43;
}

.error {
    background: #fff6bf url(../gfx/error.png) center no-repeat;
    background-position: 15px 50%;
    color: #333333;
    border-top: 1px solid #ffd324;
    border-bottom: 1px solid #ffd324;
}

.failed {
    background: #eb4e4e url(../gfx/delete.png) center no-repeat;
    background-position: 15px 50%;
    color: #FFF;
    border-top: 1px solid #b03b3b;
    border-bottom: 1px solid #b03b3b;
}

.info {
    background: #F8FAFC url(../gfx/information.png) center no-repeat;
    background-position: 15px 50%;
    color: #333333;
    border-top: 1px solid #B5D4FE;
    border-bottom: 1px solid #B5D4FE;
}