* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

body {
	background-color: #F7CBE2;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


/* -- wrapper */
#wrapper {
	width: 793px;
	background-color: #3b4b5b;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D8006D;
	border-left-color: #D8006D;
	background-image: url(../../images/bg_wrapper.jpg);
	background-repeat: repeat-y;
}

/* -- language switcher */
#language-switcher {
	width: 600px;
	margin: 0 auto;
	text-align: right;
	padding: 1em 0;
}

/* -- header */
#header {
	height: 220px;
	margin-bottom: 1em;
	
	background-repeat: no-repeat;
	background-position: left top;
}
#subheader {
	height: 40px;
	margin-left: 215px;
	padding-left: 15px;
	padding-top: 30px;
	width: 400px;
}

#subheader h1 {
	font-size: 20px;
	color: #FFFFFF;
}

/* -- content */
#content {
	min-height:420px;
	height:auto !important;
	height:420px;
	color: white;
	line-height: 1.5em;
	width: 396px;
	margin-left: 215px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#content a {
	font-weight: bold;
	text-decoration:underline;
}

h1, h2, h3 {
	margin: 0.5em 0;
}

p {
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

/* -- footer */
#footer {
	margin-top: 1em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.8em;
	padding-top: 5px;
	background-color: #D8006D;
	height: 107px;
}

#footer * {
	font-size: 0.7em;
}

#footer a {
	color: white;
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover {
	color: #ccc;
}

#footer #last {
	border: none;
}
