body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
    background-color: #f5f5f5;
 	margin: 0;
	padding: 0;
	color: #666;
    background: url("content_background.gif");
}

#header {
    background-color: #CC9933;
    border-bottom: solid 3px #e8ae3a;
    height: 1em;
    padding: 7px 0 3px 86px;
    margin: 0;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#main {
	margin: 10px 22.2em 1em 5em;
	padding: 1em 2em 0 2em;
    border: solid 1px #efdfc0;
    background-color: #fff;
	width: 660px;
}

h1 {
    font-family: 'Trebuchet MS', verdana, helvetica, arial, sans-serif;
    font-size: 22px;
}

h2 {
	font: 130% 'Trebuchet MS', verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
	color: #666;
}

h3 {
	font: 115% 'Trebuchet MS', verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
	color: #666;
}

.note {
	border: solid 1px #ff9898;
	background-color: #ffe9e9;
	padding: 10px;
	color: #d00000;
}
.note img {
	margin-bottom: 10px;
}
.note a , .note a:hover , .note a:visited {
	color: #d00000;
}

a , a:visited {
	color: #457AA5;
}
a:hover {
	color: #599FD6;
	text-decoration: none;
}

img.left { 
    float: left; 
    margin: 2px 15px 4px 0;
}
img.right { 
    float: right; 
    margin: 4px; 
}