/** BASIC */

body { margin: 0; padding: 0; line-height: 16pt; text-align: justify; font-size: 10pt; color: black; font-family: tahoma, helvetica; font-weight: 200; background-image: url(images/img02.jpg); background-repeat: repeat-x; background-attachment: scroll; background-position: left top; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a { color: #5b1419; font-size: 11pt; text-decoration: none; }

a:hover { color: gray; font-size: 11pt; text-decoration: none; }

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header { color: white; background-color: #5b1419; width: 800px; margin: 0 auto; padding: 1em; height: 90px; }

#header h1 { font-size: 30pt; margin: 0; padding: 20px 0 0; text-transform: none; font-weight: bold; font-style: normal; line-height: 32pt; }

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0 0 0 95px;
	text-transform: none;
	font-weight: bold;
	font-size: 18pt;
}

/** MENU */

#menu {
	width: 800px;
	margin: 0 auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a { padding: 0 20px; text-decoration: none; text-transform: none; font-weight: 500; font-size: 11pt; color: #ffffff; background-image: url(images/img04.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right 50%; }

#menu a:hover { color: #5b1419; font-size: 11pt; background: #ccc; }

#menu .active { color: #fff; font-size: 11pt; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

/** CONTENT */

#content { width: 800px; margin: 0 auto; padding: 40px 0 20px; }

#columnA { float: right; width: 400px; padding-right: 20px; padding-left: 20px; border-left: 1px dashed #eeeeee; }
#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}
#columnB {
	float: left;
	width: 200px;
}
#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}
/** FOOTER */

#footer { color: #5b1419; font-size: 10pt; background-image: url(images/img03.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: left top; clear: both; margin: 0 auto; height: 59px; text-align: center; }

#footer p {
	margin: 0;
	padding: 18px 0 0;
	font-size: 10pt;
	color: #ffffff;
}

#footer a { color: #cccccc; font-size: 10pt; font-weight: 100; }