/* Set up main body and reset all default margins and paddings .............*/

body
{
/*	font-size: x-small; */
	margin: 0px auto;
	font-family: Verdana, Arial, 'Microsoft Sans Serif' , 'Trebuchet MS';
	background-color: white;
	text-align: center;
	color: #663333;
	font-size: 14px;
/*	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; */
}

html>body {
/*	font-size: small;  */
}

* 
{
	margin: 0;
	padding: 0;
}

Table
{
	font-size: 14px;
}

h1
{
	font-size: 200%;
	font-weight: normal;
	color: olivedrab;
}
/* End of main body ---------------------------------------------------------*/

/* Set up the header that will be used for all pages ........................*/
#headerwrapper
{
}

#headerdiv
{
	float: right;
	font-size: 14px;
}

#header
{
	color: #cc0000;
}


#header li
{
	float: left;
	padding: 0 5px 0 5px;
	display: inline;
}

#header li.norightborder
{
}
	
#header a, #header a:visited
{ 
	text-decoration: none;
	color: #cc0000; 
	font-weight: normal;
}

#header a:hover, body#home #m_home a, body#whatwedo #m_whatwedo a, body#philosophy #m_philosophy a, body#testemonials #m_testemonials a, body#team #m_team a, body#contact #m_contact a, body#news #m_news a
{
	color: #663333;
}

/* End of header set up -----------------------------------------------------*/

#wrapper
{
	margin: 0px auto;
	width: 780px;
	color: #cc0000;
	text-align: left;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
}

a,a:visited,a:hover
{
	text-decoration: none;
	color: #cc0000;
	font-weight: bold;
}

#container
{
	clear: both;
	text-align: left;
/*	margin-top: 13px; */
}

#CMC
{
	margin-top: 6px;
}

#strapline
{
	float: right;
	margin-top: 3px;
	margin-right: 5px;
	font-size: 120%;
	color: olivedrab;
	height: 30px;
	display: inline;
}

#footerwrapper
{
/*	margin-top: 10px;
	border-top: olivedrab 1px solid;  */
}


