

body {
	background: #888888 url(images/bodybg.png) repeat-y scroll center;
   text-align : center;
	margin : 0px;
	padding : 0px;
	}

h1,h2,h3,h4 {
   color : #000000;
	font-family: Arial, Verdana, sans-serif;
	}

p {
	color : #000000;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	}

dl, dt, dd, ul {
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	}
	
a, a:visited {
	color: #006b7b;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	}
	
.red {
	color: red;
	}

#global {
    background-color : #ffffff;
	 margin: 0px auto;
    position : relative;
    text-align : left;
    width : 930px;
	}

#head {
	background-image : url(images/banner.jpg);
	background-repeat : no-repeat;
    height : 260px;
    width : 930px;
	top: 0px;
    position : relative;
	}
	
#headmenu {
	height : 39px;
    width : 500px;
	position : absolute;
	top: 186px;
	left: 427px;
	border-left: solid 1px #666666;
	}

#headmenu ul {
	list-style-type: none;
	margin:0;
	padding:0;
	position: relative; 
	}

#headmenu li {
	float: left;
	list-style-type: none;
	border-right: solid 1px #666666;
	}

#headmenu a {
	width: auto;/* button width  */
	height: 29px;
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #b2b2b2;
	padding: 10px 13px 0px 13px;
	}

#headmenu a:hover {
	color: #ffffff;
	 background-image: url(images/menubg.png);
	}

#headmenu a span, #headmenu span {
	display: none;
	}

#headmenu a:hover span {
	display: inline;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 500px;
	height:22px;
	padding-top: 3px;
	text-align: center;
	color: #000000;
	font-size: 15px;
	}

#main {
    position : relative;
    width : 100%;
	}
	
.contentwindow {
    font-size: 13px;
    left : 28px;
	top : 0px;
    position : relative;
	height: 640px;
	padding :15px;
    width : 570px;
	background: #d2d2d2;
	margin-bottom: 25px;
	}
	
#adwindow {
	position : absolute;
	padding: 15px 15px;
	top : 0px;
	right: 28px;
	width : 220px;
	height : 640px;
	background: #d2d2d2;
	}

#adwindow img {
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#shoe {
    width : 890px;
	height : 75px;
	background: #ffffff;
	font-size: 11px;
	padding: 3px 20px;
	border-top: 2px solid #666666;
	}
	
#shoeleft {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	text-align: left;
	}

#shoeright {
	position: relative;
	right:0px;
	text-align: right;
	margin-left: 300px;
	}
