@charset "utf-8";
body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	/**background: #000000;
	background-image: url('/images/test.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;**/
	background-image: url('/images/back.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}
/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #9b0225;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #fff;
}
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #9b0225;
}
h1 {
	font-size: 3.4em;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 2em;
	color: #9b0225;
	padding: 20px 10px 5px 10px;	
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;
	color: #fff;	
}

/* end - headers */

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: transparent;
	color: #9b0225;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 0px solid #9b0225;
	border-right: 0px solid #9b0225;
	border-bottom: 0px solid #9b0225; 
	border-top: 0px solid #9b0225;
}
tr {
	color: #9b0225;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 0px solid #9b0225;	
}
/* end - table */

label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #fff;
}

#container {
	width: 980px;
	height: 1240px;
	margin: 0px auto;
	text-align: left;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	float: center;
} 
#header {
	height: 119px;
	padding: 0px;
}
#header img {
	position: absolute;
	margin-left: 30px;
	margin-top: 8px;
}
#navigation {
	background-color: transparent;
	height: 27px;
	position: absolute;
	margin-left: -10px;
	margin-top: -13px;
}
#websites {
	float: left;
	margin-left: -11px;
	margin-top: 45px;
	width: 205px;
}
#mainContent { 
	margin-top: 32px;
	left: 42px;
	padding: 0px;
	width: 695px;
	height: 475px;
	float: left;
	position: relative;
} 
#mainContent img {
	padding: 3px;
	background-color: #49b0225;
}
#mainContent img:hover {
	padding: 3px;
	background-color: #FFF;
}
p#main{ 
	font-size: .7em;
	color: white;
}
p#title{ 
	font-size: 1.2em;
	color: white;
} 
#footer p {
	margin-top: 580px;
	padding-left: 380px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#navigation li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	float: left;
}
#websites li {
	list-style-type: none;
	padding: 0px;
	float: left;
	position: relative;
}
img {
	border: none;
}
img.nohover {border:0}
img.hover {border:0;display:none}
A:hover img.hover {display:inline}
A:hover img.nohover {display:none}

#mainContent p {
	padding: 10px;
	color: white;
}