body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

h1 {
	  margin-top:	 		 0px;
		padding-top: 		 5px;
		margin-bottom:	 0px;
		padding-bottom:	 0px;
		text-align:			 center;
}

h2,h3 {
    margin-top:			 0px;
    padding-top: 		 5px;
		text-align:			 center;	 
}

table.normal {
   border:	 none;
}

table.normal td {
   text-align:      left;
   vertical-align:  top;
}

div#wrapper {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top: 0px;
    width:850px;
    background-color: #CCCCCC;
}

div#head {
		top:				0px;
		padding-top:			0px;
    position: absolute;
    width:850px;
    height:191px;
    left:0px;
    top: 0px;
		background-color: #999999;
/*    background-color: #FFFF66;*/
}

#head h1 {
   font-style:	 		    italic;
	 font-weight:					normal;
	 text-align:					center;
}

div#columns {
    position: relative;
    width: 850px;
    top: 220px;
    background-color: #CCCCCC;
}


div#side1 {
    position:					absolute;
    width:						200px;
    top: 							0px;
    left:							0px;
		padding-left:			10px;
		padding-right:		10px;
		background-color:			#CCCCCC;
/*    background-color: #FF6666;*/
}

#side1 h4 {
   font-family:	 		    Arial, Helvetica, Sans-serif;
	 font-weight:					normal;
}

div#content {
    position:						relative;
		padding-left:				10px;
		padding-right:			10px;
/*		width:						 100%;*/
    width: 							630px;
    top:								0px;
    left: 							200px;
    background-color: 	#999999;
}
/*div#side2 {
    position:absolute;
    width:150px;
    top: 0px;
    left: 600px;
    background-color: #00FF66;
}
*/

div#foot {
    position: 				relative;
    width: 						630px;
    clear: 						both;
		margin-left:			200px;
		padding-left:			10px;
    top:							0px;
    background-color: #CCCCCC;
}
