body { 
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	color: #5d5c5c;
	margin: 0px 0px 0px 0px;
	background: url(images/pageback.gif) repeat-x top left #fff;
}

table
{
	font: inherit;
}

li
{
	list-style-image: url(images/bullet.gif);
}

li.noimage
{
	list-style-image: none;
}

h2 
{ 
	height: 35px; 
	background-repeat: no-repeat; 
}

h2 span 
{ 
	display: none; 
}

h2#about_us { background: url(images/h2_aboutus.gif) no-repeat; }
h2#services { background: url(images/h2_services.gif) no-repeat; }
h2#welcome { background: url(images/h2_welcome.gif) no-repeat; }
h2#contact { background: url(images/h2_contact.gif) no-repeat; }
#center
{
	position: relative;
	width: 700px;
	margin: 0 auto 0 auto;
}

#header
{
	position: relative;
	background-color: #1000a8;
	width: 700px;
	height: 100px;
}

#logo
{
	position: absolute;
	top: 3px;
	left: 10px;
}

#corner-bottom-left
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#corner-bottom-right
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#nav
{
	position: absolute;
	bottom: 2px;
	right: 25px;
}

#nav a
{
	font-weight: bold;
	color: #5d5c5c;
	text-decoration: none;
}

#nav div
{
	position: relative;
	background-color: #f0f0f0;
	width: 80px;
	height: 17px;
	margin: 0 8px -2px 0;
	padding: 3px 0 0 0;
	float: left;
	text-align: center;
}

#nav div img.link-corner-left
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#nav div img.link-corner-right
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#content
{
	position: relative;
	background: #fff;
	padding: 5px 23px 0 23px;
	margin-top: 15px;
}

#content #topleft
{
	position: absolute;
	top: 0px;
	left: -23px;
}

#content > #topleft
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#topright
{
	position: absolute;
	top: 0px;
	right: 0px;
}
