/* Layout Stylesheet */ 

body {
	margin:0px;
	background:#000000 url(../images/BGPages.jpg) repeat-y center;
	color: #000000;
	text-align:center;
	padding:0 0 0 2px;
 }

#outer {
	text-align:left;
	width:721px;
	margin:auto;
	height: 100%;
 }

#hdr {
	height:206px;
	background:#FFFFFF;
	width: 719px;
 }

#bar {
	background:#000000;
	top: 206px;
	height: 20px;
	width: 718px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
 }

#bodyblock {
	background: #FFFFFF repeat-y center;
	width:720px;
	height: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
 }

#cont {
	width:720px;
	background-image: url(../images/BG_GMGLogo2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;

 }
