﻿*{
	font-family:Tahoma, Verdana, sans-serif;
}

body{
	background:#dbdbdb;
	color:#ffffff;
	margin: 0 auto;
	text-align:center;
}


.header{
	width:950px;
	text-align:left;
	padding-top:0px;
	height:60px;
	background:#dbdbdb url('../images/header.jpg') no-repeat scroll left top;	
}

hr{
	color:white;
}

.tabs{
	float:right;
	position:relative;
	top:-1px;
	right:0px;
}

*:first-child+html .tabs{
	float:right;
	position:relative;
	top:0px;
	right:0px;	
}

.tabs ul{
	list-style:none;
	display:inline-block;
	margin:0px;
	margin-right:30px;
	padding:0px;
}

.tabs li{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	width:93px;
	height:19px;
	background: transparent url('../images/tab.jpg') no-repeat scroll left top;	
}

.tabs a{
	font-size: 10px;
	color: #838383;
	text-decoration:none;
	display:inline-block;
	margin:0px;
	padding-top:5px;
	padding-left:10px;
	height:19px;
	width:93px;
	background: transparent url('../images/tab.jpg') no-repeat scroll left top;
}

.tabs a:hover{
	color: #ffffff;
	background: transparent url('../images/tab_hover.jpg') no-repeat scroll left top;
}

.selected_tab a{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	display:inline-block;
	margin:0px;
	padding-top:5px;
	padding-left:10px;
	height:19px;
	width:93px;
	background: transparent url('../images/tab_selected.jpg') no-repeat scroll left top;
}


.content{
	position:relative;
	width:950px;
	text-align:left;
	padding-top:15px;	
	height:auto;
}

.footer{
	width:950px;
	position:relative;
	display:inline-block;
	text-align:left;
	height:30px;
	top:auto;
	bottom:0px;
	padding-top:20px;
	padding-bottom:0px;
	margin-bottom:0px;
	background:#dbdbdb url('../images/footer.jpg') no-repeat scroll left bottom;	
}


.picture
{
	position:relative;
	float:left;
	width:311px;
	background:#f2f2f2;
	border-bottom:45px #ffffff solid;
	border-top:7px #ffffff solid;
	border-left:7px #ffffff solid;
	border-right:7px #ffffff solid;
}

.context h1
{
	position:relative;
	float:left;
	width:311px;
	margin-top:15px;
	margin-bottom:15px;
	line-height: 160%;	
	font-size:24px;
	font-weight:normal;
	color:#ffffff;	
}

.context h2
{
	position:relative;
	float:left;
	width:311px;
	margin-top:15px;
	margin-bottom:15px;
	line-height: 160%;	
	font-size:24px;
	font-weight:normal;
	color:#c5c5c5;	
}


.article
{
	position:relative;
	float:right;
	width:596px;
	background:#f2f2f2;
	border-bottom:45px #ffffff solid;
	border-top:7px #ffffff solid;
	border-left:7px #ffffff solid;
	border-right:7px #ffffff solid;
	padding-bottom:30px;
}

.article h1
{
	font-size:24px;
	font-weight:normal;
	color:#929292;
	margin-top:30px;
	margin-left:40px;
	margin-right:40px;
}

.article h2
{
	font-size:14px;
	font-weight:normal;
	line-height:180%;
	color:#b0b0b0;
	margin-top:15px;
	margin-left:40px;
	margin-right:40px;	
	margin-bottom:15px;
}

.article h3
{
	font-size:20px;
	font-weight:normal;
	line-height:180%;
	color:#b0b0b0;
	margin-top:15px;
	margin-left:40px;
	margin-right:40px;	
	margin-bottom:15px;
}


.article p
{
	font-size:10px;
	font-weight:normal;
	line-height:180%;
	color:#707070;
	margin-top:15px;
	margin-left:40px;
	margin-right:40px;	
}

.article .fineprint
{
	font-size:10px;
	font-weight:normal;
	line-height:180%;
	color:#AAAAAA;
	margin-top:15px;
	margin-left:40px;
	margin-right:40px;		
}

.article a
{
	color:#505050;
	text-decoration:none;
	background: transparent url('../images/Anchor.gif') no-repeat scroll left center; 
	padding-left:16px;
}

.article ul
{
	font-size:10px;
	font-weight:normal;
	line-height:180%;
	color:#707070;

	list-style:none;
}

.links
{
	vertical-align:bottom;
	position:relative;
	top:33px;
	left:580px;
	text-align:right;
	width:350px;
	color: #C3C3C3;
	
}

.links a{
	font-size: 9px;
	color: #C3C3C3;
	text-decoration:none;
	background: transparent url('../images/Link.gif') no-repeat scroll left center; 
	padding: 6px 22px 4px 22px;
}

.links .alternative a{
	font-size: 9px;
	color: #C3C3C3;
	text-decoration:none;
	background: transparent url('../images/Thumbs.gif') no-repeat scroll left center; 
	padding: 6px 22px 4px 22px;
}


.style1 {
	font-size: 18px;
}
.style2 {
	font-size: 16px;
}
.style3 {
	font-size: 17px;
}
.style4 {
	font-size: 20px;
}
.style5 {
	font-size: 22px;
}
.style6 {
	font-size: 26px;
}
.style7 {
	font-size: 12px;
}
.style8 {
	font-size: 10px;
}

.page-set{
	page-break-before:avoid;
}

.polaroid-footer
{
 	display:block;
 	position:relative;
	top:62px;
	left:-35px;
}

