/* layout */

#outer {
	margin: auto;
	width: 798px;
	border: 1px solid #000;
}

#header {
    height: 194px;
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
    z-index: 1;
}


#bordertop {
    border-top: 1px solid #000;
	background-color: #f2f1f6; 
    background-image: url(../images/bordertop.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;   
    height: 31px; 
}

#borderbottom {
	background-color: #f2f1f6; 
    background-image: url(../images/borderbottom.jpg);
    background-repeat: no-repeat;
    background-position: top left;   
    height: 22px; 
    clear: both;
}

#container {
    background-image: url(../images/background.jpg);
    width: 798px;
}

#leftcol {
	float: left;
	width: 623px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	background-color: #fff;
	background-image: url(../images/borderright.jpg);
    background-repeat: repeat-y;
}

#rightcol {
	float: right;
	width: 120px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #f2f1f6;
}

#footer {
	color: #fff;
	height: 24px;
	background-color: #5e033e;
	padding-top: 6px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 90%;
	font-weight: bold;
}

.footerleft {
	padding-left: 29px;
	float: left;
}

.footerright {
	padding-right: 35px;
	text-align: right;
	float: right;
	padding-bottom: 5px;
}

#navbar {
    height: 26px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
    top: 139px;
    background-color: #5e033e;   
    z-index: 2; 
}

.logo {
    padding-left: 21px;
    z-index: 3;
    position: absolute;
    top: 85px;
}

.pattern 
{
    padding-left: 3px;
}


#navigationlist {
	color:#fff;	
	position: relative;

	font-weight: bold;
	padding-top: 4px;
}

#navigationlist ul{
	padding-left: 260px;
	margin-left: 0px;	
	margin-top: 0px;
}

#navigationlist li {
	display:inline;
	padding-right: 13px;
}

#navigationlist li a:hover {
	color: #ccffff;
	text-decoration: none;
}

#navigationlist a {
	color: #fff;
}

#navigationlist .current {
	color: #ccffff;
}

#bottomnav {
	color:#333;	
	font-weight: bold;
	font-size: 70%;
	height: 51px;
	clear: both;
	background-image: url("../images/footerbackground.jpg");
	background-repeat: no-repeat;	
}

#bottomnav ul{
	padding-left: 170px;
	padding-top: 20px;
	margin-left: 0px;	
	margin-top: 0px;
}

#bottomnav li {
	display:inline;
	padding-right: 13px;
}

#bottomnav li a:hover {
	color: #5e033e;
	text-decoration: none;
}

#bottomnav a {
	color: #333;
}

#bottomnav .current {
	color: #5e033e;
}

#rightcol ul{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 30px;
	list-style-type: none;
}

#rightcol li {
	padding-bottom: 16px;
	text-align: center;
}

#rightcol img 
{
    border: none;
}

/* tag specific */

body {
	background-color: #ece9d8;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #000;
	margin-top: 5px;
	padding-top: 0px;	
}

h1{
	margin-top: 0px;
	font-size: 120%;
}

h2{
	font-size: 110%;
}

a{
	text-decoration: none;
	color: #5e033e;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

table {
	font-size: 100%;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 