* {
	margin: 0;
	padding: 0;
}

body {
	background: #6D6562;
	font: normal 12px "Arial", Verdana, Helvetica, sans-serif;
	color: #ffffff;
}

a {
color:#ffffff;
}
  

/* Logo */

#logo {
	width: 750px;
	height: 120px;
	margin: 0 auto;
	background: #010100 url(images/banner3.jpg);
}


#ajaxmenu {
	width:750px;
	height:30px;
        margin:0 auto;
	background: #6D6562;
        font-size:85%;
border-bottom:1px solid #ffffff;
}


/* Page */

#page {
	width: 750px;
       margin: 0 auto;
	background: #6D6562;
}

/* Content */

#content {
	float: left;
	width: 370px;
        height:570px;
       overflow:auto;
}

#content #inner {
margin:30px 10px 0 10px;
}


/* Picture Column */

#piccolumn {
	float: right;
	width: 370px;
        height:570px;
        background:#cccccc;
margin: 0 0;

}

/* Footer */

#footer  {
        height:40px;
	width: 750px;
	margin: 0 auto;
        padding-top:20px;
        text-align: center;
        font-size: 85%;
       color:#ffffff;
       background: #4C4C4C;
        border-top:1px solid #ffffff;
}

*html #footer {
        position: relative;
        top: -18px;
}

#map {
color:#000000;
}


/*Css to allow user to position images on site*/


img.imageleft {
        float:left;
	border: 2px solid #9447bb;
        margin-right:10px;
        margin-bottom:5px;
        margin-top:10px;
}

img.imageright {
        float:right;
        border: 2px solid #9447bb;
        margin-left:10px;
        margin-bottom:5px;
        margin-top:10px;
}

img.imagealone {
       border: 2px solid #9447bb;
        margin-bottom:10px;
        margin-top:10px;
}


.seolink {
text-decoration:none;
}



/*Css to style contact form submit button*/

#cfContact {
margin-top:10px;
margin-bottom:20px;
background-color:#eeeeee;
color:#000000;
font-weight:bold;
}