body {
	margin: 0;
	padding: 0;
	background-image: url("/img/background.png");
}

a {
	color: #333;
}

#top_bar {
	width: 100%;
	background-image: url("/img/top_bar.png");
}

#advertising {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url("/img/advertising_back.png");
	text-align: center;
}

#big_container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

#top_container {
	position: relative;
	width: 900px;
	height: 100px;
	background-image: url("/img/top_nav.png");
}

#social {
	position: fixed;
	right: 0px;
	width: 125px;
	height: 84px;
	top: 160px;
	background-image: url("/img/social_back.png");
	background-repeat: no-repeat;
}

#social_padding {
	padding-top: 17px;
	padding-left: 22px;
}

#top_logo {
	position: absolute;
	left: 30px;
	bottom: 15px;
}

#top_nav_item_1 {
	position: absolute;
	left: 215px;
	bottom: 15px;
}

#top_nav_item_2 {
	position: absolute;
	left: 464px;
	bottom: 15px;
}

#top_nav_item_3 {
	position: absolute;
	left: 618px;
	bottom: 15px;
}

#top_nav_item_4 {
	position: absolute;
	left: 669px;
	bottom: 16px;
}

#bottom_container {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-family: garamond;
	font-size: 19px;
	line-height: 30px;
	color: #333;
}

#description {
	width: 830px;
	font-size: 13px;
	color: #777;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	font-family: garamond;
	margin-left: auto;
	margin-right: auto;
}

#description a {
	text-decoration: none;
}

#footer {
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	color: #777;
}

#footer a {
	color: #777;
}

h1 {
	font-family: garamond;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	line-height: 35px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
color:#900;

}

table.the_list td {
    border-top: 1px solid #D9D9D9;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}