﻿/* Main Body */
body 
{
    background-color:Black;
    margin: 0cm auto;
    font: 12px Tahoma;
    color:Black
}

tr
{
    vertical-align:top;
}

/* Layout */
#wrapper
{
    margin:auto;
    width:767px;
    border: solid 1px orange;
}

#header
{
    width:766px;
    height:252px;
}

#menu
{
    width:206px;
    display:inline;
    float:left;
    background-color:White;
}

#rotator
{
    width:560px;
    display:inline;
    float:right;
}

#contentbody
{
    width:766px;
    background-image:url(../images/layout/locations-background.jpg);
    background-repeat:repeat-x;
    background-color:#282828;
}

#leftbar
{
    width:206px;
    display:inline;
    float:left;    
    padding-bottom:15px;
}

#content
{
    width:530px;
    display:inline;
    float:right;
    padding:15px;
    background-color:White;
}

#footer
{
    font-size: .95em;
    color:White;
    font-variant:small-caps;
    width:736px;
    text-align:right;
    padding:15px;
    border-top: solid 2px orange;
}

/* Fonts */

h1
{
    font-size: 2.5em;
    font-family:Arial;
    margin-top:10px;
    color:#ff6501;
    border-bottom:solid 1px black;
    width:75%;
}

h2
{
    font-size: 1.8em;
    font-family:Arial;
    margin-top:10px;
    color:#ff6501;
    border-bottom: solid 1px black;
    width: 85%
}

h3
{
    font-size: 1.5em;
    font-family:Arial;
    color:#666666;
    margin:0;
    padding:0;
    margin:auto;
}

/*Links*/
a.links:link,a.links:visited 
{
	color: #ff6501;
	text-decoration: underline;
	font-weight:bold;
}
	
a.links:hover 
{
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

a.white:link,a.white:visited 
{
	color: #ffffff;
	text-decoration: underline;
	font-weight:bold;
}
	
a.white:hover 
{
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}