/** PaytonBice.com theme */

/** Basic */

body
{
margin: auto;
font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

p
{
color: #000000;
font-size: 11px;
}

a
{
color: #000000;
}

a:hover
{
color: #444444;
text-decoration: none;
}

a:visited
{
color: #555555;
text-decoration: none;
}

/** Header */

#header 
{
width: 800px;
}

#header h1
{
color: #000000;
font-size: 14px;
padding-left: 40px;
}

#header h2
{
color: #000000;
font-size: 12px;
padding-left: 40px;
}

/** Bar */

#bar
{
width: 800px;
height: 25px;
background-color: #CCCCCC;
}

#bar p
{
color: #555555;
}

#bar a
{
color: #555555;	
}

#bar a:hover
{
color: #444444;	
text-decoration: none;
}

#bar a:visited
{
color: #555555;
text-decoration: none;
}

#bleft
{
float: left;
margin: 0px;
}

#bright
{
float: right;
margin: 0px;
}

/** Content */

#content
{
width: 800px;
}

#left
{
float: left;
margin: 0px;
width: 200px;
padding-right: 5px;
height: 300px;
}

#middle
{
margin: 0px;
padding-left: 20px;
padding-right: 20px;
width: 400px;
float: right;
}


/** Footer */

#footer
{
width: 700px;
clear: both;
}

#footer p
{
text-align: center;
font-size: 10px;
clear: both;
}

#footer a
{
text-decoration: none;
color: #555555;
}

#footer a:visited
{
text-decoration: none;
color: #555555;
}

#footer a:hover
{
text-decoration: none;
color: #444444;
}

