body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #003300;
}

h1
{
	font-family: Times New Roman, Serif;
	font-size: 16pt;
	color: #FFCB31;
}

h2
{
	font-family: Times New Roman, Serif;
	font-size: 14pt;
	color: #1879AD;
}

h3
{
}

p
{
	line-height: 1.5em;
}

ul
{
	line-height: 1.5em;
	padding-left: 15px;
}

li
{
	list-style-type: square;
}

/**************************************************************************************
* container
**************************************************************************************/
#container
{
	width: 760px;
	margin: 0;
	padding: 0;
	background-color: white;
}

/*
#container
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 770px;
	background: white url(/images/background.jpg) no-repeat scroll 0 0;
}
*/

/**************************************************************************************
* left column
**************************************************************************************/
#leftColumn
{
	float: left;
	width: 190px;
	margin: 0 5px 0 0;
	padding: 5px;
	border-right: mediumseagreen 1px solid;
}

#content a img
{
	border: 0;
}

#content .image
{
	text-align: center;
}

#content .image p
{
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}

/**************************************************************************************
* content
**************************************************************************************/
#content
{
	margin: 10px 0 0 195px;
	padding: 0 20px 0 20px;
}

#content p.image
{
	color: Gray;
}

#content p.image img
{
	margin: 0;
	padding: 5px;
	border: solid 1px crimson;
	background-color: White;
}

#content table
{
	margin: 0;
	padding: 0;
}

#content table.rates thead tr
{
	font-weight: bolder;
	color: #ffffff;
	background-color: #1051EF;
}

#content table.rates tbody tr
{
	background-color: whitesmoke;
}

#content table.rates td
{
	padding: 5px 3px;
}

#content table span.normalPrice
{
	text-decoration: line-through;
}

#content table span.promotionPrice
{
	color: firebrick;
	font-weight: bold;
}

#content a:link, #content a:visited
{
	text-decoration: none;
	color: Blue;
}

#content a:hover
{
	text-decoration: none;
	color: Blue;
}

#content a:active
{
	text-decoration: none;
	color: Blue;
}

#content table.home td
{
	width: 50%;
}

/*#content table.home
{
	line-height: 1.8em;
	text-align: justify;
}

#content table.home td.introduction
{
	font-family: Monotype Corsiva, Verdana, Arial, Sans-Serif;
	font-size: large;
}

#content table.home td.introduction em.firstLetter
{
	font-family: Parchment, Monotype Corsiva, Verdana, Arial, Sans-Serif;
	font-size: 72pt;
	font-style: normal;
}
*/

/**************************************************************************************
* bottom
**************************************************************************************/
#bottom
{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
