﻿* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666;
 font-size: 12px;
 background: #FFF url(images/back1.jpg) top center repeat-y;
 }
a:link, 
a:visited { 
        border-bottom:1px dotted #469; 
        color:#00B; 
        text-decoration:none;
        line-height: 1.4;	/* leaves room at bottom of div's for link underlines */
} 
a:visited {color:#006;} 
a:focus, 
a:hover { 
        border-bottom:1px #f87d06;
        border-bottom-style:solid; 
        color:#f87d06; 
}

p.c	{text-align:center}
p.nav {font-size:140%;margin-top: 0px; margin-bottom: 0px}

img.l {
margin-right: 5px;
float:left;
}
img.r {
margin-left: 5px;
}
img.c {text-align:center}

#wrapper {
 width:800px;
 margin: 0 auto;
 }
#header {
 border: 1px solid #ccc;
 background-image:url('images/bizcard.jpg');
 background-repeat: no-repeat;
 margin: 5px;
 height: 141px;
 padding: 0px
}

#header-title {
position:relative;
left:285px;
width:480px;
text-align:center;
top:25px;
}
h1
{
font-size: 220%;
color: #088;
}
h2
{
font-size: 200%;
color: #088;
} 
h3
{
font-style: italic;
font-size: 120%;
color: #088;
} 
h4
{
font-style: italic;
font-size: 100%;
color: #088;
} 
#navbar {
}
#navbar a,
#navbar a:visited { 
	color:#00B;
    border-bottom:0px; 
    text-decoration:none;
    line-height: 1.0;	/* leaves room at bottom of div's for link underlines */
    } 

#navbar a:hover, 
#navbar a:focus, 
#navbar a:active {
	color:#f87d06;	/* this one is light blue... #0eacee; */
    border-bottom:0px; 
    text-decoration:none;
    line-height: 1.0;	/* leaves room at bottom of div's for link underlines */
} 

#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0 5px 5px 5px;
 padding: 6px;
 display: inline; /* IE Hack */
 width: 15%;
 float: left;
 border:1px dotted #ccc;
 background-color: #EEE;
 min-height: 200px;
}
* html #leftcolumn {height:200px} /* IE Min-Height Hack */ 

#centercolumn {
 border: 1px solid #ccc;
 margin: 0 0px 5px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 80%;
 float: left;
 min-height: 300px;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#footer {
 background-color: #A3A38F;
 margin: 0 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.8%;
}