/* 
Stylesheet for Flawless mini-site
Made @ Designation.com
*/

body {
text-align: center;
background-color: #fff;
}

h1 {
margin: 0px;
font: 0.8em/1.40em arial;
letter-spacing: 0.04em;
font-weight: bold;
color: #333;
}

p {
margin: 0px 0px 10px 0px;
font: 0.71em/1.40em arial;
letter-spacing: 0.04em;
color: #000;
}

.contactInfo {
margin: 0px;
font: 0.8em/1.40em arial;
letter-spacing: 0.04em;
font-weight: bold;
color: #000;
}


a {
text-decoration: none;
color: #000;
}

a:active {
text-decoration: none;
color: #000;
}

a:visited{
text-decoration: none;
color: #000;
}

a:hover {
text-decoration: underline;
color: #000;
}




#wrapper {
margin:0px auto 0px auto;
width: 672px;
}

#headerBar {
width: 672px;
}

#titleBar {
text-align: left;
font-weight: bold;
background: #ccc;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #666;
padding: 10px 50px 10px 50px;
width: 672px;
}

html>body #titleBar {
width: 570px;
}

#mainContent {
text-align: left;
border-left: 1px solid #666;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
width: 672px;
padding: 10px 80px 10px 50px;
}

html>body #mainContent {
width: 540px;
} 

#footerBar {
text-align: left;
border-left: 1px solid #666;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
padding: 10px 70px 10px 50px;
width: 672px;
}

html>body #footerBar {
width: 550px;
} 
