body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background: #ebeced url('./../images/bg.png') top center repeat-x;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	text-shadow: 0px 1px 1px #fff;
}

.content_top {
	height: 45px;
	width: 800px;
	padding: 0px;
	margin: 0px auto;
}

.content {
	background: url('./../images/bg_mid.png') top center repeat-y;
	width: 720px;
	padding: 10px 40px;
	margin: 0px auto;
}

.content_bottom {
	background: url('./../images/bg_bottom.png') bottom center no-repeat;
	height: 45px;
	width: 800px;
	padding: 0px;
	margin: 0px auto;
}

p {
	margin: 0px;
}

.justify {
	text-align: justify;
}

ul {
	margin: 0px;
}

h1 {
	margin: 10px 0px 5px 0px;
}

h2 {
	margin: 10px 0px 5px 0px;
}

a {
	color: #5b78ad;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #5b78ad;
	text-decoration: none;
}

a:hover {
	color: #ed8531;
	text-decoration: none;
}
