/** BASIC */
html{
	background-image: url(/images/css/hands2.gif);  
}

body {
	text-align: justify;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: #274690;

}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -2px;
	text-transform: lowercase;
  margin:0;
  margin-top:1em;
}

h2, h3 {
 	text-transform: lowercase;
	letter-spacing: -2px;
}
h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 167%;
	font-weight: normal;
	color: #274690;
  margin-top:1em;
}
ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #274690;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#hd {
	height: 80px;
	margin: auto;
	background: #9AB0E4 url(/images/css/img01.gif) no-repeat left top;
}

#hd h1 {
	float: left;
	margin: 0px;
	padding: 35px 3px 0px 10px;
}

#hd h2 {
	float: right;
	margin: 0px;
	padding: 23px 10px 0px 0px;
	background: url(/images/css/img02.gif) no-repeat right top;
}

/** MENU */

#menu {
	height: 30px;
	margin: 0px auto;
	background: url(/images/css/img03.gif) repeat-x left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

/** CONTENT */
.main_content {
	background: url(/images/css/img04.gif) repeat-y left top; 
  width:750px;   
}

.content {
	margin: 0px auto;
  width:710px;
  padding: 20px ;
}

.admin_content {
	background: #FFFFFF; 
  padding:3px;
  width:1800px;
  margin:10px;
}
.admin_content td {
  line-height:1.2em;
}

#front_page p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 167%;
	font-weight: normal;
	color: #274690;
  margin-top:1em;  
}

a.customize_button {
  background:url(/images/css/customize_button.png) top left no-repeat;
  height:70px;
  width:592px;
  overflow:hidden;
  background-position: 0px 0px;
  text-decoration:none;
  margin-bottom:10px;
  float:left;
}

a.customize_button:hover {
  background-position:0px -70px;
}

td {
  border:0px none;
  padding:0px;
  line-height:9px;
}

/** FOOTER */

#ft {
	margin: 0px auto;
	background: #809CDD url(/images/css/img05.gif) no-repeat left bottom;
}

#ft p {
	margin: 0px;
	padding: 15px 10px;
	background: url(/images/css/img06.gif) no-repeat right bottom;
	font-size: 77%;
	color: #274690;
}

label.error {
  color:red;
}