@charset "utf-8";
/* CSS Document */

body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #fff;
font-family: "Century Gothic";
}

/* Main Layout */

#Wrap {
width: 900px;
height: auto;
margin: 0 auto;
}

#Header_Wrap {
width: 900px;
height: auto;
float: left;
}

#Header_Logo {
width: 570px;
height: 150px;
float: left;
background-image: url(../img/gifs/header570x150.gif);
background-repeat: no-repeat;
}

#Header_Strap {
width: 330px;
height: 80px;
float: left;
color: #1dafdc;
font-size: 25px;
text-align: right;
}

#Header_Phone {
width: 330px;
height: 50px;
float: left;
color: #fe7f00;
font-size: 25px;
text-align: right;
padding-top: 20px;
}

#BodyWrap {
width: 900px;
height: auto;
float: left;
}

#LeftWrap {
width: 600px;
height: auto;
float: left;
}

#RightWrap {
width: 300px;
height: auto;
float: left;
}

#Menu {
width: 600px;
height: 39px;
float: left;
background-color: #0000ff;
line-height: 39px;
color: #fff;
font-size: 15px;
text-align: center;
}

#Content {
width: 580px;
height: auto;
float: left;
padding-right: 20px;
}

#Icons {
width: 300px;
height: 100px;
float: left;
}

#Side {
width: 300px;
height: auto;
float: left;
}

#Footer {
width: 890px;
height: 40px;
float: left;
background-color: #0000ff;
line-height: 40px;
color: #fff;
font-size: 15px;
padding-left: 10px;
}


/* Font */

.pageheader {
color: #ff8000;
font-size: 40px;
font-weight: bold;
font-style: italic;
} 

.bodyfont {
color: #222222;
font-size: 14px;
line-height: 26px;
}

/* Links */

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

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

#Menu a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

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

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

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

#Footer a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

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

