/*
Business Website Links CSS
Copyright (C) 2009 Dusty Stauffer
Version: 1.0
Last Revision: Saturday August 26, 2009 [DS]
www.internetdirectoryonline.com
*/
			
/* Note the new relative links for the images. The path to the images is in relationship to the new location of the style sheet, now nested in a folder called 'css'. */

body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
background-color: #99CCFF;
width: auto;
margin: 0 auto;
}

#container
{
width: 767px;
margin: 0 auto;
background-color: #FFFFFF;
border-style: double;
}

#header
{
padding-top: 10px;
padding-bottom: 20px;
text-align: center;
background-color: #FFFFFF;
}

#content
{
width: 455px;
padding: 20px 20px;
background-color: #FFFFFF;
border-style: double;
float: right;
}

#sidebar
{
width: 225px;
padding: 15px 15px;
background-color: #FFFFFF;
border-style: double;
float: left;
}

#footer
{
padding: 20px 0;
font-size: 11px;
font-weight: bold;
line-height: 1.8em;
text-align: center;
color: #000000;
background-color: #FFFFFF;
clear: both;
}

h1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 36px;
color: #000000;
}

h2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
color: #000000;
}

h3
{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #000000;
}

h4
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
}

h5
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
}

h6
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
}

p
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
background-color: #99CCFF;
text-align: center;
}

blockquote
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
margin-left: 40px;
}

a
{
color: #000000;
text-decoration: none;
line-height: 1.5;
}

a:link
{
border-bottom: 1px solid #0066FF;
}

a:visited
{
color: #000000;
}

a:hover
{
color: #26201C;
background-color: #E0DFDA;
border-bottom: none;
}

a:active
{
color: 262201C;
background-color: #9CC4E5;
border-bottom: none;
}


.style1 {font-size: 9px}
.style2 {font-size: 9}
.style3 {
	font-size: 18px;
	font-weight: bold;
}