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

/* HOME */
#logo-home{
	border-width:0px 0px 0px 0px;
	background-image:url(../img/degrade-1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	border-bottom-style:dotted;
	width:736px;
}

#content-home{
	margin:0px 20px 0px 20px;
}
*html #content-home{ border:0px solid #FF9966;}

.box-home{ 
	position:relative;
	float:left;
	border:1px solid #cccccc; 
	width:223px;
	padding:3px;
	background-color:#fafafa;

	/*
	background-image:url(../img/bg.jpg);
	background-position:0 0px; 
	*/
	margin:2px;
	height:97px;
}
*html .box-home{width:226px;}
.box-text-home{border:0px solid #33CCFF; margin-left:100px;}
.box-text-home h2{
	border-bottom:0px;
	background-image:none;
	margin:5px 0px 5px 0px;
	padding:0px;
}
.box-text-home h2 a.internal-link:link, .box-text-home h2 a.internal-link:active, .box-text-home h2 a.internal-link:visited{color:#ff6600;}
.box-text-home h2 a.internal-link:hover{color:#ffcc99;}

.box-text-home ul{margin:0px;padding:0px 0px 0px 20px;}
.box-text-home li{margin:0px;}

.box-img-home{float:left; margin-right:3px; border:0px solid #ff22ff; width:100px;}
.box-text-home a:link,.box-text-home a:visited,.box-text-home a:active{ color:#333333; text-decoration:none;}
.box-text-home a:hover{ color:#999999; text-decoration:none;}
