body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, helvetica, georgia, serif;
	font-size: 76%;
	background-color: #ffffff;
	color: #000000;
	background-image: url(../images/background_body.gif);
	background-repeat: repeat;
	background-position: left top;
}

a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover { color: #330000; }

img { border-width: 0px; }

span.rr {
	font-weight: bold;
}

div#index-page, div#content-page {
	width: 750px;
	height: auto;
	margin: 10px auto;
	background-image: url(../images/background_main.gif);
	background-repeat: repeat;
	background-position: left top;
	font-size: 1.1em;
	border-color: #C2AF8D;
	border-width: 1px;
	border-style: solid;
}

div#header {
	height: 200px;
	width: 750px;
	padding: 0;
	margin: 0;
}

div#inner-body {
	float: left;
	width: 747px;
	height: auto;
	margin: 12px 0 0px 0;
}

/* Home Page Column */
div#index-page div#column-uno {
	height: auto;
	width: 750px;
	display: block;
	float: left;
}

div#index-page div#column-dos {
	display: none;
}

/* content page column */
div#content-page div#column-uno {
	height: auto;
	width: 750px;
	display: block;
	float: left;
}

div#content-page div#column-dos {
	display: none;
}


div#footer {
	clear: left;
	width: 746px;
	height: 35px;
	line-height: 1.2em;
	padding: 4px 2px 4px 2px;
	margin: 25px 0 0 0;
	background-color: #C2AF8D;
}