@charset "utf-8";
body , html{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #333;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#container {
	height: 800px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#left_siderbar {
	/* [disabled]background-image: url(../images/left_sidebar.png); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: left -2px; */
	float: left;
	height: 768px;
	width: 297px;
}
#footer_blocks {
	height: 100px;
	width: 670px;
	background-image: url(../images/bottom_blocks.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: 12px;
}

#right_container {
	float: right;
	min-height: 786px;
	width: 725px;
}
.clear {
	height: 15px;
	width: 100%;
	margin-top: 5px;
	clear: both;
}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 50px;
	width: 725px;
	padding-top: 100px;
}
#navigation {
	height: 40px;
	width: 100%;
}

#information_container {
	min-height: 250px;
	width: 620px;
	margin-left: 15px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 20px;
	background-color: #4D4D4D;
	box-shadow: 0px 0px 5px #000;
	text-align: justify;
}
#footer {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	height: 15px;
	width: 670px;
	margin-top: 5px;
	margin-left: 12px;
}
#footer a {
	color: #F15A24;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
h1 {
	color: #F15A24;
	font-size: 18pt;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 5px;
}
h2 {
	color: #CCCCCC;
}

#breadcrumbs {
	font-size: 10px;
	height: 15px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#breadcrumbs a {
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
}
#pagination {
	height: 15px;
	width: 640px;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#pagination a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
