﻿#container {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 100%;
	text-align: left;
    background: #F5F5F5;
    border-style:  solid;
    border-width: thin;
    border-color: Gray;
    padding: 10px 10px 10px 10px;
}

body {
    background-image: url('images/Backgrounds/bg_default.jpg');
}

.HeaderText {
    font-weight: bold; 
    font: Tahoma; 
    font-size:24px !important; 
    color: Gray; 
    padding-left: 10px;
}
