/* CSS Document */
#contactform {text-transform:capitalize;}
#top {
	border-bottom:1px solid #ccc;
	background-color:#e5e5e5;
	height:20px;
}
body {
	margin:0px;
    background:#e5e5e5;
	}
body,td,th,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#container {
margin: 0;
padding: 0;
text-align: center; /* hack to force IE5.x pc to center our wrapper div */
background-image: url(../images/body_bg.gif);
border-bottom:1px solid #ccc;
}

#wrapper {
margin: 0 auto;
background-image: url(../images/wrapper_bg.jpg);
background-repeat: repeat-y;
text-align:center;
width: 770px;
}
#content {
	text-align: left; /* re-align the text to the left after the above hack */
	width:700px;
	padding-top:20px;
}
#header {
	text-align:right;
	padding:10px 30px 0px 0px;
}
#footer {
	text-align:center;
}
h1 {
	font:lighter 13px arial;
	letter-spacing:8px;
	text-transform:uppercase;
	border-bottom:1px dotted #ccc;
	margin:20px 70px 20px 0px;
	color:#000;
	}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	background-color: #990000;
	color:#fff;
}
a:active {
	text-decoration: underline;
	background-color: #000;
	color: #fff;
}
p {line-height:200%;}