﻿* 
{
  margin: auto;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



body 
{
	background-color : #dddddd;
	padding-top :10px;
	padding-bottom : 30px;
}

#container
{
	width : 950px;
	border : solid 10px #ffffff;
	background-image : url(../images/bg_strip.jpg);
	background-repeat : repeat-x;
}

#header
{
	width : 910px;
	padding-top : 20px;
	padding-left : 20px;
	padding-right : 20px;
}

#logo
{
	float:left;
	width : 200px;
}

#mid_area
{
	width : 910px;
}

#contact_number
{
	float : left;
	width : 188px;
	font-family : verdana;
	color : black;
	font-size : small;
	text-decoration : none;
	font-weight : bold;
	padding-left : 10px;
	line-height : 40px;
	border-left : solid 1px white;
	border-right : solid 1px black;
	border-bottom : solid 1px black;
	text-align : center;
	background-color : #eeeeee;
}

#nav
{
	width : 708px;
	float : left;
}

#nav a
{
	float : left;
	font-family : verdana;
	color : white;
	font-size : small;
	text-decoration : none;
	font-weight : bold;
	line-height : 40px;
	width : 176px;
	border-right : solid 1px white;
	border-bottom : solid 1px black;
	text-align : center;
}

#nav a:hover
{
	color : Fuchsia;
}

#mid_pic
{
	width : 707px;
	height : 117px;
	float : left;
	border-top : solid 1px white;
	border-right : solid 1px white;
	border-bottom : solid 1px white;
}

#content
{
	width : 908px;
	border-left : solid 1px white;
	margin-bottom : 10px;
	background-color : #ffffff;
}

#content_left
{
	width : 188px;
	float : left;
	padding-left : 10px;
	padding-top : 10px;
}

#content_right
{
	background-color : #eeeeee;
	width : 667px;
	float : left;
	font-family : Verdana;
	font-size : small;
	color : black;
	padding-left : 20px;
	padding-right : 20px;
	padding-top :10px;
	border-left : solid 1px black;
}

#footer
{
	width : 950px;
	font-family : Verdana;
	color : White;
	font-size : small;
	text-align : center;
	padding-bottom : 10px;
}

#footer a
{
	font-family : Verdana;
	font-size : small;
	color : White;
	font-weight : bold;
	text-decoration : none;
}

#footer a:hover
{
	color : Fuchsia;
}

.iframe_class
{
    
    
}

