﻿
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    text-align:center;
    color:#000;
    background: #4c4c4c url(../images/menu/grad1.png) 0 0 repeat-x;
    font: 11px/normal Tahoma, Arial, Helvetica, sans-serif;
}

div#container {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* Header styles */
#header {
    clear:both;
    float:left;
    width:1000px;
    background-image:url('../images/header_image.jpg');
    height:130px;   
}
#header_nav 
{
    clear:both;
    float:left;
    width:1000px;
    background-color:#3a3a3a;
    height:28px;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:1000px;			
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 1 column full page settings */
.fullpage {
    background:#f7f0f0;
}
.fullpage .centercol {
    margin:0px;
    background-color:#f7f0f0;
    min-height:600px;
    color:#000;
}
.fullpage .centercol p 
{
	padding:10px;
}
/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:1000px;
    height:25px;
	background-color:#f7f0f0;
	text-align:center;
}
#footer p {
    padding:10px;
    margin:0;
}

h1 
{
	font-size:14px;
	font-weight:bold;
}
h2 
{
	font-size:13px;
	font-weight:bold;
}
h3
{
	font-size:12px;
	font-weight:bold;
}