#benda.colors {
	color: #ED1C24;
}

body {
  background: #120500 url(../images/bg-repeat.png) repeat 50% 0;
  color: #FFF5F5;
  font-family: Arial,sans-serif;
  font-size: 12px;
	width:100%;
  margin:0;
  padding:0;
  text-align:center;
}

#siteWrapper {
  margin: 0 auto;
  width:1300px;
  height:100%;
	text-align: left;
  overflow: hidden;
	margin: 0 auto;
	background: url(../images/sitewrapperbg.png) repeat-y;
}

#leftBg {
  width:175px;
  height:590px;
	float: left;
	background: url(../images/leftborderbg.png) no-repeat fixed top left;
}

#mainWrapper {
  width: 950px;
  top: 0px;
	float: left;
}

#rightBg {
  top:0px;
	left: 1125px;
  width:175px;
  height:590px;
	float: right;
}

#header {
  width: 1300px;
	height: 185px;
	background: url(../images/headerbg.png) no-repeat 0 0;
}

#logo, #menu, #footerleft {
  margin: 0 0 0 175px;
}

#logo a img{
	margin: 30px 0 0;
}

#logo a:hover, #menu a:hover, .menu2Item a:hover {
  background-color: transparent;
}

#menu #menu-1 div {
	display: inline;
}

.menu2Item {
  margin-right: 5px; 
}

#content {
  width:950px;
  min-height:600px;
	background: url(../images/contentbg.png) repeat-y;
	overflow: hidden;
	margin: 0 auto;
}

#left {
  float:left;
  width:610px;
  min-height:600px;
	padding: 20px;
	background: url(../images/leftbg.png) repeat-y 0 0;
}

#right {
	float: left;
  width:260px;
  min-height:600px;
	padding: 20px;
	background: url(../images/rightbg.png) repeat-y 0 0;
}

.block {
  margin: 0 0 40px;
}

#footer {
  width:1300px;
  height: 85px;
	padding: 20px 0 0 20px;
	float: left;
	background: url(../images/footerbg.png) no-repeat 0 0;
}

p.bodytext, a, li, input, label, textarea {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height:130%;
	margin: 0 0 6px;
}

a {
  color: #ED1C24;
}

a:hover {
  color: white;
	background-color: #ED1C24;
}

h1 {
  font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	color: #ED1C24;
	margin: 0 0 10px;
}

h2 {
  font-size: 23px;
	font-weight: bold;
	text-transform: none;
	font-style: italic;
	color: white;
	margin: 10px 0 0;
}

h2 a {
  font-size: 23x;
	font-weight: bold;
	text-transform: none;
	font-style: italic;
	color: white;
	margin: 10px 0 0;
}

h4 {
	font-size: 17px;
	color: #ED1C24;
	margin: 0 0 10px;
}

ul, ol {
  margin: 0 0 0 20px;
}

ul li {
  list-style: square url(../images/bullet.png) outside;
}

ol li {
  list-style-position: outside;
}

fieldset {
  border: 0;
}

fieldset div.csc-mailform-field {
  float: left;
	margin: 5px 0;
	width: 100%;
}

div.csc-mailform-field label {
  float: left;
	width: 60px;
}

div.csc-mailform-field input {
  float: left;
	width: 180px;
	padding: 2px;
}

div.csc-mailform-field textarea {
  width: 180px;
	padding: 2px;
}

div.csc-mailform-field input.csc-mailform-submit {
  float: right;
	background-color: #ED1C24;
	color: white;
	width: auto;
	margin: 0 15px 0 0;
	padding: 4px;
}

div.csc-mailform-field input.csc-mailform-submit:hover {
	background-color: white;
	color: #ED1C24;
}

input {
  color: black;
}

table.contenttable tr.tr-even {
  background-color: #333;
}

table.contenttable tr td, table.contenttable tr th {
  padding: 5px 15px 5px 5px;
}

* html #right {
	padding: 20px 5px;
	}


