/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(img/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1, h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1 span, h2 span {
	display: block;
	padding-top: 3px;
	font-size: 8px;
	color: #AD0000;
}

h3 {
	font-size: 11px;
	color: #EDEDED;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A6A6A6;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 150%;
}

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

/** LINKS */

a {
	color: #818181;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** MENU */

#menu {
	background: url(images/subpage2_-05.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	position: relative;
	padding: 2px 16px 2px 22px;
	background: url(img/homepage03.gif) no-repeat left center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: normal 8px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu .first a {
	padding-left: 0px;
	background: none;
}

/** PAGE */

#bg-left {
	background: url(images/subpage2_-10.jpg) no-repeat left top;
}

#bg-right {
	background: url(images/subpage2_-10.jpg) no-repeat left top;
}

.text1 {
	margin: 50px 0px 50px 125px;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #E8E8E8;
}

.text1 span {
	margin: -7px 0px 0px 70px;
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	color: #AD0000;
}

/** CONTENT */

.three-columns {
	background: url(images/subpage2_-06.jpg) no-repeat left top;
}

.three-columns .column1,
.three-columns .column2,
.three-columns .column3 {
	height: 310px;
	overflow: auto;
}

.two-columns {
	background: url(images/subpage2_-06.jpg) no-repeat left top;
}

.two-columns .column1,
.two-columns .column2 {
	height: 310px;
	overflow: auto;
}

.one-column {
	background: url(images/subpage2_-11.jpg) no-repeat left top;
}

.one-column .column {
	margin-right: 30px;
	overflow: auto;
}

/** FOOTER */

#footer {
	background: url(images/subpage2_-12.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding-top: 40px;
	line-height: normal;
	text-align: center;
	font-size: 10px;
	color: #787878;
}

/** Rollover Text */

#container {
     width:140px;
     border: double 6px #000000;
     background:#ffffff;
     padding:10px;
 }
.links {
     list-style:none;
     color:#990000;
     margin-top:30px;
 }
.links img {
     width:50px;
     height:50px;
     border:solid 2px #000;
 }
