﻿body {
    background-color:#2a324b;
    text-align:center;
}

a:link, a:active, a:visited {
	color:#50557c;
	text-decoration:none;
}

a:hover {
	color:#416800;
	text-decoration:underline;
}

#mainContent 
{
    width:1200px;
    margin:0 auto;
    border: solid 2px black;
}

#header 
{
    clear: both;
    height:273px;
    background-image:url(../images/header.png);
}

#footer 
{
    clear: both;
}

#linkbar
{
    position:relative;
    background-image:url(../images/linkbar.png);
    height:30px;
    border-bottom:solid 1px black;
    border-left:solid 1px black;
    border-right:solid 1px black;
}

#linkbar a 
{
    position:absolute;
    text-decoration:none;
}

#linkbar #home
{
    left:87px;
    width:72px;
}

#linkbar #comingsoon
{
    left:394px;
    width:174px;
}

#linkbar #faq
{
    left:873px;
    width:55px;
}

#linkbar #submissions
{
    left:643px;
    width:152px;
}

#linkbar #store
{
    left:241px;
    width:73px;
}

#linkbar #contact
{
    left:1001px;
    width:111px;
}

#login
{
    text-align: right;
    margin-right: 40px;
}

#pageContent
{
    border:solid 1px black;
    background-color:White;
    text-align:left;
    padding:7px;
    min-height:800px;
}

.excerpt p
{
    text-indent: 15px;
}

.titleLeft
{
    width:150px;
    height:225px;
    text-align:center;
    border-left:1px solid black;
    border-top:1px solid black;
    border-bottom:1px solid black;
    vertical-align:middle;
}

.titleCenter
{    
    width:225px;
    text-align:center;
    border-top:1px solid black;
    border-bottom:1px solid black;
    vertical-align:top;
}

.titleCenter .title 
{
    font-weight:bold;
    font-size:x-large;
}

.titleRight
{
    border-right:1px solid black;
    border-top:1px solid black;
    border-bottom:1px solid black;
}

.titleRight div 
{
    margin-right:10px;
}