/*One column fixed layout CSS File named mike2.css*/
p{
font-family: georgia, serif;
font-size: 12px;
font-weight: normal;
text-transform: normal;
text-align: left;
color: #000000;
}

h1{
font-family: Tahoma, Georgia;
font-size: 20px;
font-weight: bold;
text-transform: Capitalize;
text-align: center;
color: #000000;
}

h2{
font-family: Tahoma, Georgia;
font-size: 16px;
font-weight: bold;
text-transform: Capitalize;
text-align: center;
color: #FF0000;
}

h3{
font-family: Georgia; serif;
font-size: 14px;
font-weight: bold;
text-transform: Capitalize;
text-align: center;
color: #000000;
}

h4{
/*use h4 for testimonials*/
font-family: Georgia; serif;
font-size: 12px;
font-weight: bold;
font-style: italic;
color: #CCFFFF;
}

h5{
/*use h5 for copyright and legal*/
font-family: Georgia; serif;
font-size: 10px;
font-weight: bold;
text-transform: Capitalize;
text-align: center;
color: #000000;
}

h6{
font-family: Tahoma, Georgia;
font-size: 20px;
font-weight: bold;
text-transform: Capitalize;
color: #FF0000;
}

a:hover {
color: #0066ff;
background-color: #ffffff;
text-weight: bold;
text-
}

a:link {
color: #oo66FF;
background-color:  #ffffff;
}

a:visited {
color:  #990099;
background-color:  #ffffff;
}

/* to wrap around an image */
.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
} 

.floatimgright {
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
} 

body,html {
margin:0;
padding:0;
background:#000000;
color:#000000;
}

#container {
width:700px;
margin: 10px auto;
background-color: #ffffcc;
color:#000000;
border:10px double #999999;
line-height:130%;
}

#top{
padding:0;
margin:0;
background-color:#ccffff;
text-align:center;
height:97px;
}

#content {
padding:2em;
background-color:#ffffff;
border-top:3px solid #000000;
}

#footer {
clear:both;
margin:0;
padding:.5em;
color:#333333;
background-color:#999999;
border-top:3px solid #000000;
height: 20px;
text-align:center;
}

#content h2 {
margin:0 0 .5em 0;
}



