@charset "UTF-8";
/* CSS Document */
a:link {
		text-decoration: none;
		color: #FFFFFF;
	}
	a:active {
		text-decoration: none;
		color: #FFFFFF;
	}
	a:hover {
		text-decoration: none;
		color: #FFFFFF;
	}
	a:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
body {
	background: url(images/bg-delete.jpg) repeat;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#top {
	width: 100%;
	height: 130px;
	margin: 0;
	background: url(images/red-bar.jpg) repeat-x;
	float: left;
}
#container {
	width: 810px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 820px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
#nav {
	width: 800px;
	height: 200px;
	float: left;
	padding: 10px;
	background: url(images/black.png) repeat;
}
#body_box {
	width: 800px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	float: left;
	padding: 10px;
	margin-top: 10px;
	background: url(images/black.png) repeat;
}
#text_box {
	width: 399px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	float: left;
}
#right_box {
	width: 390px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	float: left;
	margin-left: 10px;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}.mainbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.mainred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-style: italic;
	color: #FFFFFF;
}
