body {
font-family	:	verdana;
background-color	:	#FFFFEE;
min-width		:	700px;
padding			:	10px 0px;
margin			:	0px;
}

h1 {
padding			:	10px 10px;
margin			:	0px;
font-size		:	16px;
line-height		:	18px;
}
h2 {
color				: red;
margin			:	0px;
padding			:	10px 10px;
font-size		:	14px;
line-height		:	16px;
}

p{
padding			:	5px 10px;
margin			:	0px;
font-size		:	12px;
line-height		:	18px;
}

table {
padding			:	5px 10px;
margin			:	0px;
}

#middle a {
	color:#996600;
	text-decoration:none;
	}
#middle a:link {
	color:#996600;
	}
#middle a:visited {
	color:#660000;
	}
#middle a:hover {
	color:#996600;
	text-decoration:underline;
	}
#middle a:active {
	color:#660000;
	}
	
#frame {
	position: relative;
	width: 650px;
	left: 50%;
	margin-left: -325px;
}

#icon {
	width			:	650px;
	height			:	80px;
	background		:	url(images/icon.png);
}

#buttons {
	width			:	650px;
	height			:	40px;
	background		:	url(images/buttons.png);
	color			:	white;
	font-weight		:	bold;
}

#buttons a:link, a:visited {
	color			:	white;
	text-decoration:none;
}

#buttons a:hover,  {
	color			:	white;
	text-decoration : underline ;
}
#buttons a:active {
	color			:	white;
	text-decoration : none ;
}
#buttons ul {
	padding			:	0px;
	margin			:	0px;
	font-size   : 80%;
}

#buttons ul li {
	padding			:	0px 10px;
	border-right	:	2px solid #FFFFFF;
	display			:	inline;
	line-height		:	33px;
}

#top {
	background		:	url(images/content-top.png);
	height			:	25px;
	width			:	650px;
}

#middle {
	background	:	url(images/content-middle.png);
	width				:	650px;
	overflow		:	visible;
}

#middle table {
	width			:	95%;
}

#middle table tr td  {
	vertical-align			:	top;
}

#middle ul {
	font-size		:	12px;
	color			:	#000000;
}

#middle ul li {
	line-height		:	20px;
}

#bottom {
	background		:	url(images/content-bottom.png);
	height			:	25px;
	width			:	650px;
}

#footer {
	width			:	650px;
	height			:	40px;
	background		:	url(images/buttons.png);
	background-repeat	:	no-repeat;
	color			:	#ffffff;
	font-weight		:	bold;
	font-size		:	12px;
	line-height		:	30px;
	text-align		:	center;
}

.blacktxt {
	color:#660000;
	font-size:10px;
	font-weight:normal;
	}
/*#footer a:link, a:visited, a:hover, a:active {
text-decoration	:	none;
border			:	0px;
color			:	#666600;
}*/
