@charset "utf-8";


/*============================================================
Layout 1column
============================================================*/

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

#container {
	position: relative;
	width: 899px;
	padding: 0;
	margin: 0px auto;
	color: #333333;
	border: 1px solid #A3A3A3;
}

#container:after {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
	content: "";
}

/*\*/
* html #container {
	height: 1px;
	overflow: visible;
}
/**/

#header {
	position: relative;
	height: 60px;
	width: 100%;
	margin: 0px auto;
	color: #333333;
	text-align: left;
	background-color: #EE2010;
}

#main {
	float: right;
	width: 708px;
	padding-top: 5px;
	overflow: hidden;
	text-align: left;
}

#primary {
	width: 860px;
	margin:10px auto;
}
#primary:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
/*\*/
* html #primary {
	height: 1px;
	overflow: visible;
}


#footer {
	clear: both;
	width: 100%;
}



/*============================================================
Content
============================================================*/

.clear {
	clear: both;
}


/* Pagetitle
---------------------------------*/

.topic_path {
	margin: 0 0 5px 20px;
	text-align: left;
}