﻿.header_left
{
    background-image:url("images/header_left.png");
    background-repeat:no-repeat;
    
    width:100%;
    height:120px;
    vertical-align:bottom;
}
.header_right
{
    background-image:url("images/header_right.png");
    background-repeat:no-repeat;
    background-position:right top;
    width:100%;
    height:120px;
    vertical-align:bottom;
    text-align:right;
    background-color:Transparent;
}
.header_content_right
{
    vertical-align:bottom;
    text-align:right;
    color:White;
    padding:10px 10px 10px 10px;
}
.header_content_left
{
    padding:10px 10px 10px 10px;
    vertical-align:bottom;
    text-align:left;
    color:White;
}

.HeaderBackground
{
    background-image:url("images/full_width_header_bg.png");
    background-repeat:repeat;
}

#header 
{
	margin:0px 0px 0px 0px;
	width:100%;
	height:110px;
	font-family:Arial;
	
}

#header a:link
	{
	color:White;
	text-decoration:none;
	}

#header a:hover 
	{
	color:White;
	text-decoration:underline;
	}
	
#header a:visited 
	{
	color:White;
	text-decoration:underline;
	}
	
#header a:visited:hover 
	{
	color:White;
	text-decoration:underline;
	}