﻿body {
	margin:0;
	padding:0;
    width:100%;
    height:100%;
    background-color:#ffffff;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	color:#663300;
	}

a:link, a:visited { color:#0099CC; text-decoration: none; } 

a:active, a:hover { color:#545438; text-decoration:underline; }
		
p {
	padding:0;
	margin:0;
	}

/*main div which containes all content structure*/	
#container {
	margin:0 auto;
}

/*logo*/							
#logo{
    padding: 20px;
    float:left;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    width: 442px;
    height: 67px;
}

/*header*/							
#header {
    background: url('images/header.jpg') no-repeat 50% 0%; 
	height:582px;
	width:100%;
	min-width:988px;
}
.header .menu{
	width:980px;
	margin:0 auto;
	position:relative; 
	padding:0
}
.header .indent{
	width:980px;
	margin:0 auto;
	position:relative; 
	padding:0
} 

/*content*/							
#content { 
    width : 980px; 
  	margin:0 auto;
	padding:20px 20px 20px 20px;
    text-align : justify;
    background-color:#ffffff;
    min-height: 200px;
} 

/*footer*/							
#footer {
	background:url('images/foot_bg.jpg') repeat-x 50% 0%;
	height:80px;
	width: 100%;
	min-width:988px
}
.foot {
	width:980px;
	margin:0 auto;
	color:#9d9d9d;
	position:relative
}
.copy {
	position:absolute;
	margin:13px 0 0 0;
	text-align:justify;
	color:#717777
}
.copy span {
	margin:0 7px
}
.icons {
	position:absolute;
	right:0;
	width:184px;
	top:13px;
	text-align:right
}
.icons a {
	margin-right:2px;
}
	

h6 { font-size:1.80em; color:#0099CC; background-image: url('images/img02.gif'); font-family:"Trebuchet MS"; font-weight:normal; padding-left: 10px; height: 23px;}
	

