body	{
	background-color: #84c2df;
	font-size: 100%;
}

#container	{
	width: 840px;
	min-height: 200px;
}

#content	{
	padding: 10px;
	font-family: geneva, 'Trebuchet MS', sans-serif;
	background-color: #ffffff;
}

h1	{
	font-size: 2em;
	margin: 0px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}

h2	{
	font-size: 1em;
	margin: 0px;
	text-align: center;
	font-weight: normal;
}

h3	{
	font-size: 2em;
	margin: 0px;
	margin-top: 40px;
	text-align: center;
}

.mainMenu	{
	text-align: center;
	margin-top: 50px;
}

.mainMenu ul	{
	list-style: none;
}

.mainMenu ul li	{
	display: inline;
}

.mainMenu ul li a	{
	background-image: none;
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #3280a4;
	font-size: 1.2em;
	text-decoration: none;
	height: 8%;
	margin-right: 10px;
}

.mainMenu ul li a:hover	{
	background-image: URL(../images/hover.png);
}

#content hr	{
	border: 0px;
	height: 3px;
	background-color: #999999;
	width: 100%;
}


#content table	{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#content table td	{
	width: 33%;
	padding-bottom: 10px;
}

#content table td a	{
	color: #3280a4;
	text-decoration: none;
	font-size: 1.2em;
}

#bottom	{
	background-color: #e0e0e0;
	font-size: 1em;
	font-family: geneva, 'Trebuchet MS', sans-serif;
	color: #666666;
	padding: 5px 20px;
	margin-top: 50px;
}

#bottom h1	{
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-align: center;
}

#copyright	{
	background-color: #84c2df;
	margin-top: 100px;
	font-family: geneva, 'Trebuchet MS', sans-serif;
	color: #555555;
	text-align: center;
	width: 100%;
}

#content input.txt	{
	width: 500px;
}

#content form span	{
	font-style: italic;
	color: #999999;
	font-size: 0.9em;
}

#content .category	{
	margin-bottom: 20px;
}

#content .category a	{
	color: #3280a4;
	text-decoration: none;
	font-size: 1.2em;
}

#content .sort	{
	margin-top: -15px;
	margin-bottom: 30px;
}

#content .sort a	{
	color: #3280a4;
	text-decoration: none;
	font-size: 1em;
}
