html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img
{
	border: 0;
}
body
{
	background-color: #331f1f;
	padding-top: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#top
{
	width: 800px;
	margin: 0 auto;
	background-image: url(images/bgTop.png);
	background-repeat: no-repeat;
	height: 143px;
}
#language
{
	float: right;
	padding-right: 39px;
	padding-top: 21px;
	margin-bottom: 60px;
}
#menu
{
	clear: both;

}
#menu ul
{
	margin: 0 auto;
	position: absolute;
	overflow: hidden;
	padding-left: 180px;
}
#menu ul li
{
	position: relative;
	right: -1px;
	float: left;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #FFFFFF;
}
#menu ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.2em;
}
#menu ul li a:hover
{
	text-decoration: underline !important;
}
#wrapper
{
	width: 800px;
	margin: 0 auto;
}
#picture
{
	width: 362px;
	height: 533px;
	float: left;
}
#picture img
{
	width: 362px;
	height: 533px;
}
#txt
{
	float: right;
	width: 397px;
	color: #59302c;
	font-size: 12px;
	background-color: #FFFFFF;
	min-height: 533px;
	height: auto !important;
	height: 533px;
	padding-left: 16px;
	padding-right: 25px;
}
#txt a
{
	color: #59302c;
	text-decoration: none;
}
#txt a:hover
{
	color: #59302c;
	text-decoration: underline;
}
#txt h5
{
	padding-top: 35px;
	padding-bottom: 30px;
	font-size: 14px;
}
#txt ul
{
	margin-left: 15px;
}
#footer
{
	clear: both;
	width: 800px;
	margin: 0 auto;
	background-image: url(images/bgFooter.png);
	background-repeat: no-repeat;
	height: 125px;
	margin-bottom: 30px;
}
#footer ul
{
	padding-top: 10px;
	width: 708px;
	margin: 0 auto;
}
#footer ul li
{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.copyright
{
	clear: both;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 3.4em;
	padding-left: 10px;
}
.created
{
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 3.4em;
	padding-right: 10px;
}
.created a
{
	text-decoration: none;
	color: #FFFFFF;
}
.created a:hover
{
	text-decoration: underline;
}
