@charset "utf-8";
/* CSS Document */
body{
	background-color:#3e3e3e;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#wrapper{
	width:872px;
	text-align:left;
	margin:0px auto;
	margin-top:50px;
}
#box_top1{
	width:872px;
	height:35px;
	background-image:url(images/box_top1.jpg);
	font-size:13px;
}

#box_top1 #menu{
	padding-top:10px;
	padding-left:13px;
}

#box_top1 a{
	color:black;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted black;
}

#box_top1 a:hover{
	border-bottom:1px dotted #e1736f;
}

#box_top200{
	width:872px;
	height:36px;
	background-image:url(images/box_top200.jpg);
}
#box_top201{
	width:872px;
	height:36px;
	background-image:url(images/box_top201.jpg);
}
#box_left{
	width:15px;
	height:446px;
	background-image:url(images/box_left.jpg);
	float:left;
}
#box_middle{
	width:821px;
	height:446px;
	background-color:white;
	float:left;
}
#box_right{
	width:36px;
	height:446px;
	background-image:url(images/box_right.jpg);
	float:left;
}
#box_bottom{
	width:872px;
	height:60px;
	background-image:url(images/box_bottom.jpg);
}
#contacts{
	text-align:center;
	padding-top:5px;
	color:white;
}
#copyright{
	color:gray;
	font-size:10px;
	margin-top:20px;
	margin-left:20px;
}
a{
	color:white;
	text-decoration:none;
	border-bottom:1px dotted white;
}

#text{
	padding:20px;
	font-size:12px;
	background-image:url(images/box_triangle.jpg);
	background-repeat:no-repeat;
	background-position:0px 71px;
}
