* {
	margin: 0;
	padding: 0;
}
 body {
	background: #25231f;;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	color:#ffffff;
        text-align: justify;
	line-height: 187%;
 }



p {
margin-bottom:0.9em;
}


#content ul {
        margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
        margin-left:15px;
}

#content ul.thumbs {
        margin:0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}


/* Logo */

#logo {
	width: 900px;
	height: 120px;
	margin: 0 auto;
	background: #323131 url(images/banner.jpg);
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
        background: #323131;
}

/* Content */

#content {
	float: right;
	width: 640px;
       margin:0;
       padding:20px 25px 10px 20px;
}

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {
margin-top:20px;
margin-bottom:10px;
color:#fffffff;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
margin-top:17px;
margin-bottom:30px;
     }

#sidebar h3 {
padding-left:15px;
margin-top:23px;
background-color:#ffffff;
color:#323131;
}

/* Navigation */


#links {
}

#links ul {
	list-style: none;
}



#links ul li  li{
	   font-size:85%;
	}



#links a {
	color: #ffffff;
        font-weight:bold;
        height:20px;
        text-decoration:none;
        display:block;
        padding:10px 0 2px 0;
        margin-top:12px;
        margin-left:15px;
        font-size:95%;
}

#links ul li li a {
color:#ffffff;
padding:2px 0 2px 42px;
}

/* Footer */



#footer  {
        height:25px;
	width: 900px;
	margin: 0 auto;
        background: #ffffff ;
        text-align: center;
        font-size: 85%;
       color:#323131;
}






/*Css to allow user to position images on site*/


img.imageleft {
        float:left;
	border: 2px solid #ffffff;
        margin-right:10px;
        margin-bottom:5px;
        margin-top:10px;
}

img.imageright {
        float:right;
        border: 2px solid #ffffff;
        margin-left:10px;
        margin-bottom:5px;
        margin-top:10px;
}

img.imagealone {
       border: 2px solid #ffffff;
        margin-bottom:10px;
        margin-top:10px;
}



/*Css to style text links*/

#content A:link {
font-weight:bold;
color:#ffffff;
}

#content A:visited {
font-weight:bold;
color:#ffffff;
}

#content A:active {
font-weight:bold;
color:#ffffff;
}

#content A:hover {
text-decoration: underline; 
font-weight:bold;
color: #ffffff;
}


#cfContact {
margin-top:20px;
background-color:#323131;
color:#ffffff;
font-weight:bold;
}


.thumbscontainer {
width:660px;
}

