body {
	text-align:center; 
	font-family:Helvetica, Arial, sans-serif;
	margin-top:0em;
}

#wrapper {
	text-align:left;
	width:64em;
	margin:0em auto;
} 
a{
	color:#ffffff;
	text-decoration:none;
}
#header{
	padding-top:10px;
	width:64em;
	height:19em;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-color:#bf0000;
}
#nav{
	background-color:#bf0000;
	width:64em;
	float:left;
	padding:0.5em 0em;
}
#header1{
	background-color:#bf0000;
	width:64em;
	float:left;
	padding:0.5em 0em;
	text-align:center;
}
ul{
	display:inline;
	padding:0em;
	list-style-type:none;
	font-size:small;
	margin:0em;
	
}
li{
	padding:0em 0em 0em 1em;
	list-style-type:none;
	margin:0em;
}
#middle{
	width:64em;
	height:70em;
	background-color:#bf0000;
	clear:both;
}
#nav li{
	display:inline;
	padding:0em 3em;
	border-right:solid 1px #ffffff;
}
#header1 li{
	display:inline;
	font-size:x-small;
	text-align:center;
}
#leftnav{
	background-color:#bf0000;
	float:left;
	width:12.5em;
	height:60em;
	line-height:1.2em;
	padding-right:1em;
}
.box{
	width:16em;
	height:auto;
	border:solid 1px #CCC;
	float:left;
	margin:1em 0em 0em 1em;
	padding:0.5em;

}
#leftnav p, #right p{
	padding-left:1em;
	color:#ffffff;
	font-size:larger;
}
#mid{
	float:left;
	height:auto;
	width:49em;
	background-color:#ffffff;
	padding:0em 1em 1em 0em
}
.bigbox{
	width:22em;
	height:10em;
	border:solid 1px #CCC;
	float:left;
	margin:1em 0em 0em 1em;
	padding:0.5em;
}
.smallbox{
	width:10em;
	height:10em;
	border:solid 1px #CCC;
	float:left;
	margin:1em 0em 0em 1em;
	padding:0.5em;
}
.imgg{
	width:100px;
	height:150px;
	float:left;
}
#footer{
	clear:both;
	width:64em;
	height:8em;
	background-color:#bf0000;
	
}
.links{
	width:20%;
	height:auto;
	padding:1em 1.5em;
	float:left;
	font-size:smaller;
}
#copyright{
	clear:both;
	background-color:#bf0000;
	text-align:center;
	line-height:normal;
	padding:1.5em 0em 0em 0em;
}
#copyright p{
	font-size:x-small;
}
#copyright a{
	font-size:x-small;
}
#text{
	float:left;
	height:auto;
	width:47;
	text-align:center;
	padding-left:1em;
	font-size:small;
	color:#888a85;
	text-align:justify;
}
#text a{
	color:#e61f18;
}
