/* CSS Document */
html {
	width: 100%;
	height: 100%;
	text-align:center;
	background: url("images/bg.gif") repeat;
	font-size:0.8em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

p, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p.small {
	font-size:0.7em;
}
form {
	margin:auto;
	width:500px;
}
form.admin {
	width:400px;
}

legend {
	color:black;
	font-size:1.2em;
}
body {  
	width:800px;
	margin:auto;
	padding:0;
	background-color: #fff;
	background-position:left;
	background-repeat:repeat-y;
	background-image:url(images/bg_main_container.jpg);
}

#main_container {
	margin:auto;
	padding-top:15px;
	width:770px;
	background-image:url(images/bb1.gif);
	background-position:top;
	background-repeat:repeat-x;
}


h1 {
	background-color:black;
	background-image:url(images/bgwel.jpg);
	background-position: 0px -72px;
	color:white;
	margin-top:20px;
	height:81px;
	padding-top:25px;
}

a:link {  text-decoration: none; color: #990000; font-weight: bold}
a:active {  text-decoration: none; color: #990000; font-weight: bold}
a:visited {  color: #990000; text-decoration: none; font-weight: bold}
a:hover {  font-weight: bold; color: #990000; text-decoration: underline; }

div.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image:url(images/tb1.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:15px;
}
