@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#wrapper {
	width: 955px;
	background-image: url(../images/backpicture.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: auto;
	margin-left: auto;
}
#container1 {
	background-image: url(../images/left_column.png);
	background-repeat: repeat-y;
	background-position: left;
}

#container2 {
	background-image: url(../images/right_column.png);
	background-repeat: repeat-y;
	background-position: right;
}
#header {
	background-image: url(../images/header_image.jpg);
	background-repeat: no-repeat;
}
#left_column {
	width: 154px;
	float: left;
	margin-top: 10px;
}
#center_container {
	float: left;
	width: 626px;
}

#top_menu {
	width: 626px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#top_menu a {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #73130A;
}
#top_menu a:hover {
	color: #004619;
}

#main_content {
	width: 606px;
	margin-right: 10px;
	margin-left: 10px;
}
#main_content img {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#right_column table {
	font-size: small;
	color: #360;
	text-align: center;
	font-weight: normal;
}
#right_column table th {
	color: #73130A;
	font-weight: bold;
}


#right_column {
	float: right;
	width: 154px;
	margin-top: 10px;
}
#footer {
	text-align: center;
}

div {
	border: thin none #F00;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;

}
.center_content {
	text-align: center;
}

.main_title {
	font-size: 24px;
	font-weight: bold;
	color: #060;
	text-align: center;
	font-variant: small-caps;
}

.welcome_msg {
	font-size: 36px;
	text-align: center;
	color: #060;
	font-weight: bold;
}
#placitude_info {
	clear: both;
	font-size: small;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
