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

a {
text-decoration	:	none;
}

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

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

#icon {
display: none;
}

#buttons {
display: none;
}

#top {
display: none;
}

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

#middle table {
width			:	600px;
}

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

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

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

#bottom {
background		:	url(images/content-bottom.png);
height			:	25px;
width			:	650px;
margin-left		:	auto;
margin-right	:	auto;
text-align		:	left;
}

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

#footer a:link, a:visited, a:hover, a:active {
text-decoration : none;
border : 0px;
color : #9CF;
}