* {
margin: 0;
padding: 0;
}

body {
color: #666;
font: normal 13px Arial, Helvetica, sans-serif;
background: #fff;
margin: 0;
padding: 0;
}

.minds {
background: #fff;
width: 900px;
height: 400px;
margin: 0 auto;
padding: 15px 20px 25px;
}

img { border: none;}

#container {
border: solid 1px #ccc;
margin: 0 auto;
width: 1000px;
}

#foreground {
background: url("images/background.jpg") no-repeat;
height: 598px;
width: 1000px;
margin: 3px 0 0;
padding: 0;
}

.content {
/*background: url("images/transparent.png") repeat;*/
height: 500px;
margin: 0;
}

.content p.clients {
line-height: 25px;
text-align: justify;
padding: 100px 75px 0 675px;
}

.content p.brochure {
line-height: 25px;
text-align: justify;
padding: 50px 75px 0 475px;
height: 133px;
}

.content p.contact {
font-size: 32px;
padding: 100px 0 0 550px;
}

.qoute {
font-size: 20px;
line-height: 30px;
text-align: justify;
padding: 0 0 0 40px;
position: relative;
bottom: 170px;
width: 405px;
}

.list {
text-align: center;
margin: 0;
}

.list h1 {
color: #1c81c0;
font: normal 30px Arial, Helvetica, sans-serif;
line-height: 28px;
margin: -90px 0 0;
}

.list h2 {
font: normal 16px Arial, Helvetica, sans-serif;
padding: 0 0 20px;
}

ul.trades {
list-style-type: none;
}

ul.trades li {
font: normal 20px Arial, Helvetica, sans-serif;
margin: 6px 0;
}

span.blue {
color: #1c81c0;
}

ul.btmnav {
position: relative;
	top:25px;
text-align: center;
}

ul.btmnav li {
list-style-type: none;
display: inline;
margin: 0 0 0 3px;
}

a:Link, a:Visited {
color: #2e83a8;
text-decoration: underline;
}

a:Hover {
text-decoration: none;
}

.footer {
background: url("images/foot_img.jpg") no-repeat;
color: #fff;
height: 38px;
margin: 0 0 20px;
}

.footer p {
font-size: 13px;
padding: 10px 0 10px 170px;
}

.footer a:Link, .footer a:Visited {
text-decoration:none;
}

.footer a:Hover {
text-decoration:underline;
}