﻿/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


body
{
	font-family: Helvetica, Arial, Times New Roman;
	font-size: 15px;
	background-color: #FFF;   
	color: #40483d;
}

#outer-tl
{
	height: 100%;
	width: 100%;
    background: url(../../Content/img/header-l.png) no-repeat scroll left top;
}

#outer-tr
{
	height: 100%;
	width: 100%;
    background: url(../../Content/img/header-r.png) no-repeat scroll right top;   
}

#outer-bl
{
	height: 100%;
	width: 100%;
    background: url(../../Content/img/footer-l.png) no-repeat scroll left bottom;	
	
}

#outer-br
{
	height: 100%;
	width: 100%;
    background: url(../../Content/img/footer-r.png) no-repeat scroll right bottom;      
}

#page
{
    width: 656px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    padding: 0 0 0 0;
    text-align: center;
    vertical-align: middle; 
    
}

#header #logo
{
	width: 100%;
	padding: 10px 0 10px 0;	
}

#main
{
	position: relative;
    float: left;
    width: 100%;
    min-height: 350px;
}

#footer
{	
	padding: 10px 0 10px 0;
    text-align: center;
    line-height: normal;
    font-size: 14px;
	padding-bottom: 100px;    
}

#footer p
{
	margin: 0;
}

#footer p a
{
	 color: #40483d;
	 text-decoration: none;
}

#footer p a:visited 
{
	 color: #40483d;
	 text-decoration: none;
}

#footer p a:active
{
	 color: #40483d;
}

.clear
{
    clear: both;
}
