#wrapper {
	text-align: left;
	margin: 0px auto;
	border:0;
	width: 900px;
	background: url("oaw.org-row.png") repeat-y;
}

#header {
	margin: 0 0 15px 0;
	height: 161px;
	background: url("oaw.org-banner.png");
}

#side-a {
	padding: 0px 5px;
	float: left;
	width: 425px;
	color: white;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 14pt;
}

a#stickWithOld {
	display:block;
	background: transparent 0px 0px url("oaw.org-stickWithOld.png");
	width: 224px;
	height: 36px;
	text-indent: -1000px;
}

a#goToNew {
	margin: 5px 0px;
	display:block;
	background: transparent 0px 0px url("oaw.org-goToNew.png");
	width: 224px;
	height: 36px;
	text-indent: -1000px;
}

p, li {
	font-size: 9pt;
}

#side-a h1 {
	text-align: right;
}

#side-b h1 {
	text-align: left;
}

#side-b { 
	margin: 0;
	padding: 0px 10px;
	float: left;
	width: 445px;
	color: black;
	height: 1% /* Peekaboo Bug */
}

#footer {
	clear: both;
	border-top: solid 1px #cbcbcb;
	background: white;
	padding: 0px 5px;
	color:  gray;
	font-size: x-small;
}

html {
	font-family: Arial,sans-serif;
	line-height: 120%;
}

#side-b ul {
	margin: 0;
}

#side-b li {
	font-size: ;
}

#side-b a {
	color: #753CBC;
	font-weight: bold;
}

#side-a a {
	color: lightgrey;
	text-decoration: underline;
}

#side-a a:hover {
	text-decoration: none;
}

#side-b a:hover {
	text-decoration: none;
}


