/*LAYOUT*/

body {
    margin: 0px;
    padding: 0px;
}
div.header {
    height: 100px;
    background-image: url("images/gmHeader.jpg");
    background-repeat: no-repeat; 
    background-color: white;
    margin-left: auto;
	margin-right: auto;
}


div.menu {
    background-color: #dee1e6;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
    height: 30px;
    line-height: 30px;
    clear: both;
}

div.container{
	width: 800px;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	overflow:hidden;
}

div.left {
    float: left;
    width: 133px;
    background-color: white;
    overflow:hidden;
}

div.right {
    float: left;
    width: 160px;
    background-color: white;
    overflow:hidden;
    
}

div.middle {
	float: left;
	width: 501px;
    margin: 0px;
    background-color: white;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding-left: 2px;
    padding-right: 2px;
}
div.footer {
	width: 800px;
    background-color: white;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    height: 20px;
    text-align: center;
    clear: both;
}

/*Non index page divs*/

div.regLeft {
    float: left;
    width: 134px;
    background-color: white;
    overflow:hidden;
}

div.regRight {
    float: left;
    width: 655px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    background-color: white;
    overflow:hidden;
    
}

p.ad {
	text-align: center;
	color: black;
	background-color: #DEB887;
	border: 1px solid black;
}

p.news {
	padding: 10px;
}

/*FONTS*/

.menu {
	font-family: Andalus, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight; normal;
	font-size: 13pt;
	color:#000;
}

.menu A:link {
	color:black;
	text-decoration: none;
}
.menu A:visited {
	text-decoration: none;
	color:black;
}
.menu A:active {
	text-decoration: none;
	color:black;
}
.menu A:hover {
	text-decoration: none;
	color:black;
}

