html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: normal 0.8em/1.2em century gothic, sans-serif;
	background: #fff;
	color: #666;
}

#wrap {
	min-height: 80%;
	width: 100%;
	min-width: 80%;
	position: relative;
	//border: 1px solid #000;
	background: #fff;
}

* html #wrap { height: 100% }

#inner-wrapIntro { padding-bottom: 15px; }

#inner-wrap { padding-bottom: 10px; }

#inner-wrap:after {
	content: " ";
	display: block;
	clear: both;
}

#left {
	float: left;
	width: 280px;
	padding: 5px 10px 5px 10px;;
	//border-right: 1px solid #000;
	//border-bottom: 1px solid #000;
}

#right {
	float: right;
	width: 250px;
	padding: 10px;
	z-index: -1;
	//border-left: 1px solid #000;
	//border-bottom: 1px solid #000;
	//background: #eee;
}

#main {
	position: relative;
	margin-left: 300px;
}

#contentIntro {
	padding: 5px;
	margin-right: 150px;
	text-align: left;
	z-index: 1;
}

#content {
	padding: 20px;
	text-align: left;
}

#footerIntro {
	position: absolute;
	bottom: 0;
	background: #fff;
	width: auto;
	height: 15px;
	margin: auto;
}

#footer {
	position: absolute;
	bottom: 0;
	background: #fff;
	width: auto;
	height: 10px;
	margin: auto;
}


h1, h2 {
	text-align: center;
	line-height: 1.333;
}

h3 {
	text-align: center;
	color: #c60c18;
}

p {
	line-height: 1.333;
	font-size: 111%;
	word-spacing: 1px;
	text-align: justify;
	margin: 10px 0;
}

.block_centered {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.centered {
	text-align: center;
}

.red   { color: #c60c18; }

.black { color: #000; }

.centerbold {
	text-align: center;
	font-weight: bold;
}


ul {
	padding-left: 1.5em;
	margin-left: 0;
	list-style-type: disc;
}

li { padding: 0 0 5px 0; }

hr {
	background-color: transparent;
	margin: 0;
	padding: 1px;
	border: 0px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
}

img { border: 0; }

.displayed {
    margin: auto;
    width: auto;
}

.float {
    float: left;
}

table {
	text-align: center;
	width:100%;
	font-style: italic;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

table tr td img { border: thin silver solid; }

a {
	color: blue;
	text-decoration: underline;
	line-height: 1.333;
}

a:hover {
	border-bottom: 1px solid;
	color: #c60c18;
}
