	/*	centering attempt
	#container{
	margin: 10px auto;
	padding: 0;
	width: 730px;	
	text-align:left;
	}
	*/
	
	
	#container-wrapper{
/*text-align:center;*/

}



#container{
		margin:0 auto;
		padding:20px 0px 0px 0px;
		width:750px;
	}

/*
	#container{
		position:absolute;
		left:50px;
		top:20px;
	}*/
	
		
	#top-panel{
		position:relative;
		width:730px;
		background-image: url(images/top-bg.jpg);
		background-repeat: repeat;
		border-right:	solid 1px #777777;
		border-left:	solid 1px #777777;
		border-top:		solid 1px #777777;
	}
		
	#tabs{
		position:relative;
		width:730px;
		height:36px;
		background-image: url(images/tab-bg.jpg);
		border-right:	solid 1px #777777;
		border-left:	solid 1px #777777;
	}
		
	#body-content{
	display:block;
	float:left;
	background-color:#ffffff;
	width:730px;
	height:100%;
	border-right:	solid 1px #777777;
	border-left:	solid 1px #777777;
	border-bottom:	solid 1px #777777;
	padding-top: 20px;
	}
	
	#newsletter{
		padding-right:15px;
		padding-top:5px;
		position:relative;
		left:520px;
		text-align:right;
		width:200px;
		/*width:185px;*/
	}
	
	#headings{
		position:relative;
		height:38px;
		width:730px;
		border-right:	solid 1px #777777;
		border-left:	solid 1px #777777;
	}
	
	#breadcrumb_container{
		position:relative;
		width:730px;
		background-color:#E7DED8;
		padding-top:5px;
		padding-bottom:5px;
		border-top:solid 1px #ffffff;
		border-right:	solid 1px #777777;
		border-left:	solid 1px #777777;
		border-bottom:	solid 1px #777777;
	}
	
	img.breadcrumb_img{
		border:0px;
		vertical-align:middle;
	}
	
	#foot{
		float:left;
		position: relative;
		height:100%;
		width:730px;
		text-align:center;
	}
	
	#pop_title_bar{position:relative;width:99%;background-color:#E7DED8;padding-top:5px;padding-bottom:5px;border-top:solid 1px #ffffff;border-right:	solid 1px #777777;border-left:	solid 1px #777777;border-bottom:	solid 1px #777777;}
	
	/* ---------------------------- CLASSES -------------------------- */
	
	.thumbs{
	position:relative;
	padding-top:10px;
	padding-right:12px;
	float:left;
	width:220px;
	height:200px;
	text-align:center;
	}
	
	.thumbs_home{
	position:relative;
	padding-top:10px;
	padding-right:12px;
	float:left;
	width:220px;
	height:200px;
	text-align:center;
	}


	p{
		font-family:Verdana,Arial,sans-serif;
		font-size:11px;
		line-height:15px;
		color:#333333;
	}	
	
	.body_text{
		font-family:Verdana,Arial,sans-serif;
		font-size:11px;
		line-height:15px;
		color:#333333;
	}

	.legal_text{
		font-family:Verdana,Arial,sans-serif;
		font-size:10px;
		color:#666666;
		line-height:15px;
	}
	
	input.inputText{
		font-family:Arial,sans-serif;
		font-size: 10px;
		color: #333333;
		background-color:#ffffff;
		width:160px;
		height:16px;
		margin:1px;
	}
	
	input.newsletterbutton{
		border:0px;
		vertical-align:text-top;
		width:65px;
		height:23px;
		margin-bottom:4px;
	}
	
	/*  -- TAGS --------------------------------------------------------- */
	
	body{
	
		/*
		centering attempt
		text-align: center;
		*/
		background-image:url(images/bg.jpg);
		background-repeat:repeat;
 		

 	}
	
	hr{background-color:white;color:white; border-top:1px dotted #cccccc;}
	
	.headings{
		font-family:Verdana, Helvetica, Sans-serif;
		font-size:14px;
		color:#333333;
		font-weight:plain;
		padding-left:20px;
	}
	
	.body_headings{
		font-family:Verdana, Helvetica, Sans-serif;
		font-size:14px;
		color:#333333;
		font-weight:bold;
	}
	
	.newsletter_heading{
		font-family:Arial,sans-serif;
		font-weight:bold;
		font-size:11px;
		color:#333333;
	}

	select{
		background-color: #f7d6ce;
		color: #000000;
		font-family: Verdana, Arial, sans-serif;
		font-size:  11px;
		height:17px;
		width:190px;
	}
		
	b{
		font-weight: bold;
	}
	
		
	img{
		border:none;
	}
	
	label{
		display:none;
	}
	
	h2{
		font-family:Verdana;
		font-weight:normal;
		font-size:14px;
		color:#333;
	}

	
	a{
		font-family:Verdana,Arial,sans-serif;
		font-size:11px;
		color: #E06928;
		text-decoration: underline;
	}
	
	a:active{
		color: #E06928;
		text-decoration: underline;
		}
	
	a:hover{
		color: #993300;
		text-decoration: underline;
		}
	
	a:visited{
		color: #E06928;
		}

	
	a.thumbnail{
		font-family:Verdana,Arial,sans-serif;
		font-size:11px;
		text-decoration:none;
		color:#333333;
		}
		
	a.thumbnail:hover{
		font-family:Verdana,Arial,sans-serif;
		font-size:11px;
		text-decoration:none;
		color:#E06928;
		}
	a.legal_text{
			font-family:Verdana,Arial,sans-serif;
		text-decoration:none;
		color:#E06928;	
	}
	
	a.legal_text:hover{
		color: #993300;
		text-decoration: none;
		border-bottom:1px dotted #993300;;
	}
	
