@charset "UTF-8";
/* CSS Document */

/*reset start*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	color: #660033;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: 500;
	font-style: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/*reset end*/
body, p, div, td, div, span {
	font-size: 12pt;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 16pt;
}
h4 {
	font-size: 14pt;
}
h5 {
	font-size: 12pt;
}
a:link {
	color: #660033;
}
a:visited {
	color: #660033;
}
a:active {
	color: #660033;
}
body {
	background-image: url(images/tileRosie.jpg);
	background-repeat: repeat;
	font-size: 16px;
	background-color: #FFF;
	color: #000;
	margin: 0 auto; /* auto centers content!!!!! */
	padding: 0px;
	left: auto;
	width: 800px;
}
#page {
	position: relative;
	width: 800px;
}
#nav {
	position: absolute;
	left: 34px;
	background-image: url(images/menuBG_01.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
#content {
	position: relative;
	width: 780px;
	top: 130px;
	left: 10px;
	padding: 0, 10px, 0, 10px;
	text-align: center;
}
.leftCol, .rightCol {
	width: 360px;
	padding: 0, 20px, 0, 20px;
	text-align: left;
}
.leftCol {
	float: left;  
}
.rightCol {
	float: right;
}
