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

* {
	margin:0;
	padding:0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	font-weight: bold;
	color: #006666;
}
a:hover {
	font-weight: bold;
	color: #003333;
}
a:active {
	font-weight: bold;
	color: #006666;
}
a:visited {
	font-weight: bold;
	color: #006666;
}
#wrapper {
	width:100%;
	position:relative;
	display:block;
}

#center{
	position:absolute;
	left: 50%;
	margin-left:-360px;
	top:0;
	width:720px;
}
#center .block {
	display: block;
}
#content {
	font-size: 0.75em;
	background-repeat: repeat-y;
	padding-left: 60px;
	padding-right: 60px;
	font-family: Myriad, Arial;
	background-image: url(images/sub_bg_slice.jpg);
}
#content .title {
	font-size: 18px;
}
#center #top {
	margin: 0px;
}
.pr {
	padding: 5px;
	width: 625px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

