/* CSS Document */

body
{
    background-image: url(images/bgs/grass.jpg); background-attachment:fixed; color: White; font-family: Arial Baltic;
}
a
{
    color:White;
}
a img
{
    border: none;
}
p
{
    text-align: justify;
}
img
{
    border:0px;
}
#Wrapper 
{
    width:900px; border: solid 2px white;
}
#Header
{
     text-align:center; border-bottom: solid 2px White;
}
#Group
{
    position: absolute; top: 47px; left: 50%; margin-left: -435px;
}
#Body
{
    border: solid 1px black; 
}
#NavColumn
{
    background-image:url(images/global/GrassWithClouds.png); background-repeat:no-repeat;
    background-position: bottom; background-color: #2143AB; text-align:left; width:200px; vertical-align: top;
}
#Main
{
    width:700px; background-image: url(images/bgs/main.jpg); text-align: left; padding:12px;
}
#NavLinks
{
    padding-left:20px; padding-top:40px;
}
#NavLinks a
{
    color: White;
}
#NavLinks a:hover
{
    color: Yellow;
}
#NavLinks a:visited
{
    color: White;
}
img.floatRight
{
	float: right; margin: 13px 0px 0px 10px; 
}
img.floatLeft
{
    FLOAT: left; MARGIN: 13px 10px 0px 0px;
}
.blog td
{
    text-align:center; vertical-align:middle; padding:10px;
}
#Countdown
{
    text-align: center; font-size:x-large;
}
.coalition td
{
    text-align: center; vertical-align:middle; padding-bottom: 30px;
}
#footer
{
    text-align: center; font-size: medium; padding:20px;
}