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

#float-copy{
	height: 102px;
	width: 346px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ABD4F4;
	font-size: 11px;
	top: 162px;
	font-weight: bold;
	padding-left: 15px;
	text-align: left;
}
#p-copy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ABD4F4;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	white-space: pre;
}
/*/height/*/
#left{
	height: 2100px;
	width: 40px;
	float: left;
	background-image: url(../images/sidebar_left.gif);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
#right{
	height: 2100px;
	width: 40px;
	float: left;
	background-image: url(../images/sidebar_right.gif);
	background-repeat: repeat-y;
}
	
#content{
	width: 752px;
	background-color: #599BDB;
	float: left;
	height: 2100px;
}
/*/HOME height/*/
#homeleft{
	height: 2420px;
	width: 40px;
	float: left;
	background-image: url(../images/sidebar_left.gif);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
#homeright{
	height: 2420px;
	width: 40px;
	float: left;
	background-image: url(../images/sidebar_right.gif);
	background-repeat: repeat-y;
}
	
#homecontent{
	width: 752px;
	background-color: #599BDB;
	float: left;
	height: 2420px;
}
