html, body{
	height: 100%;
}
body {
	background-color: #393939;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	padding:0px;
	font-size: 12px;
}
#bg{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	background-image:url(design/kenneth-dambo-bg.jpg);
	background-repeat:repeat-x;
}
#social{
	border-bottom: 1px solid #626262;
	height: 26px;
	position:relative;
	width:800px;
	margin: auto;
}
#social img{
	margin-left: 16px;
	float: right;
	border: none;
}
#header{
	background-image:url(design/kenneth-dambo-banner.jpg);
	height: 142px;
	background-repeat:no-repeat;
	color: #FFFFFF;
	border-bottom: 1px solid #626262;
	width: 800px;
	margin:auto;
}
#header table{
	position:relative;
	top: 29px;
	width: 230px;
	height: 50px;
	margin-left: auto;
	border-spacing: 0px; 
}

#header table td{
	text-align: right;
	padding: 0px; 
}

#header table th{
	font-weight: normal;
	padding: 0px;
	text-align: left; 
}

#header table input{
	width: 152px;
	margin: 2px 0px;
}

#menu{
	font-size: 11px;
	height: 39px;
	width: 800px;
	margin:0px auto 13px auto;
}

#menu ul{
	list-style-type: none; 
	padding:0px;
	margin:0px;
}

#menu li{	
	float:left;
	display:inline-block;
}

#menu a{
	color:#FFFFFF;
	margin:13px 26px 13px 0px;
	display:block;
	text-decoration:none;
	font-weight:bold;
}
	
#menu a:hover{
	text-decoration:none;
	color: #222222;
	font-weight:bold;
}

.button{
	font-size: 11px;
	vertical-align: middle;
	color:#09700b;
    background-image: url(design/kenneth-dambo-button.gif);
	width: 152px;
	height: 28px;
	border: none;
	cursor: pointer;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 0px solid #FFFFFF;
}

.buttonwhite{
	font-size: 11px;
	vertical-align: middle;
	color:#09700b;
    background-image: url(design/kenneth-dambo-button-white.gif);
	width: 152px;
	height: 28px;
	border: none;
	cursor: pointer;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 0px solid #FFFFFF;
}

h1{
	color: #A02B2D;
	font-size: 24px;
	margin: 0px;
}
h2{
	color: #000000;	
	font-size: 20px;
	margin: 4px 0px 0px 0px;
}
h3{
	color: #A02B2D;
	font-size: 16px;
	font-weight:bold;
	margin: 2px 0px 0px 0px;
}
p{
	margin: 3px 0px;
	padding: 3px 0px;
}
.cornerBoxInner ul{
	list-style-type:disc;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
.cornerBoxInner li{
	padding: 3px 0px 3px 0px;
}
a{
	text-decoration:underline;
	color: #A02B2D;
	font-weight: bold;	
}

a:hover{
	text-decoration:none;
}

table{
	padding: 0px;
	border-spacing: 0px;
}

img{
	border:0px;
}

.cornerBox { clear:both; position: relative; background: #FFFFFF; width: 800px; margin:0px auto 13px auto;}
.corner { position: absolute; width: 8px; height: 8px; background: url(design/kenneth-dambo-corners.jpg) no-repeat; font-size: 0%; }
.cornerBoxInner { padding: 10px; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -8px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -8px; }
.BR { bottom: 0; right: 0; background-position: -8px -8px; }

#footer, #push{
	height: 60px; 
}

#footer{
	background-color: #000000;
	clear:both;
}

#footer p{
	width:800px;
	position:relative;
	margin: auto;
	padding-top:25px;
	font-size:11px;
	color: #FFFFFF;
}

#footer a{
	text-decoration:underline;
	color: #FFFFFF;
	font-weight: normal;
}

#footer a:hover{
	text-decoration:none;
}
