body {
 
  background-color: #fff0cc;
  padding: 0px;
  margin: 0px;
  
  font-size: 70%;
  font-family: "Century Gothic","URW Gothic L",arial,helvetica,sans-serif;
  
}

#header {
  
  background-image: url('../img/headgrad.png');
  background-repeat: repeat-x;
  height: 106px;
  width: 100%;
  
}

#header_left {
  
  background-image: url('../img/blocksheader.png');
  background-repeat: no-repeat;
  height: 106px;
  width: 286px;
  float: left;
  
}

#header_right {
  
  background-image: url('../img/logo.png');
  background-position: top right;
  background-repeat: no-repeat;
  height: 106px;
  margin-right: 20px;
  
}

#header_right h1 {
  margin: 0px;
  padding: 0px;
}

#header_right h1 span {
  display: none;
}

#left {
  background-color: #a22b29;
  background-image: url('../img/borderleft.png');
  background-repeat: repeat-y;
  background-position: top right;
  padding-bottom:0;
  width: 215px;
  float: left;
  clear: both;
}

#nav_left {
 
  background-image: url('../img/blocksmenu.png');
  background-repeat: no-repeat;
  background-position: 0px -1px;
  
  width: 215px;
  float: left;
  clear: both;
	height:60px;
	background-color:#A22B29
}
#nav_right {
  margin-left:215px;
	padding-top:25px;
	background-image: url('../img/bordertop.png');
  background-repeat: repeat-x;
  background-position: top left;
  margin-left:215px;
	padding-top: 15px
}
#menu {
  position:absolute;
	width:218px;
	top:0;
	left:0
}
#menu h3 {
  font-size: 1.2em;
	font-weight:bold;
	width: 200px
}
#left_bottom {
  background-image: url('../img/menu_bottom.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 215px;
  height: 20px;
  float: left
  }

#right {
  background-image: url('../img/borderleft.png');
  background-repeat: repeat-y;
  background-position: top left;
	border-left:196px #a22b29 solid
}
#mid_wrapper {
  position:relative
}
#content {
  padding: 15px 20px 15px 30px;
  color: #6a6a6a;
}

#content h2 {
  margin-top: 0px;
  font-weight: normal;
  font-size: 2.8em;
}

#content p.breadcrumbs {
  color: #2594ac;
  font-weight: bold;
  font-size: 1.4em;
}

#content p.breadcrumbs a {
  color: #2594ac;
  text-decoration: none;
}

#content p.breadcrumbs a:hover {
  text-decoration: underline;
}

#article_content {
  font-size: 1.3em;
	min-height: 80px
}

#content ul.list {
  list-style-image: url('../img/bullet.gif');
}


#content a {
  
  color: #2594ac;
  text-decoration: none;
  font-weight: bold;
  
}

#content a:hover {
  
  text-decoration: underline;
  
}

#footer_container {
  
  clear: both;
  
  height: 30px;
  
  background-image: url('../img/bordertop.png');
  background-repeat: repeat-x;
  background-position: top left;
  margin-left: 180px
}

#footer {
  
  height: 35px;
  
  background-image: url('../img/dots.png');
  background-repeat: no-repeat;
  background-position: 0px 4px;
  
  padding-top: 20px;
  
  text-align: center;
  color: #a22b29;
  font-size: 1.1em;
}

#footer p {
  margin: 0px;
}

#footer a {
  
  color: #2594ac;
  text-decoration: none;
  font-weight: bold;
  
}

#footer a:hover {
  
  text-decoration: underline;
  
}

.edit_link {

  font-size: 0.9em;
  
	
}

.edit_link a {
  font-weight: bold;
}

#edit_table {

  background-color: #a22b29;
  padding: 3px;

}

#edit_table td {
  color: #fff0cc;
  font-size: 1.3em;
  padding: 2px;
}

#add_submit,#del_submit,#move_submit {
  width: 80px;
}

#edit_table select,#name_image,#name_project {
  color: #a22b29;
  background-color: #fff0cc;
  font-family: "Century Gothic","URW Gothic L",verdana,arial,helvetica,sans-serif;
  width: 200px;
}

#image_file {
  color: #a22b29;
  background-color: #fff0cc;
  width: 280px;
}

#page {
  height: 0px;
}

#image_bar {
  list-style-type: none;
  margin: 0px;
  padding: 0px 10px;
}

form {
  max-width: 500px;
}

label {
  display: block;
}

legend {
  border: 1px solid #a22b29;
  padding: 2px;
  color: #a22b29;
}

legend.hide {
  display: none;
}

#right fieldset {
  border: 1px solid #a22b29;
  margin: 8px 0px;
  width: 500px
}

input#user_name,input#user_email,textarea {
  width: 475px;
}

textarea#server_comments {
  height: 90px;
  font-family: "Century Gothic","URW Gothic L",verdana,arial,helvetica,sans-serif;
}
#nav_wrapper {
position:relative
}
#new_nav {
  padding: 0;
	margin:5px;
  background: url('../img/nav_grad.png') top left repeat-x #a22b29;
	height: 30px;
}
#new_nav li.menu {
  float:left;
	list-style-type:none;
	margin:0;
	border-right: 1px solid #d49480;
  z-index: 100
}
#new_nav li.menu a {
  padding: 0 15px;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff0cc;
	display:block;
	line-height:30px;
  z-index: 100
}
#new_nav li.menu a:hover,#new_nav li:hover a,#new_nav li.sfhover a {
  color: #fff;
	background-color: #a22b29;
  z-index: 100
}
#new_nav li ul {
	position: absolute;
	width: 250px;
	margin: 0;
	left: -999em;
	background-color: #a22b29;
	padding: 0;
  z-index: 100
}
#new_nav li ul li {
	list-style-type:none;
	padding:0;
	margin:0;
	border-top: 1px solid #fff0cc;
  z-index: 100
}
#new_nav li ul li a {
	line-height: 2em !important;
	color: #fff0cc !important
}
#new_nav li ul li a:hover {
  color: #fff !important
}
#new_nav li:hover ul,#new_nav li.sfhover ul {
	left: auto
}
#menu fieldset {
  border: none
}
#menu h3 {
  color: #fff0cc;
  margin-left:10px
}
#email {
  width: 175px;
  margin-bottom: 10px
}
#menu label {
  color: #fff0cc
}
#subscribe {
  margin-right: 25px;
  margin-bottom: 10px;
  float: right;
	display:inline
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.editors {
  text-align:right;
	margin:0;
	padding:0 5px 0 0;
	position:absolute;
	right: 0;
	bottom: -20px;
	z-index:200
}