* {
	margin: 0;
	padding: 0;
}
/* =General page settings
----------------------------------------------- */
body {
background: #6699aa;
fontfamily:Verdana, Ariel, Helvetica, Sans Serif;
font-size: 13px;
line-height: 15px;
color: #333;
}
/* =Headings - Generic styles
----------------------------------------------- */

a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
color: #fff;
}

#wrap {
margin: 20px auto;
width: 800px;
}



#header {
background: #6699aa url(images/dark_banner.jpg) no-repeat;
height: 180px;
}
a img { border: none; }

a:link { background: transparent; color: #000000; }

a:visited, a:hover, a:focus, a:active { background: transparent; color: #000000; }

#header h1 { 
font-size: 20px;
letter-spacing: -1px;
padding: 20px 0 0 50px;
color: #000;
}
#header h1 a { background: transparent url(images/logo.png) no-repeat 0 0; display: block; height: 30px; overflow: hidden; text-indent: -9999px; width: 250px;
color: #6699aa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #fff;
}
#header h2 {
font-size: 19px;
color: #000;
padding: 10px 0 0 220px;
letter-spacing: -1px;
font-weight: 100;
}
/* contact over banner
----------------------------------------------- */
#nav-a { left: 600px; list-style-type: none; position: absolute; top: 55px; }

#menu {
height: 40px;
line-height: 40px;
background: #6699aa url(images/menu.jpg) no-repeat;
}
#menu h2 {
padding-left: -30px;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0px 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 18px;
color: #fff;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}
/* Content - boxes
----------------------------------------------- */
#content {
background: #6699aa url(images/content.jpg) repeat-y;
padding: 10px;
}
#content h2 {
padding: 20px;
}
/* Boxes
----------------------------------------------- */
.left {
float: left;
width: 175px;
height: 230px;
color: black;
background: #fff;
border-left: 16px solid #fff;
}
.left_wide {
float: left;
width: 350px;
height: 200px;
color: black;
background: #fff;
border-left: 16px solid #fff;
}
.left_wide2 {
float: left;
width: 350px;
height: 200px;
color: black;
background: #fff;
border-left: 40px solid #fff;
}
.left h1 {
font-size: 10px;
font-weight: 100;
}
.left h4 {
font-size: 12px;
font-weight: 100;
color: red;

}
.left_next_row h1 {
font-size: 10px;
font-weight: 100;

}
.left h2 {
font-size: 20px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h3 {
font-size: 12px;
font-weight: 100;
}
.left_next_row h4 {
font-size: 12px;
font-weight: 100;
color: red;

}

.left_next_row {
float: left;
width: 175px;
height: 230px;
color: black;
background: #fff;
border-left: 16px solid #fff;
border-top: 16px solid #fff;
}

/* Bottom bit
----------------------------------------------- */
#bottom {
background: #6699aa url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: black;
}