﻿@import url(styleNavigation.css);
@import url(styleEventsCalendar.css);
@import url(styleGettingToUs.css);
@import url(styleContent.css);
@import url(styleVOTD.css);

body 
{
    background: #EFECFF;
    font-family: Arial, Sans-Serif;
    color:#1A0974;
}

h1
{
    color:#1A0974;
    font-size: 1.2em;
}

h2{
    color:#1A0974;
    font-size: 1em;
}

p
{
    color:#1A0974;
    font-size: 0.9em;
}

img, a img
{
	border: none;
}

#wrapper
{

}

#container
{
    border: solid 0.5em #DAD5D5;
    border-top: none;
    /*background: #efecff;*/
    background: #fff;
}

#header
{
    border-bottom: solid 0.5em #DAD5D5;
    background: #fff;
}


/* For the rounded borders */
#wrapper .sb-border { background:#DAD5D5; }
#wrapper .sb-inner { background: #fff;}

#footer
{
    color: #B6A8FF;
    font-size: 0.8em;
}

#footer a
{
   color: #B6A8FF;
}

.divider
{
    background: #dad5d5;
    border: none;
}

#logo img
{
    border: none;   
}

.title
{
    text-transform:capitalize;
}