@charset "utf-8";
@import "navbar.css";

html {height:100%}


body {
	background-color:#CCCCFF;
	width:100%;
	height:100%;
	padding: 0em;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
	font-family: Verdana, "MS Sans Serif", Arial;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.containerbox {
	width: 784px;
	text-align: center;
	display: block;
	margin: 0 auto;
	height: auto;
	background-color:#FFFFFF;
}
.header {
	height: 212px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #474439;
}
.spacer {
	background:#FFF;
	height:6px;
}

.box{
	float:left;
	width:365px;
	height: auto;
}	
.box2{
	background-color: #FFFFCC;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCFF;
	border-right-color: #CCCCFF;
	border-bottom-color: #CCCCFF;
	border-left-color: #CCCCFF;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 0.9em;
	line-height: 12px;
	text-align: left;
	padding-left: 40px;
}	
#content{
	height: 100%;

}

.hi {
	width:750px;
}

.hi img {
	height: auto;
	width: auto;
	border: 2px dashed #009900;
}
.hi:hover img {
	border: 2px solid #FFCC00;
}
.hi:hover  {
	border: red;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
