﻿* 
{
	margin: 0px;
	padding: 0px;
}

html 
{
}

body 
{
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	background-image: url('images/pageback.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

h1 
{
	font-size: 16pt;
	margin-bottom: 13px;
	font-weight: normal;
}

a 
{
	color: #000099;
	text-decoration: none;
}

a:hover 
{
	color: #990000;
}

#title 
{
	text-align: center;
	margin: 13px 0px 13px 0px;
}

#content 
{
	width: 960px;
	margin: auto;
	background-image: url('images/back.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 731px;
}

#cards 
{
	width: 840px;
	margin: auto;
}

.card 
{
	width: 140px;
	text-align: center;
	float: left;
	cursor: pointer;
}

#links
{
	width: 800px;
	margin: auto;
}

.link 
{
	width: 200px;
	float: left;
	text-align: center;
	font-size: 14pt;
}
