﻿body {
background-color: #FFF;
text-align: center;
}

h1, h2 {
text-align: center;
font-family: "Lucida Calligraphy", "Monotype Corsiva", "Comic Sans MS", Arial, sans;
}

ul {
list-style-type: none;
line-height: 1.5em;
}

.center {text-align: center;}

a {
font-size: 1.5em;
}

a:hover {color: red;}

a:visited {color: silver;}

#header {
background-color: navy;
color: yellow;
}

#wrapper1 {
position: relative;
text-align: left;
width: 100%;
background: #FFF;
}

#wrapper2 {
position: relative;
text-align: left;
width: 100%;
}

#maincol {
position: relative;
}

#leftcol { 
position: relative;
float: left;
width: 200px; /* actual value */
z-index: 100;
background-color: #000080;
color: #FFF;
}

#rightcol {
position: relative;
float: right;
width: 200px; /* actual value */
z-index: 99;
background-color: #000080;
color: #FFF;
}

#centercol {
position: relative;
color: #000;
background-color: #ADD8E6;
}

#footer {
background-color: green;
color: #FFF;
clear: both;
text-align: center;
padding: 0.5em;
font-size: 1.2em;
}

img {border: 0px;}
