﻿body 
{
	margin-top: 20px;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
}
li, td
{
	font-family: Arial;
	font-size: 13px;
}
a, a.link, a.active, a.visited, a.hover
{
	color: Blue;
}
#page
{	
	position: relative;	
	left: 50%;	
	margin-left: -470px;	
	width: 939px;
}
#left
{
	width: 157px;
	float: left;
}
#center
{
	width: 772px;
	height: 100%;
	float: left;
	padding-left: 10px;
	margin-top: -4px;
	background-image: url(../images/div.slice.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}
#right
{
	width: 125px;
	float: right;
}
#bottom
{
	height: 42px;
	margin-left: 157px;
	padding: 20px 0 0 10px;
	background-image: url(../images/div.bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: Gray;
	font-size: 10px;
	clear: both;
}
#title
{
	position: relative;
	background-color: #0A5AAF;
	color: White;
}
#title h2
{
	font-size: 16px;
	padding: 3px;
	font-weight: normal;
}
#addSiteTo 
{
	width:90%;
	font-size:85%;
	text-align:center;
	padding:8px 0;
	border:1px solid silver;
	margin:12px auto;
	background-color: #FFFFFF;
}

#addSiteTo p 
{
	padding:2px 2px 4px;
	margin:0;
}

#addSiteTo img 
{
	width:91px;
	border:0;
	padding:1px 0;
}
img.icon
{
	border-bottom: solid 1px gray;
}
img.right
{
	float: right;
	margin: 0px 0px 10px 10px;
}
.menu
{
	padding-top: 4px;
}
.large
{
  font-size: 15px;
}