@charset "UTF-8";
/* CSS Document */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background: url("/path/to/your/background_cols.gif") repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
}

#side-a {
	float: left;
	width: 175px;
}

#side-b {
	float: right;
	width: 475px;
	text-align: left;
}

#content {
	float: left;
	width: 150px;
}

#footer {
	clear: both;
	background: #FFFFFF;
	color: #999999;
	font-size: 90%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 90%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	margin: 0;
}
p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.2em;
	margin-top: 0.5em;
	font-weight: normal;
}

h1 {
	font-size: 100%;
	text-align: left;
	color: #990000;
}
h2 {
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}
copyright {
	font-size: 90%;
	color: #666666;
}
	
ul {
	list-style-type: square;
}


a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
