/*Common*/
body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 62.5%;
	color: #000033;
	margin: 0px;
	text-align:justify;
	background-color:#ffffff;
	
}
	.Left {
		float: left;
	}
	.Right {
		float: right;
	}
	.Clear {
		clear: both;
	}
h1 {
	font-size: 1em;
	color: #fff;
margin: 0px;
padding: 0px;
}
h2 {
	font-size: 1.4em;
	font-family: Arial black, Arial, Tahoma, Verdana;
	color: #000033;
margin: 0px;
margin-bottom: 5px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
	.Thumbnail {
		border: 1px solid #aaa;
	}

/*Layout*/
.Position {
	width: 990px;
	font-size: 1.2em;
	margin: 0 auto 10px auto;
}
.Header {
	height: 112px;
	background-image: url(images/header.jpg);
	margin-top: 7px;
}
.ContentLeft {
	width: 176px;
	margin-right: 5px;
}
	.ContentLeft .ContentArea {
		padding: 5px 10px;
	}
	.Partners a {
		padding-left: 10px;
		display: block;
		color: #0066CC;
		height: 22px;
		line-height: 22px;
		background: url(images/navigation_bullet.jpg) left center no-repeat;
	}
	.Buttons {
		text-align: center;
		border: 1px solid #bbb;
		padding: 5px 8px 10px 8px;
	}
	.Buttons img {
		float: left;
		margin: 5px 0 0 0;
	}
	.ButtonsSpacer {
		float: left;
		width: 2px;
	}
.ContentMiddle {
	width: 625px;
	margin-right: 4px;
}
.ContentRight {
	width: 180px;
}
	.ContentHeader {
		background: url(images/content_header_arrow.jpg) #2991A0 right no-repeat;
		height: 20px;
		line-height: 23px;
		color: #fff;
		padding-left: 10px;
		margin-bottom: 0px;
		font-weight: bold;
	}
	.ContentArea {
		border: 3px solid #2991A0;
		background-color:#ffffff;
		
	}
	
	.ContentArea1 {
		border: 3px solid #2991A0;
		background-color:#FF0000;
		font-weight: bold;
	}
	
	.ContentRight .ContentArea {
		padding: 10px 0px 0 0px;
	}
.NavigationLink {
	padding-left: 0px;
	display: block;
	height: 22px;
	color:#0066CC;
	line-height: 22px;
	font-weight: bold;
	text-decoration: underline;

}

.SubavigationLink {
	padding-left: 10px;
	display: block;
	height: 22px;
	line-height: 22px;
	color:#CC0033;
	font-weight: bold;
	
}
.FeaturedScreensaver {
	margin: 10px 25px 10px 25px;
	padding: 5px;
	width: 140px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	font-weight: bold;
}
.Box {
	margin: 0 0 10px 0;
	padding: 4px;
	width: 150px;
	height: 158px;
	background-image: url(images/fondito.gif);
	border: 3px solid #2991A0;
	font-family: Arial black, Arial, Tahoma, Verdana;
	text-align: center;
	color:#CC0033;
}

.Box1 {
	margin: 0 0 10px 0;
	padding: 15px;
	width: 155px;
	height: 148px;
	background-image: url(images/fondito.gif);
	border: 3px solid #2991A0;
	font-family: Arial black, Arial, Tahoma, Verdana;
	text-align: center;
	color:#CC0033;
	
}
	.Spacer {
		float: left;
		width: 5px;
		height: 120px;
		margin: 10px 0;
		padding: 4px;
	}
.Thumbnail {
	height: 120px;
	width: 160px;
	border: 1px solid #888;
}
.Footer {
	height: 99px;
	text-align: center;
	margin: 0 auto;
	background-image: url(images/Footer.jpg);
}