﻿body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	b/ackground:#fff;
	background: #ced6dc;
	font-size:90%;
	text-align:center;
	background-image:url('struct/headpelmet.jpg');
	background-repeat:repeat-x;
}

/*p{text-align:left;}*/
p{
	font-family: Georgia, 'GoudyOlSt XBd BT','Times New Roman';
	color:#003333;
	font-size:1.10em;
		f/ont-weight:bold;
		line-height: 145%;
	word-spacing:0.10em;
	text-align:left;
}
h3{
	font-family: Georgia, 'GoudyOlSt XBd BT','Times New Roman';
	color:#003333;
	font-size:1.10em;
}

h5{
	font-family: Georgia, 'GoudyOlSt XBd BT','Times New Roman';
	color:#003333;
	font-size:0.80em;
}
#sitewrapper{ /* contains complete site and centres site */
	max-width:1000px;
	margin:0px auto;
	border:5px solid transparent;
	border-top:0px;
	overflow:hidden;
}

#headwrapper{
	b/ackground-image:url('struct/header.jpg');
	b/ackground-repeat:no-repeat;
	float:left;
	width:100%;
	height:250px;/* possibly remove this after setup*/
	b/order:1px solid blue;
}

#contentwrapper{
	float:left;
	width:100%;
	h/eight:300px; /*remove this after setup*/
	b/order:1px solid #c0c0c0;
	background-color:#fff;
	background-image:url('struct/brickbg.jpg');
	b/ackground-repeat:repeat-y;

}

#footwrapper{
	float:left;
	width:100%;
	height: 80px; /* possibly remove this after setup */
	border-bottom:5px solid #909090;
	margin-bottom:10px;
	b/ackground-color:#bcbcbc;
	b/ackground-image:url('struct/footer.jpg');
	b/order: 1px solid blue;
}
/* ////////// End Main Structural Framework //////////// 

content columns */

#leftcol{
	float:left;
	width: 190px;
	height:99%;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:20px;
	p/adding-left:5px;
	b/ackground-color:white;
	b/order:1px solid yellow;

}


#rightcol{
	f/loat:right;
	max-width:100%;
	b/ackground-image:url('struct/banbk2.gif');
	b/ackground-repeat:repeat-x;
	margin-top:0px;
	m/argin-left:197px;
	margin-right:0px;
	margin-bottom:0px;
	padding:25px;
	background-color:#fff;
	border:2px solid #babacc;
	border-top:0px;
}
/*
#rightcol{
	f/loat:left;
	max-width:100%;
	margin-top:25px;
	margin-left:197px;
	margin-right:10px;
	margin-bottom:10px;
	p/adding:25px;
	background-color:#fff;
	b/order:2px solid #babacc;
}
*/
#newscontainer{
	float:right;
	width:170px;
	padding:8px;
	border:1px solid #707070;
	m/argin-top:5px;
	m/argin-right:5px;
	margin-left:10px;
	background-color: #f0f1fe;
}

/* ////   Round corners ///*/
/*
.roundcont {
	max-width: 100%;
	b/ackground-color: #f90;
	c/olor: #fff;
}
 
.roundcont p {
	margin: 0 30px;
}
 
.roundtop { 
	background: url(struct/tr.gif) no-repeat top right; 
	padding:0px;
	margin:0px;
}
 
.roundbottom {
	background: url(struct/br.gif) no-repeat top right; 
}
 
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   padding:0px;
   margin:0px;
   display: block !important;
}
*/
/* END Round corners ////*/






