@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(images/bw_02.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#content { margin: 0 50px; }

p, li
{
	font-family: Georgia, 'Times New Roman', Serif;
	font-size: 12pt;
	line-height: 1.25em;
	color: #333;
}

p { margin-top: 5px; }

h1, h2, h3, h4, h4
{
	color: #4C4C4C;
	font-family: 'Helvetica Nue', Arial, sans-serif;
	margin-bottom: 5px; 
}

li { padding: 5px 0; }

#myside
{
	width: 200px;
	padding: 15px;
	margin-left: 25px;
	float: right;
}

a { color: #690 ; }
a:hover { text-decoration: none; color: #6C0; }

.error { background-color: #FFC ; }