@charset "utf-8";

/* 
    Document   : construction
    Created on : Apr 2, 2010, 3:09:51 PM
    Author     : Leo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body {
    padding:0;
    margin:0;
    margin-left:auto;
    margin-right:auto;
    text-align:center;   
    background-color: #34537d;  
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #ccc;
    text-align: center;
}

p {
    font-size: 14px;
    color: #eee;
}

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

#page-content {
    margin: 160px auto 0 auto;
    width: 500px;
}

img {
	border: 0;
}


