body {
	background-image: url(../img/subnetting_03.jpg);
	background-repeat:	no-repeat;
	background-position: left top;
}
a {color: #336600; text-decoration: none; font-size: 12px;}
a:visited{color: gray; text-decoration: underline;}
a:hover{color: #319C64; text-decoration: underline;}

#container{display: block; margin-top: 05px; height: 600px; /*border: #336600 2px solid;*/}

#left_col{display:block;float: left; margin-right: 10px;}
	#blank{width: 285px; height: 75px;}
	#documentation{width: 285px; top:125px; padding-left: 5px;border: #336600 2px solid;		
	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;background: #eeeeee ;}


	#cisco{width: 285px; margin-top:15px; padding-left: 5px;border: #336600 2px solid;		
	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;background: #eeeeee ;}



#subnetting{float: left; width: 775px; height: 618px; display: block; border: #336600 2px solid; background: #eeeeee ; 
	background-image: url(../img/cyecorp_logo_60x.png);
	background-repeat:	no-repeat;
	background-position: right bottom;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*writing-mode: tb-rl;*/
}

#subnet_class_col{width: 250px; margin-left: 3px; float: left; margin-top: 3px; /*border: #336600 1px solid;*/}
	#subnet_class{width: 248px; float: left; /*border: #336600 1px solid;*/}

	#subnets{width: 100%; height: 410px; overflow-y: scroll;}

#footer{width:0 auto; display: block; text-align: center; margin-top: 10px;}

#space{padding-left: 20px;}

#clear{clear: both;}
