body {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-x;
	background-color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
 	border: thin solid #ffcc33;
}

/* positioning */
.header {
	background-color: #666;
	height: 130px;
	width: 800px;
}
.left_column {
	float: left;
	height: 702px;
	width: 187px;
	background-color: #000;
	background-image: url(../images/nav_grad_bg.jpg);
	background-repeat:repeat-x;
}
.middle_column {
	overflow-x: hidden;
	left: 13em;
	height: 692px;
	width: 453px;
	background-color:#fff;
	padding: 5px;

	}
.right_column {
	float: right;
	height: 692px;
	width: 140px;
	background-color:#000;
	padding: 5px;
	color: #ffcc33;
	background-image:url(../images/rt_grad_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
.footer {
	clear: right;
	height: 30px;
	width: 800px;
	background-color:#666;
	font-size:x-small;


}
/* positioning ending */

ul.nav {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul.nav a {
	display: block;
	width: 12em;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../images/nav_bg_grad2.jpg) ;
	text-decoration: none;
	color: #ffcc33;
}

ul.nav a:hover {
	display: block;
	width: 12em;
	border-bottom: none;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	color:#fff;
	background-image: url(../images/nav_bg.jpg);
	}


ul.nav li {
	display: inline;
}

.address {
	font-size:12px;
	color: #ffcc33;
	padding:5px;
}

.address2 {
	font-size:12px;
	color: #ffcc33;
	padding:5px;
	background-color: #ff0000;
	width: 630px;
}

.footerlink a {
	text-decoration:none;
	color: #FFCC33;
}

a { 
	color: ff0000;
}

.biobox {
	display: block;
	color: #FF0000;
	width: 433px;
	padding: 3px;
	border:1px solid #010099;
	background-color: #F0F0F0;

	}
	
.biobox h1 {
	color:#000066;
	font-size:24px;
	color:blue;
	margin-top:-3px;
	margin-bottom:-15px;
	}

.biobox h5 {
	color:#000066;
	font-size:14px;
	color:red;
	margin-top:;
	margin-bottom:;
	}
	
.biobox p { 
	color: #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:-10px;
	}

.biobox img {
	float: right;
	margin: 10px;
	border: 1px solid #000;
}

.picture_boarder {
	border-style: groove;
	border-color: red;
	border-width:1px;
	width: 441px;
	}

.picture_boarder2 {
	border-style: groove;
	border-color: red;
	border-width:1px;
	width: 420px;
	}
