/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/
body
{
	margin: 0;
	margin-top: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

 #container
{
	width: 100%;
	background-color: #fff;
	color: #333;
	

}

#top
{
	height: 10px;
	background-color: #fff;
}

#leftnav
{
position: relative;
top: 18px;
float: left;
width: 347px;
margin: 0;
padding: 0;
z-index: 2;
text-align: right;
}

#frontcontent
{
position: absolute;
left: 347px;
width: 545px;
z-index: 3;
padding-left: 5px;
padding-right: 5px;
background: #fff;
}

#insidecontent
{
position: absolute;
left: 347px;
width: 545px;
z-index: 3;
padding-left: 5px;
padding-right: 5px;
background: #fff;
}

#right
{
z-index: 1;
position: absolute;
top: 78px;
width: 100%;
height: 198px;
margin-left: 0px;
background-color: #cccccc;
color: #ffffff;
}

#footer
{
clear: both;
margin: 0;
width: 200px;
color: #cccccc;
background-color: #ddd;
}

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

#textsection
{
min-height: 385px;
font-size: 11px;
font-family: Verdana, Geneva, sans-serif;
color: #282828;
background-color: #FFFFFF;
text-align: justify;
}

#leftnav .address {
	position: relative;
	left: -20px;
	font-face: verdana;
	font-size: 10px;
	font-weight: bold;
}

#frontcontent .footer,
#insidecontent .footer
{
	color: #ffffff;
	padding: 5px;
	background-color: #cccccc;
	font-size: 10px;
	font-weight: bold;
}

.smallemph,
.emph 
{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.smallemph
{
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

a.mainlink 
{
	color: #000000;
	text-decoration: none;	
}

a.mainlink:hover,
a.mainlinkbold
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}


