
body {
	padding-top: 0px;
	background-color: #FF0000;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	
	text-align: left;
	letter-spacing: 1px;
}
a {color: #FFF;font-size: 14px;}
.more{float: left;}
.clear{clear:both;}
p{	margin: 20px 0px 20px 0px;line-height: 16px;font-size: 14px;}
#container {
	margin: 0px auto;
	width:873px;
	text-align: center;
}
#menu {
	background-image:url(images/TEST2.gif);
	width:862px;
	height:90px;
	position:none;
	text-align: relitive;
	margin: 0px 0px 0px 0px
}
#header {
	background-image:url(images/TEST4.gif);
	background-repeat:repeat-y;
	width:873px;
}
#mainmenu {
	width: 717px;
	height:46px;
	margin: 0px 0px 0px 40px;
	float:none;
	display:inline;
}
#mainimage {
	background-image:url(images/placeholder.png);
	width:700px;
	height:420px;
	float:right;
	margin-right:100px;
	display:inline;
}
#welcome {
	width:210px;
	margin: 50px 0px 0px 100px;
	float:left;
	display:inline;
	text-align:center

}
#middle {
	background-image:url(images/TEST.gif);
	width:873px;
	height:50px;
}
#footer p{
	height:58px;
	width:873px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	font-size:11px;
	
}







#pointermenu{
border-top: 0px solid black; /*optional border across top*/
margin: 0;
padding: 0;
}

#pointermenu ul{
margin: 0;
margin-left: 320px; /*menu offset from left edge of window*/
margin-top: 11px;
float: left;
padding-left: 10px;
padding-top:10px;
padding-right: 10px;
font: bold 13px Verdana;
text-align:center;
background-color: black;
background: black url(media/leftround.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 11px 7px 7px;
text-decoration: none;
background: url(media/pointer.gif) bottom center no-repeat;
}

#pointermenu ul li a:visited{
color: white;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: #ff0000;
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(media/rightround.gif) bottom right no-repeat; /*optional right round corner*/
}