﻿body 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #777777;
    background-color: #EFF2F3;
}

input, select, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    color: #777777;
}

#wrap {
	background:#fff;
	color:#303030;
	margin:0 auto;
	width:779px;
	padding:0;
	
}

#header {
	margin:0;
	padding:0;
	height:110px;
	background-image: url('../Images/Frame/bg-body.gif');
	background-position: top center;
	background-repeat: repeat-y;
}

#headertop {
	margin:0;
	padding:0;
	height:15px;
	background-image: url('../Images/Frame/top.gif');
	background-position: top center;
	background-repeat: no-repeat;
}


#headerleft
{
	width: 170px;
	float: left;
    background-image: url('../Images/Frame/swish.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
    border-style:none;
    padding-left:1px;
    text-align: center;
}

#headerright
{
    width:595px;
	text-align:right;
	float: right;
    border-style:none;
    margin-right: 3px;
    padding-right: 10px;
    background-image: url('../Images/Frame/nav-back.gif');
    background-position: bottom left;
    background-repeat: repeat-x;
}

#headerright ul
{
    margin: 0px;
    padding-left:0px;
    list-style-type: none;
    text-align: center;
    background-color: #D4D8D9;
    width: 100%;
    height: 21px;
    margin-top: 12px;
}

#headerright ul li
{
    display: inline;
    width: 19%;
    margin-left: 10px;
    
}

#headerright ul li a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}

#headerright ul li a:hover
{
    color: #707070;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}

#content
{
    text-align:center;
    background-image: url('../Images/Frame/bg-body.gif');
	background-position: top center;
	background-repeat: repeat-y;
	min-height:440px;
    height:auto !important;
    height:440px;
    padding-bottom: 0;
    margin-bottom:0;
    font-family: Arial, Helvetica, sans-serif;
    color: #777777;

}

#footer
{
    clear:both;
  	margin:0;
	padding:0;
	height:50px;
	background-image: url('../Images/Frame/bg-body.gif');
	background-position: bottom center;
	background-repeat: repeat-y;
	
}  

#footerbase {
	margin:0;
	padding-left: 5px;
	height:15px;
	background-image: url('../Images/Frame/bottom.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.redtext
{
    color: Red;
}

img
{
    border: none;
}

a
{
    text-decoration: none;
    color: #777777;
}