/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	color: #fff;
	padding:0;
	margin: 0;
	background: #30535f url(../images/bg.gif) repeat-y center top;
	overflow: -moz-scrollbars-vertical;
	text-align:center;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color:#b8cbd2
}
a:hover {
	text-decoration: underline;
	color:#3399CC
}


#outer {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:663px
}

#middle {
	background-image:url(../images/header.jpg);
	height:665px;
	background-repeat: no-repeat;
	padding:150px 0 0 25px ;
}

#content{
	width:300px;
}

#footer{
	width:630px;
	height:40px;
	padding: 20px 0 0 0;
}

#contact{
	position:relative;
	left: 0px;
	top: -380px;
	padding:14px 10px 10px 10px;
	background-image:url(../images/contact.gif);
	background-repeat: no-repeat;
	float:right;
	width:243px;
	height:78px;
}
#contact a{
	text-decoration:none;
}

input.button {
	cursor: pointer;
}

p#intro {
	font-size:17px;
}

p#second {
	font-size:13px;
}

p {
	margin-top: 10px;
	margin-bottom: 5px;
}

p.spacer {
	margin-top: 15px;
	margin-bottom: 15px;
}

img {
	border: 0 none;
}

table {
	border: 0 none;
}
td {
	border: 0 none;
}
a.mail {
	background: url(../images/mail.gif) no-repeat left center;
	padding-left:22px;
	font-weight:bold;
}
a.mail:hover {
	text-decoration:underline;
}