@charset "UTF-8";
/* CSS Document */

body {
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
}

p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

td {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.reqs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FF9933;
	background-color: #660000;
	text-align: center;
	display: block;
	padding: 5px;
}


#layout {
	height: 600px;
	width: 1000px;
	margin:0 auto;
	position: relative;
}
#header {
	background-image: url(images/elsenpeter_top.gif);
	position: absolute;
	height: 130px;
	width: 1000px;
	left: 0px;
	top: 0px;
}
#leftdrape {
	background-image: url(images/drape_left.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 596px;
	width: 113px;
	left: 0px;
	top: 0px;
}
#rightdrape {
	background-image: url(images/drape_right.gif);
	position: absolute;
	height: 596px;
	width: 96px;
	top: 0px;
	right: 0px;
}
#backgrounddrape {
	background-image: url(images/backdrape_repeat.gif);
	background-repeat: repeat-x;
	position: absolute;
	height: 200px;
	width: 1000px;
	left: 0px;
	top: 0px;
}
#menu {
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 120px;
}

#content {
	position: relative;
	height: 450px;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	top: 180px;
	margin-bottom: 120px;
}

#content li {
	margin-top:8px;
	margin-bottom:8px;
}

#footer {
	position: relative;
	width: 800px;
	text-align: center;
	left: 50%;
	margin-left: -400px;
	height: 100px;
	background-image: url(images/audience.jpg);
	background-repeat: repeat-x;
	padding-top: 80px;
	clear: both;
	bottom: 0px;
}

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

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

a:active {
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	color: #6666CC;
}


.columns li h4 {
	text-decoration: none;
	margin: -5px -5px 0 -5px;
	color: white;
	padding: 5px !important;
}
.columns li {
	float: left;
	min-height: 120px;
	width: 22% !important;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
}
.columns {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0px;
}

#imagelist li {
	float: left;
	height: 80px;
	width: 80px; 
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
}
#imagelist {
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FF9900;
	text-transform: uppercase;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0000;
	padding-left: 20px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CC9900;
	padding-left: 20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CCCC00;
	padding-left: 20px;
}


h3.acc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CCCC00;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	padding: 5px;
	background-image: url(images/accbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}

div.acc {
	padding: 10px;	
}


h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0000;
}

.talent {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.talent li {
	background-image: url(images/talent_button.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 175px;
	padding-bottom: 2px;
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.talent li:hover {
	background-image: url(images/talent_button_ov.gif);
	background-repeat: no-repeat;
}

.talent li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
	display: block;
	height: 20px;
	width: 175px;
	line-height: 20px;
}
