﻿body {
    background-color: #4a6367; 
    font-family: Arial; 
    margin: 0; 
    padding: 0
}
img {
    border: 0;
}
h2 {
    font-style: italic;
    font-family: Century Gothic;
    font-size: 28px;
    color: #736c6c;
}
p {
    color: #736c6c;
    font-size: 12px;
    font-family: Century Gothic;
}
/*ul,*/ 
li 
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
	font-family: Century Gothic;
	font-size: 11px;
	text-transform: uppercase;
}
li 
{
	margin: 0 30px 0 0;
}

a:link 
{
	color: #d5d5d5;
	text-decoration:none;
	border-bottom: 0;
}

a:visited 
{
	color: #d5d5d5;
	text-decoration:none;
	border-bottom: 0;
}

a:hover 
{
	color: #d5d5d5;
	text-decoration:none;
	border-bottom: 1px dashed #d5d5d5;
}

a:active 
{
	color: #d5d5d5;
	text-decoration:none;
	border-bottom: 0;	
}
*/
#container {
    width: 100%; 
    height: 100%;
    margin: 0;
    padding: 0;
}
#leftPanel {
    background: url(images/bkg_leftMain.gif) repeat-x; 
    position: absolute; 
    width: 50%; 
    height: 721px; 
    float: left;
}
#rightPanel {
    background: url(images/bkg_rightMain.gif) repeat-x; 
    position: absolute; 
    
    left: 50%; 
    width: 50%; 
    float: left; 
    height: 721px;
}
#main {
    background: url(images/bkg_main.gif) no-repeat; 
    position: absolute; 
    left: 50%; 
    margin-left: -475px; 
    width: 950px; 
    height: 721px;
}