﻿/* The basics... */
*, html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html {
	height: 100%;
}

body 
{
	background: #ffffff;
	font-size: small;
	color: #333333;
	text-align: center;
	margin: 0;
	padding:0;
	font-family: Verdana;
	line-height: 1.3;
}

img a
{
	text-decoration: none;
}

#page
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 1000px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-left: solid 1px #bbb;
	border-right: solid 1px #bbb;

}

#header
{
	width: 600px;
	height: 155px;
	border-right: solid 1px #cfcfcf;
}

#logo
{
	background: url('../../images/logo.gif') no-repeat;
	height: 155px;
	width: 181px;
	float: left;
	cursor: pointer;
}

#logo span
{
	display: none;
}

#menu
{
	float: left;
	margin-top: 106px;
	width: 419px;
	height:49px;
	background: url('../../images/menuBG.gif') repeat-x;
}

#menu ul
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#menu ul li
{
	float: left;
	margin-left: 5px;
	cursor: pointer;
}

#content
{
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	width: 590px;
}

#footer
{
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	border-top: solid 1px #ccc;
	font-size: small;
	padding-bottom: 10px;
}

#footer a
{
	text-decoration: underline;
	color: #333;
}

.tooltip
{
	background: transparent url('../../images/bubble.gif') no-repeat;
	width: 162px;
	height: 94px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	font-size: small;
}

a
{
	color: #990000;
}

a:visited
{
	color: #000;
}

a img
{
	border: none;
}

p
{
	padding-bottom: 15px;
}

.quote
{
	margin-bottom: 15px;
	font-size: medium;
	border-bottom: solid 1px #ccc;
}
