* {
	margin: 0;
	padding: 0;
}
html[xmlns="http://www.w3.org/1999/xhtml"] {
	height: 100.05%;
}
h\tml:f\irst-child>body {
	height: 101%;
}
body {
	margin: 0; padding:0;
	text-align: center;
	color: #5c5c5c;
	background-color: #000;
	font-family: arial, tahoma, arial, sans-serif;
	font-size: 12px;
	min-width: 740px;
}
h1,h2,h3,h4,h5,h6 {
  color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom:10px;
	text-transform: uppercase;
}
ul {
  padding-left: 15px;
}
p.bodytext {
	line-height: 1.5em;
}
a:link { color: #BF0F1A; text-decoration: none; }
a:visited { color: #BF0F1A;  text-decoration: none; }
a:hover { color: #BF0F1A;  text-decoration: none; }
a:active { color: #BF0F1A;  text-decoration: none; }
a:focus { color: #BF0F1A;  text-decoration: none; }

img {
	border: none;
}
#container {
	margin: 0 auto;
  text-align: left;
  width: 740px;
	background-color: #FFF;
	overflow: hidden;
}
#header {
	height: 224px;
	background: #000 url(images/bg-header.jpg) no-repeat center;
}
#header .navi ul {
	margin:0;
	padding:205px 0 0 0px;
}
#header .navi ul li {
	float: left;
  padding:0;
  margin-right:15px;
  text-indent: 5px;
	list-style: none;
}
#header .navi ul li a {
	color: #FFF;
	height: 8px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
#main {
	text-align: left;
	width: 720px;
	padding:10px;
}
.left-column {
  float:left;
	width:450px;
	padding:0 10px 0 11px;
	border-right:1px solid #dadada;
}
.right-column {
  float:right;
	width:220px;
	padding:0 14px 0 10px;
	overflow: hidden;
}
.sidebarbox {
  background-image: url(images/seperator.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  margin-bottom:10px;
  padding-bottom:10px;
}
/* min-height hack working in all browsers! */
.prop {
	height: 550px;
	float: right;
	width: 1px;
}
.clear {
	clear: left;
	height: 1px;
	overflow: hidden;
}
#wrap {
	min-height: 550px;
	height: auto;
}
/* bis 6 */
* html #wrap {
	height: 550px;
}
/* ie 5*/
html + body #wrap {
	height: 550px;
}
/* bis 6 */
* html .prop {
	display: none
}
form {
	margin-bottom: 20px;
}
form fieldset {
	border: 0;
}
form label {
	color: #5c5c5c;
}
form input {
	border: 1px solid #5c5c5c;
	color: #767676;
	width:180px;
	font-size: 12px;
	margin-bottom:5px;
	padding-bottom:3px 0 3px 0;
}
form .csc-mailform-submit {
	margin: 5px 0 0 0;
	border: 1px solid #5c5c5c;
	background-color: #FFF;
	color: #5c5c5c;
	width:182px;
	font-weight: normal;
}

