body {
	background-color: #ddcba7;
	padding: 0px;
	margin: 0px;
}

a, a:link, a:visited {
  color: #354B70;
}

h3 { font-size: 14px;}

a:hover {
  color: black;
}

.header {
	width:1034px;
	height:60px;
	background: url(../../images/header.jpg);
	background-repeat: no-repeat;
}

.heading {
 	width:900px;
	height:50px;
	text-align: left;
	color: #ffffff;
	font-family: Arial;
	font-weight: bolder;
	font-size: 17px;
}

.content {
	width:1034px;
	background: url(../../images/shadow.jpg);
	background-repeat: repeat-y;
  min-height:400px;
	position: relative;
  color: #69575d; 
	overflow:hidden;
	font-family: Arial;
	font-size: 13px;
}

table td {
	padding: 2px 23px;
	vertical-align: top;
	text-align: left;
}

.clearing {
  clear: all;
}

.footer {
	width:1034px;
	height:94px;
	right: 1px; 
	background: url(../../images/footer.jpg);
	background-repeat: no-repeat;
	position: relative;
	overflow:hidden;
}

.footer_content_left { 
  width: 400px;
  float: left;
  text-align: left;
  padding-left: 30px;
  margin-top:30px;  
}

.footer_content_right {
  padding-right: 30px;
  text-align: right;
  margin-top:30px; 
}

.footer a, .footer a:link, .footer a:visited {
  outline:0; 
  -moz-outline:0;
  color: #58595b;
  font-size:11px;
  text-decoration:none;
  font-family: Tahoma;
}

.footer a:hover {
  outline:0; 
  -moz-outline:0;
  color: black;
  font-size:11px;
  font-family: Tahoma; 
}

.logout {
  font-size:10px;
  position:absolute;
  right:20px;
  top:0px;
}

.success {
  color: green;
}

.objects {
  text-align: center;
  padding: 5px;
  background-color: #f2dfb8; 
  border: 3px solid red;
}

.objects hr {
  border-color: #ddcba7;
}

.link_bar a, .link_bar a:visited, .link_bar a:active{
  outline:0; 
  -moz-outline:0;
  color: #ffffff;
  font-weight: bold;
  font-size:13px;
  text-decoration:none;
  font-family: Tahoma;
  
}

.link_bar:hover{
  outline:0; 
  -moz-outline:0;
  color: #ffffff;
  font-size:13px;
  text-decoration:none;
  background-color: #777777;
  font-family: Tahoma;
}

.link_bar {
	float: left;
	width: 250px;
	background-color: #999999;
	text-align: center;
	margin-top: 10px;
	padding: 2px;
	border: 1px solid red;
}

.clearing_start {
  clear: all;
}
