@charset "UTF-8";
/* CSS Document */
body{
	background-image:url(../images/background.png);
	background-repeat: repeat;
	text-align:center;
}

#container{
	position:relative;
	margin-top:13px;
	width:1180px;
	height:800px;
	margin-left: auto;
	margin-right: auto;
}

#backgroundwrap{
	width:1180px;
	height:630px;
	background-color: #FFFFFF;
}

.dock-item2 span {
	display: none;
	padding-left: 20px;
	color:#000000;
}

.dock{
	position:absolute;
	top:740px;
	z-index:1;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

/* Rounded Corners */

.roundcont {
	width: 1180px;
	background-color: #FFFFFF;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	position:relative;
	background: url(../images/rs_tr_wht.png) no-repeat top right; 
	width:1180px;
	height:34px;
}

.roundtop img{
	position:absolute;
	left:0;
	top:0;
}

.roundbottom {
	position:relative;
	background: url(../images/rs_br_wht.png) no-repeat top right;
	width:1180px;
	height:34px; 
}

.roundbottom img{
	position:absolute;
	left:0;
	top:0;
}

img.corner {
   width: 34px;
   height: 34px;
   border: none;
   display: block !important;
}

