/*
Empress Painting CSS
http://www.empresspainting.com
Maintained by Axiom Web Design (http://www.axiomweb.com)
*/


body {
    background-image: url('images/empBackground.jpg');
}

.main {
    text-align: center;
}

.header {

}

.title {
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 32pt;
}

.sub_title {
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 24pt;
}
.content {
    width: 600px;
    font-family: arial, sans-serif;
    text-align: left;
}

.sub_nav {
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 12pt;
}

a:link{
    color: #254e9d;
    text-decoration: none;
    font-weight: bold;
    font-family: arial, sans-serif;
}

a:hover{
    color: #53aa41;
    text-decoration: none;
    font-weight: bold;
    font-family: arial, sans-serif;
}

a:visited{
    color: #254e9d;
    text-decoration: none;
    font-weight: bold;
    font-family: arial, sans-serif;
}

.footer {
    font-family: arial, sans-serif;
    text-align: center;
    color: #143D1E;
    font-size: 12px;
}
