@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/checkerboard.png);
	background-color: #FF9898;
	background-repeat: repeat;
	margin-top:10px;
}

.header {
	width: 678px;
	margin-right: auto;
	margin-left: auto;
}
.navigation {
	height: 100%;
	width: 150px;
	padding-top: 10px;

}
.container {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
}

#top {
	height: 9px;
	padding-top: 10px;
	float: left;

}
.middle {
	width: 497px;
	background-image: url(tile.gif);
	padding-left: 17px;
	padding-right: 8px;
	padding-bottom:6px;
	background-repeat: repeat-y;
}

.middle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	font-family: "Bradley Hand ITC";
	font-size: 14pt;
	font-weight: 200;
	color: #812727;
}
#bottom {
	float: left;
}

.content {
	width: auto;
	float: right;
}

h2{
	font-weight: bold;
}
.content .middle table {
	background-color: #F8F7DC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}



.special_box{

border:dashed #666666;
padding:8px;
width:350px;
margin-left:25px;
}

.pwimages{
border:solid #FFFFFF 3px;

}
.pwimages:hover{
border-color:#FEFE7E;
}
.standard{
width:166px;
background-color:#FFFFFF;
}
