html,body {
        margin:0;
        padding:0;
        height:100%;
        color: #000000;
	font-family: arial,helvetica,clean,sans-serif;
}

a:link, a:visited, a:hover {
	color: gray;
}

div#container {
        position:relative;
        margin:0 auto;
        height:auto !important;
        height:100%;
        min-height:100%;
        background: #ff0017 url('img/top.bg.png') repeat-y scroll 0 0;
	background-position: right;
}

div#header {
        background: #ff0017 url('img/top.bg.png') repeat-y scroll 0 0;
	background-position: right;
}


div#content {
        padding:1em 1em 5em; /* bottom padding for footer */
        min-height: 450px;
        color: #ffffff;
}


div#bottom {
        position:absolute;
        width:100%;
        bottom:0; /* stick to bottom */
        height: 140px;
	overflow: hidden;
        background: #000000 url('img/bottom.bg.png') repeat-x scroll 0 0;

}
div#footer {
        position:absolute;
        width:100%;
        bottom:0; /* stick to bottom */
        font-size: .5em;
        background-color: #ffffff;
        text-align:center;
        z-index: 100;

}

div#nav {
        padding-top: 1%;
        margin-left: 26%;
        clear: both;
}

#nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
}

#nav li {
        float: left;
        padding: .5% 1% .5% 1%;
        border-top: 1px solid #a0bfde;
        border-bottom: 1px solid #a0bfde;
        border-right: 1px solid #a0bfde;
}

.firstNav {
        border-left: 1px solid #a0bfde;

}

.lastNav {
        margin-left: 5%;
}

#nav a {
        color: #FFFFFF;
        text-decoration: none;
        font-family: arial,helvetica,clean,sans-serif;
}

#nav li:hover {
        background-color: #fb0017;
}

div#mask {
        margin-top: 1%;
        margin-right: 12%;
        float: right;

}

#message {
        float: left;
        margin-left: 12%;
        max-width: 50%;
        padding-bottom: 4em;
}

.image {
	margin-top: 17px;
	margin-left: 10px;
	float: left;
}

