body {text-align: left;}

H1 {color: maroon; font: bold 16pt/20pt "BrushScript BT",  "URW Chancery L", "Comic Sans MS"}

H2 {font: bold 14pt Arial}

H3 {color: maroon; font: bold 12pt "BrushScript BT", "Comic Sans MS"}

A.menu:link   {font: bold 7pt/7pt Arial;
	color: white}
A.menu:active {font: bold 7pt/7pt Arial;
	color: silver}
A.menu:visited {font: bold 7pt/7pt Arial;
	color: yellow}
A.menu:hover {background-color: red; font: bold 7pt/7pt Arial;
	color: white}
a.home {font:bold 12pt/12pt Arial; color: maroon}

#sidebar {

position: absolute;
top: 100px;
right: auto;
bottom: auto;
left: 20px;
}

#header {

position: absolute;
width:850px;
height: 100px;
top: 0px;
left: 100px;
text-align: center;
}

#main {
position: absolute;
width:850px;
height: auto;
top: 100px;
left: 100px;
right: auto;
font: 12pt "Times New Roman", "Book Antiqua";
}

#DblBlock {
display:block;
float:left;
width:100%;
}


#TextLeft {
float: left;
display: block;
vertical-align: middle;
width: 43%;
padding: 10px 10px 10px 10px;

}

#TextRight {
display: block;
float: right;
vertical-align: middle;
width: 43%;
padding: 10px 10px 10px 10px;


}

#ImageLeft {
display: block;
margin-top: auto;
vertical-align: middle;
width: 43%;
float: left;
padding: 10px 10px 10px 10px;

}

#ImageRight {
display: block;
margin-top: auto;
vertical-align: middle;
width: 43%;
float: right;
padding: 10px 10px 10px 10px;
}

#TextNorm {
clear: left;
vertical-align: middle;
padding: 10px 10px 10px 10px;
}

#ImageCenter {
display: block;

}

