* {margin: 0;
	padding: 0;}

body {width: 100%;
	height: 100%;
	padding-top: 10%;
	font-family: "Palatino Linotype";}

#mainContainer {margin: 0 auto;
	margin-left: 25%;
	height: 100%;
	width: 50%;}

#contactContainer {clear: both;
	text-align: center;
	width: 100%;
	font-size: 10pt;}
#contactContainer a {color: #3D6A7D;
	text-decoration: none;}
#contactContainer a:hover {color: #1C7DC4;
	text-decoration: underline;}
#contactPage ul {margin-left: 15px;
	list-style: none;}


h2 {color: #3D6A7D;}

form span {display: block;}

table {border-spacing: 0;
	width: 70%;} 
table th {font-size: 14pt;
	text-align: center;
	background-color: #3D6A7D;
	padding: 2px;
	color: #eee;}
.section_range {font-size: 16pt;
	text-align: center;}
table td {padding: 2px 4px 0px 10px;}
.torrent_section {border: 1px solid #3D6A7D;
	color: #666;
	width: 100%;}
.torrent_section tr {background: #fff;}
.torrent_section th :hover {background: #3d6a7d;}
.torrent_section td :hover {background: #EDF4F5;}

a:link {color: #3C7DC4;
	text-decoration: none;}
a:visited,
a:active,
a:hover {color: #1C7DC4;
	text-decoration: underline;}

.error {margin-top: 50px;
	width: 50%;
	border: 2px solid #a00;
	background: #f88;}