
/* css development by maramade productions http://www.maramade.com */

html { min-height: 100%; margin-bottom: 1px; }

body {
	margin:0 auto;
	padding:0;
	font:76% Arial,Verdana,Tahoma,sans-serif;
	background:#f2f2f2;
	color:#000000;
}

#wrap{
background-color:#FFFFFF;
color:#000000;
width:780px;
margin:0 auto;
border-left: 10px solid #99cc00;
border-right:10px solid #99cc00;
border-bottom:10px solid #99cc00;
}

#banner{
width:780px;
height: 148px;
background-image:url(images/banner.jpg);
background-repeat:no-repeat;
}

#menubar{
width:780px;
height:21px;
background-color:#99cc00;;
color:#FFFFFF;
}

#contact{
width:128px;
background-color:#B6D4F0;
color:#000000;
float:left;
text-align:center;
}

#content{
margin-left: 145px;
margin-right:10px;
}

#content p{
margin:0;
padding: 0;
}

#content p img {
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

#footer {
clear:both;
margin:0 auto;
padding:15px 0;
border-top:4px solid #f0f0f0;
width:780px;
text-align:center;
color:#808080;
background:#ffffff;
font-size:.9em;
}

#footer p {
margin:0;
padding:0;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #content a, #content a:link, #content a:visited, #content a:active {
color:#808080;
background-color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#contact a, #contact a:link, #contact a:visited, #contact a:active{
color:#808080;
background-color:#B6D4F0;
text-decoration:none;
font-weight:bold;
}


#footer a:hover, #content a:hover, #contact a:hover {
text-decoration:underline;
}


.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}



