body {
	padding: 0;
	margin: 0;
	color: #231f20;
	font-family: Arial;
}

a {
	color: #0e8bcc;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#homepage {
	font-weight: bold;
}

#homepage a {
	color: #0e8bcc;
	text-decoration: underline;
}

#homepage a:hover {
	text-decoration: none;
}


#main_table {
	background-image: url(images/bar.png);
	background-repeat: repeat-y;
	font-family: arial
	font-size: 12px;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 98px;
	padding: 0;
	margin: 0;
}

.header_position {
	position: relative;
	top: 110px;
	left: 30px;
}

#navigation {
	padding-left: 70px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	background-image: url(images/bbb.gif);
	background-repeat: no-repeat;
	background-position: 65% 90%;
}

#navigation a {
	color: #231f20;
	text-decoration: none;
}

#navigation .active a {
	color: #0e8bcc;
}

#navigation a:hover {
	color: #0e8bcc;
}

#navigation li {
	list-style-image: url(images/dot.png);
	line-height: 22px;
}

#topright {
	background-image: url(images/topright.gif);
	background-repeat: no-repeat;
	width: 350px;
	height: 246px;
	padding: 0;
	margin: 0;
}

#rotating_images {
	padding: 0;
	margin: 0;
	width: 217px;
}

#content {
	background-image: url('images/bottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 900px;
	height: 302px;
	padding: 0;
	margin: 0;
	z-index: 10;
}

.interior_content {
	padding-left: 100px;
	padding-right: 100px;
}

#left_content {
	padding-left: 80px;
}

#right_content {
	padding-right: 80px;
}

h2 {
	color: #0e8bcc;
}

#footer {
	height: 110px;
	width: 500px;
	font-size: 10px;
}

.footer_text {
	text-align: center;
	position: relative;
	top: 50px;
	left: 150px;
}

#linkedin { position: relative; top: 174px; left: 235px; float: left; display: inline; }
#facebook { position: relative; top: 205px; left: 210px; float: left; display: inline; }
