.RightPhoneNumberTitle {
	float : right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.1em;
}

#container
{
	margin: 0 auto;
	width: 981px;
	background: #fff;
}

#header
{
	background: #fff;
	padding: 5px;
}

#header h1 {
	margin: 0;
}

#navigation
{
	float: left;
	width: 981px;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover {
	cursor: crosshair;	
	background: #ccc;
	color: #803;
	text-decoration: none;
	}

#content-container
{
	float: left;
	width: 981px;
	/*background: #fff url(/wp-content/uploads/layout-two-fixed-background.gif) repeat-y 100% 0;*/
}

#content
{
	background: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	/*text-align: justify;*/
	text-indent: 15px;
	border: 1px solid #000;
	clear: left;
	float: left;
	width: 221px;
	height: 336px;
	padding: 10px 5px 10px 5px;
	margin: 5px 2px 5px 5px;
	display: inline;
}

#content h1 {
	margin: 0;
}

#content h2 {
	margin: 0;
}

#content h3 {
	margin: 0;
}

#flash {
	float: right;
	margin: 5px 5px 5px 2px;
	width: 733px;
   height: 358px;
} 
#header2
{
	clear: both;
	float: left;	
	background: #fff;
}

#header2 h1 {
	margin: 0;
}

#section1 {
   float: left; /* Sets this section to the left */
   background: #fff;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	text-indent: 15px;
   width: 490px;
   height: 170px;
}

#column1 {
   float: left; /* Sets this column to the left inside its section */
   border-right: 1px dotted;
   border-left: 1px dotted;
  	padding: 0px 5px 0px 5px;
   width: 233px;
   height: 170px;
}

#column2 {
   float: right; /* Sets this column to the right inside its section*/
   border-right: 1px dotted;
   border-left: 1px dotted;
  	padding: 0px 5px 0px 5px;
   width: 233px;
   height: 170px;
}

#section2 {
    float: right; /*Sets this sectionto the right */
    background: #fff;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-style: normal;
	 text-align: justify;
	 text-indent: 15px;
	 width: 490px;
    height: 170px;
}

#column3 {
   float: left; /* Sets this column to the left inside its section */
   border-right: 1px dotted;
   border-left: 1px dotted;
  	padding: 0px 5px 0px 5px;
   width: 233px;
   height: 170px;
}

#column4 {
   float: right; /* Sets this column to the right inside its section*/
   border-right: 1px dotted;
   border-left: 1px dotted;
  	padding: 0px 5px 0px 5px;
   width: 233px;
   height: 170px;
}

#footer {
	clear: both;
	background: #333;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	border-top: 1px solid #efefef;
	padding: 5px 10px;
	line-height: 25px;
}

#footer #altnav {
/*	width: 350px; */
	float: right;
	text-align: right;
}

#footer #copyright {
	color: #fff;
}

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

#footer a:hover {
	color: #803;
}