﻿body,
html {
    margin:0;
    padding:0;
    padding-top:10px;
	padding-bottom:10px;
    background:#000;
    color:#fff;
    font-family: "Times New Roman", Times, serif;
    }
body {
    min-width:950px;
    }
a:link {
	color:#f6c491;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
a:active {
	color:#fff;
	text-decoration:underline;
}
a:visited {
	color:#f6c491;
	text-decoration:none;
}
#container {
    background:#000;
    margin:0 auto;
    width:950px;
        }
#header {
    background:transparent;
    height:200px;
    width:950px;
    float:left;    
    }
#office_info {
    background: url("images/MenuBG.jpg") repeat-x;
    float:left;
    text-align:center;
    width:950px;
    height:20px;
    color:#000;
    font-size:12pt;
    font-weight:bold;
    color:#333333;
    }
#menu {
    background:#f6c491;
    float:left;
    text-align:center;
    width:950px;
    height:17px;
    padding-top:3px;
    }
#menu h2, #menu h3, #menu p {
    padding:0 10px;
    }
#main {
	background: url("images/sidebars.jpg") repeat-y;
    float:left;
    width:950px;
    }
#main2 {
	background: url("images/sidebars.jpg") repeat-y;
    float:left;
    width:950px;
    padding-left:100px;
    padding-bottom:30px;
    padding-right:130px;
    }
#column1 {
    float:left;
    width:460px;
    margin-right:10px;
    margin-left:10px;
    }
#column2 {
    float:left;
    width:460px;
    margin-right:10px;
    }
#main ul {
    margin-bottom:0;
    }
#main p {
    padding:20px 20px 20px 20px;
    }
#footer {
    background:transparent;
    clear:both;
    height:100px;
    }
#footer p {
    padding:5px;
    margin:0;
    }
#bottom_menu {
	width:950px;
	margin-top:10px;
	float:left;
	text-align:center;
	font-weight:bold;
}
#copyright {
	width:950px;
	margin-top:5px;
	float:left;
	text-align:center;
}


