body {
	background-color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	width: 900px;
}
#header {
	background-repeat: no-repeat;
	float: right;
	height: 35px;
	width: 600px;
	padding-bottom: 15px;
	position: relative;
}


#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #747578;
	float: right;
	width: 600px;
	z-index: 100;
	position: relative;
	background-color: #FFFFFF;
	border: 2px solid #747578;
	padding-bottom: 10px;
	top: 50px;
}
#content {
	clear: both;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 70px;
}
#sub2 {
	float: right;
	width: 225px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#content span {
	text-transform: none;
}
#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #519bbb;
	line-height: 20px;
	font-weight: bold;
	float: left;
	width: 197px;
	position: absolute;
	top: 160px;
	left: 119px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: repeat-y;
	z-index: 200;
}
blockquote {
	text-indent: -20px;
}

#sub1 {
	float: left;
	width: 225px;
}
#content li {
	list-style-type: disc;
	color: #f4921d;
}

#footer {
	clear: both;
	float: right;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #519bbb;
	text-align: center;
	padding-top: 10px;
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #519bbb;
	font-weight: normal;
	float: left;
	width: 195px;
	position: absolute;
	top: 510px;
	background-repeat: no-repeat;
	left: 91px;
	z-index: 100;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: right;
}
#me {
	position: absolute;
	top: 82px;
	background-repeat: no-repeat;
	height: 418px;
	z-index: 150;
	background-image: url(images/lc.png);
	width: 229px;
	left: 100px;

}
#content img {
	padding-right: 10px;
	padding-bottom: 5px;
}
#links a {
	color: #519BBB;
	text-decoration: none;
}
#links a:hover {
	color: #519BBB;
	text-decoration: underline;
}
#links a.active  {
	color: #bfd730;
}
#footer a {
	color: #519bbb;
	text-decoration: none;
}
#footer a:hover {
	color: #519bbb;
	text-decoration: underline;
}
#links a.active:hover {
	color: #bfd730;
	text-decoration: none;
}
#content a {
	color: #519bbb;
	text-decoration: underline;
}
