*{
	font-family: arial,verdana,helvetica,sans-serif;
 }

 HTML, BODY {
	 background-color: white;
 }

#content {
	height: 700px;
	width: 750px;
	border: 2px solid black;
	display: block;
	margin: auto;
	margin-top: 5px;
}
#header #main{
	float: left;
	clear: none;
	width: 375px;
	top: -2px;
	left: -2px;
	position: relative;
}
#header div.details {
	position: relative;
	top: -2px;
	right: -2px;
	width: 361px;
	height: 20px;
	border: 2px solid black;
	display: inline;
	margin: 0px;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 3px;
	font-size: 15px;
	font-weight: normal;
	font-family: arial,verdana,helvetica,sans-serif;
	color: #000000;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
	clear: none;
	float: right;
}

#header div.details ul{
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#header div.details ul li{
	list-style-type: none;
	float: left;
	margin-left: 30px;
}

#header div.details ul li a{
}

#header div.details ul li a:hover{
	color: red;
}

#header h1 a{
	position: relative;
	width: 367px;
	height: 35px;
	border: 2px solid black;
	display: inline;
	margin: 0px;
	padding: 5px;
	font-size: 33px;
	font-weight: normal;
	color: #ffffff;
	background-color: #ed1b24;
	vertical-align: middle;
	text-align: center;
	clear: none;
	float: left;
	letter-spacing: 6px;
	text-decoration: none
}
#header h2 a{
	text-decoration: none;
	position: relative;
	width: 367px;
	height: 35px;
	border: 2px solid black;
	display: inline;
	margin: 0px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 23px;
	font-weight: normal;
	color: #ffffff;
	background-color: #000000;
	vertical-align: middle;
	text-align: center;
	clear: none;
	float: left;
	clear: none;
	letter-spacing: 6px;
}

#copy{
	margin: 10px;
	margin-bottom: 0px;
	width: 730px;
	height: 530px; /*height: 530px;*/
	background-color: black;
	clear: both;
	float: left;
	overflow: hidden;
}

#copy #col1 h1{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

#copy #col1 p {
	font-size: 12px;
	font-weight: bold;
}


#copy #col1{
	margin: 0px;
	padding-right: 17px;
	border-right: 2px solid black;
	width: 350px;
	height: 504px;
	background-color: white;
	clear: none;
	float: left;
	overflow: auto;
}
#copy #col2{
	margin: 0px;
	padding-left: 10px;
	width: 350px;
	height: 405px;
	background-color: white;
	clear: right;
	float: left;
	overflow: auto;
}
#copy #col-blog{
	margin: 0px;
	margin-left: 100px;
	padding: 0px 10px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	width: 510px;
	height: 505px;
	background-color: white;
	clear: right;
	float: left;
	overflow: auto;
}

#copy #flashnav{
	width: 730px;
	text-align: center;
	padding-top: 5px;
	height: 15px;
	margin: 0px;
	display: block;
}

#copy #flash{
	margin: 0px;
	padding: 0px;
	width: 0px;
	width: 730px;
	height: 540px;
	overflow: hidden;
	display: block;
}

#footer{
	padding: 10px;
	width: 740px;
	height: 45px;
	float: left;
	display: inline;
}

#footer img{
	margin-right: 4px;
}


/*
* Forms
*/
div.box form{
	width: 350px;
}

form div{
	padding-top: 5px;
	display: block;
	clear: both;
}

form div label{
	float: left;
  text-align: left;
  padding-right: 15px;
  clear: left;
	font-weight: bold;
	width: 150px;
}

form input{
	float: left;
	border: 1px black solid;
}

form textarea{
	float: left;
	border: 1px black solid;
}

form input.button{
	border: 1px black solid;
	background-color: white;
	margin-top: 10px;
}