﻿body{
    margin-top:0px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
    background-color:#FFFF9F;
    text-align: left;
    font-family:verdana, sans-serif, serif;
}

/* The is the root div that holds all other divs*/
#mainDivision
{
    background-color:White;
    position:relative;
    width:800px;
    margin-right:auto;
	margin-left:auto;
    }
    
/* The is the header root*/    
#header{
	background: url(images/header-blank.png) no-repeat;
	position:relative;
	height: 238px;
	width:800px;
	height:320px;
}
/* The is the Kathis Klowns Title*/    
#headerTitle {
	font-size:18pt;
	font-weight: bold;
	text-align:center;
	width:468px;
	color: #ffffff;
	position:absolute;
	top:22px;
	left:18px;
	height:auto;
}
#headerTitle .subtext{
    font-size:10pt;
	font-weight: bold;
}
/* The is the Links section*/ 
#menuBar {
	font-size:18px;
	width:150px;
	height:178px;
	color: #ffffff;
	position:absolute;
	left: 636px; 
	top:50px;
	text-decoration: none;
}
#menuBar a:link,#menuBar a:visited,#menuBar a:active {
	color: #F0F0F0;
	text-decoration: none;
}
#menuBar a:hover {
	text-decoration: none;
	color:Yellow;
}
#dateBar{
	font-size:14pt;
	width:130;
	color: #ffffff;
	position: absolute;top:15px;
	left:490px;
}
#picture1{
    position:absolute; 
    left:15px; 
    top: 140px; 
}
/* Title of the pabe on the yellow bar*/
#pageTitleDivision{
    position:absolute;
    top:110px;
    left: 51px;
    color:Red;
    font-weight:bold;
}




/* The is the main body division parent*/
#container{
    background-color:White;
    font-size:12pt;
	width: 800px;
	text-align: left;
	border:0px solid #000000;
	position:relative;
}

#container a:link,#container a:visited,#container a:active {
	text-decoration: none;
	font-weight: bold;
	color: #858585;
}
#container a:hover {
	text-decoration: none;
	color: #000000;
}

#mainContent{
    background: #ffdf32;
    padding:15px;
	width:745px;
	color: #000000;
	font-size:10pt;
	text-align:left;
	position:relative;
	top:0px;
	left: 15px;
}

#bottom
{
    position:relative;
	font-size:10px;
	color:Black;
	width:780px;
	text-align:center;
	position: relative;
	left:15px;
}
#bottom a:link,#bottom a:visited,#bottom a:active 
{
    text-decoration: none;
	color: White;
    }


/* The is the footer section division parent*/
#footer {
	background: url(images/footer-blank-2.png) #ffffff no-repeat center top; 
	height: 130px;
	position:relative;
	text-align: left;
}

/* This is the designed by R&H Digital */
#redBar {
	font-size:12pt;
	width:400px;
	color: White;
	text-align:center;
	position:absolute;
	left:450px;
	top:20px;
}
#redBar a:link,#redBar a:visited,#redBar a:active {
	color:White;
	text-decoration: none;
}
#redBar a:hover {
	text-decoration: none;
	color: #000000;
}

/* copy right section*/
#violetBar {
	font-size:12pt;
	text-align:center;
	width:285px;
	height:70px;
	color: White;
	position: absolute;
	left:23px;
	top:20px;
}
#violetBar a:link,#violetBar a:visited,#violetBar a:active {
	color: #F0F0F0;
	text-decoration: none;
}
#violetBar a:hover {
	text-decoration: none;
	color: #000000;
}

