/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html, body {
	margin:0px;
	background: #ffffff url('../images/bg.jpg') repeat-x;
  	text-align:center; height:100%; background-repeat:repeat-x;
	font-family: arial, "lucida console", sans-serif;
	font-size: 8.5pt;
	color:#666666;
}

p {
	margin-bottom:10px;
}

#container {
	width: 488px;
	height:100%;
	margin: 0px auto 0px auto;
	text-align: left;
	padding-top:231px;
	background: url('../images/middleBG.jpg') no-repeat;
}

#logo {
	background: url('../images/logo.jpg') no-repeat;
	height:110px;
}

#contact {
	padding:5px;
	text-align:center;
}

a:link {color:#096D9E; text-decoration: underline;}
a:visited {color:#096D9E; text-decoration: underline;}
a:hover {text-decoration:none; border-bottom:1px dashed #A6C65C; border-top:1px dashed #A6C65C;}
a:active {color:#096D9E; text-decoration: underline;}


