@charset "utf-8";
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 1800px;
	padding: 0px;
}

#navbar {
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/navbar_2.jpg);
	height: 120px;
	padding-left: 3px;
}
#left {
	float: left;
	height: 600px;
	width: 220px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #CC0033;
	padding-right: 5px;
	margin-left: 35px;
}
#header {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	text-align: center;
	padding-top: 15px;
	height: 245px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
}
#main {
	background-repeat: repeat;
	height: 900px;
	width: 780px;
	text-align: center;
}
#picture1 {
	width: 158px;
	height: 250px;
	float: left;
}
#text {
	float: right;
	width: 480px;
	margin-right: 35px;
}

#flash {
	float: right;
	width: 480px;
	padding-right: 35px;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D62947;
}
