body 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Segoe, Kedage, Saab, Arial, Verdana, sans-serif;
	font-size: 15px;
	background: #fff;
	color: #333;
}

a { color: #333; text-decoration: none; }
h1, h2, h3 
{ 
    color: #666; 
    padding: 0px 0px 10px 0px; 
    margin: 0px 0px 10px 0px; 
    border-bottom: 0px solid #e4701e; 
    font-weight: normal;
    letter-spacing: 2px;
}

#logo
{
    background-image: url('../images/logo-creatus-blue.png');
    background-repeat: no-repeat;
    background-position: left;
    margin: 0px 0px 0px 0px;
    padding-left: 40px;
    font-family: "Bitstream Charter", sans-serif;
    font-size: 35px;
    letter-spacing: 2px;
    color: #666;
    text-transform: uppercase;
}

#logo-color { color: #e4701e; color: #0070c0; color: #00b0ef; }

#content-field
{		
	width: 200px;
	padding: 10px;
	background: #fff;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	*/
}


#content-field li { font-size: 15px; font-weight: normal; list-style: none; line-height: 40px; }
#content-field li a { color: #666;}
#content-field li a:hover { color: #00b0ef; text-decoration: none; }
#content-field li a:active {  color: #00b0ef; text-decoration: none; }

#content
{
	width: 560px;
	padding: 10px;
	color: #ccc;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	*/
}

#content a { color: #ccc; }
#content a:hover { color: #e4701e; }

#italic { font-style: italic; }
#show { font-weight: bold; font-size: 20px; }





