 body {
 	background-color: #777;
 	
 	/*
 	background-color: black;
 	background-image: url(/images/background.jpg);
 	background-repeat: repeat-x;
 	*/

 }

 em {
 	font-style: italic;
 }

.label {
	width:250px;
	font-weight: bold;
}
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
span.label {
	display: inline-block;
}
 .errormessage {
 	padding: 5px;
 	color: red;
 	font-weight: bold;
 }

 .intro {
 	width: 700px;
 	margin-right: auto;
 	margin-left: auto;
 	
 }
  .intro, .intro p {
  	font-size: 13pt;
  }

 body,div,p,td {
 	vertical-align: top;
 	
 	font-size: 14px;
 	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 }

 A {
 	text-decoration: none;
 	color: #2c5aa0;
 }

 .header {
 	text-align: center;
 	background-repeat: no-repeat;
 	min-height: 64px;
 }

 .page {
	border: 1px solid #dca;
 	background-color: #faeecb;
 	padding: 1em;
 	width: 1130px;
 	margin-left: auto;
 	margin-right: auto;
 }

 .main_content {
 	width: 1130px;
 	float: left;
 	padding: .5em;
 }

 .side_bar {
 	width: 200px;
 	float: left;
 	
 	padding: 0.5em;
 }

 .shadow {

-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}