@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.logo {
	width: 600px;
	hegiht: 600px;
	margin: 0 auto 0 auto;
}

h1 {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #767676;
	margin: 0px;
}

p {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #767676;
	margin: 0px;
}

a:link {
	color: #A3383D;
	text-decoration: none;
}
a:visited {
	color:#899c36;
	text-decoration: none;
}
a:hover {
	color:#767676;
	text-decoration: none;
}
a:active {
	color: #767676;
	text-decoration: none;
} 
	
.footer {
	width: 600px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #A6A8AB;
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.foooterleft {
	width: 730px;
	float: left;
	padding-bottom: 10px;
}
.foooterright {
	width: 200px;
	float: right;
	text-align: right;
}
