html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
  margin: 0;
  padding: 0;
  border: 0;
}

p  {
  margin-bottom:1em;
}

h1  {
	font-size:150%;
	color:#4E0302;
	font-weight:normal;
}

h2  {
	font-size:140%;
	color:#4E0302;
	font-weight:normal;
}

h3  {
	font-size:130%;
	color:#4E0302;
	font-weight:normal;
}

body  {
  background-color:#cfccb6;
  color:#333;
  font-family: verdana;
	font-size:9pt;
}

a, a:visited, a:hover, a:active  {
  
}

table  {
}

form  {
  margin:0;
}

.form_item  {
  padding:5px;
  width:300px;
  background: #efefef;
  border: 1px solid #999;
  font: 11px Helvetica, san-serif;
  color: #333;
}

#container  {
  width:795px;
  position:absolute;
  left:50%;
  margin-left: -390px;
  background:transparent url(/images/top.gif) no-repeat;
}

#page  {
  position:relative;
}

#header  {
  position:relative;
}

#menu  {
	height:59px;
	margin-left:125px;
  margin-top:90px;
  position:relative;
}

#menu img  {
  border:0;
}

#menu a  {
	text-decoration:none;
}

#menu a:hover  {
}

#content  {
  background:transparent url(/images/middle.gif) repeat-y;
  position:relative;
  width:733px;
  padding-left:62px;
  float:left;
}

#left_side  {
  width:204px;
  position:relative;
  float:left;
}

#right_side  {
  width:470px;
  position:relative;
  float:right;
  padding-right:20px;
}

#footer  {
  background:#fff url(/images/bottom.gif) no-repeat;
  background-position:bottom;
  text-align:center;
  height:98px;
	color:#333;
	font-size:90%;
  position:relative;
  clear:both;
}

#bottom_contact  {
	text-align:center;
	height:24px;
	font-size:90%;
	color:#333;
	padding-top:5px;
	background-color:transparent;
  position:relative;
}

.flash  {
  color:red;
  padding:10px;
  border:1px solid red;
  height:20px;
  margin-bottom:10px;
}
