/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(/imgs/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #D5EAF4;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #378BB9;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#container {
	width: 100%;
	text-align: center;
}

#content_top {
	margin: auto;
	width: 803px;
	height: 12px;
	background-image: url(/imgs/top.jpg);
}

#content_bottom {
	margin: auto;
	width: 803px;
	height: 12px;
	background-image: url(/imgs/bottom.jpg);
}

#content {
	margin: auto;
	text-align: left;
	width: 743px;
	padding: 10px 30px 10px 30px;
	background-color: #ffffff;
	overflow: auto;
}

#content img {
	padding: 10px;
}