﻿/* General */

/*Reset Common Tags*/

a,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
	line-height: 120%;
}

.h1{
font-family:georgia, sans-serif; 
margin:0;
font-size: 12px;
font-weight: light; 
display: inline;
line-height: 150%;
}

body 
{
    margin:0px auto;
    padding:0px;
    font-family:Courier;
	font-weight:100;
	font-stretch:semi-condensed;
    font-size:11px;
    background-image: URL(images/bg_.jpg);
    background-repeat:no-repeat;
    background-color:fbfaed;
	background-position:top;
    line-height: 110%}

	

img
{
    border:0px;
}

a
{
    text-decoration:none;
    color:#6ED5FF;
}

a:hover
{
    text-decoration:underline;
}

        /*--------------------layout----------------------*/
        
#container
{
    margin:0 auto;
    width:780px;
}

		/*---------------------header---------------------*/
		
#header
{
    width:750px;
    height:176px;
    margin-bottom:10px;
	margin-left:15px;
	background-image: URL(images/header.jpg); background-repeat:no-repeat;
	background-position:top left;

}


#header-wrapper
{ 
  width:547px;
  height:127px;
  margin-left:190px;
  margin-top:30px;
  float:left;
  
}

		/*-------------------subheader--------------------*/
		
#subheader
{
    width:750px;
    height:84px;
    margin-bottom:0px;
	padding: 10px 15px 0px 20px;
    background-image: URL(images/subheader.jpg); background-repeat:no-repeat;
}

        /*---------------------content--------------------*/
        
#content
{
    width:780px;
    height:380px;
	background-image: URL(images/content_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	}

.feature
{ 
    border:#333333 solid 1px;
	float:centre;
	margin-bottom:5px;
	margin-top: 25px;
	margin-left: 33px;
}

#featuretext
{ 
	float:centre;
	margin-bottom:8px;
	margin-top: 3px;
	margin-left: 33px;
	margin-right: 30px;
}


       /*-------------------map--------------------*/
.map
{
    width:750px;
    height:auto;
	padding:50px 27px 16px 21px;
	background-image: URL(images/bg_map.png);
	background-repeat:no-repeat;
}


        /*---------------------footer---------------------*/
        
#footer
{
    width:750px;
    text-align:right;
    color:#fff;
    padding-right:20px;
}
