/* Defines the back ground */
body,p {
	background: url(res/background2.gif) 0% 0% repeat-x;
}   

/* These configures how links are displayed*/
a {
	color		: #464644;
	font-weight	:bold;
	text-decoration	:none;

}
a:hover {
	color		: #AAAAAA;
}

.website_table{
	position: absolute;
	left: 0%;
	top: 0%;
}

.webtitle_table {
}

/* This configures the Website title*/
.webtitle {
	Font-family	: Arial;
	font-size 	: 36;
	color		: #464644;
	text-align	: left;
	
}

.pagetitle_table{
	width		: 200px;
}
.pagetitle_table1{
	width		: 100%;
}
.pagetitle_spacerTable{
	width		: 80px;
}
.pagetitle_3buttonTable{
	width 		: 300px;
}
.pagetitle_2buttonTable{
	width 		: 200px;
}

/* This configures the page title*/
.pagetitle {
	Font-family	: Arial;
	font-size 	: 26;
	color		: #464644;
	text-align	: center;
}
content_table{
	width 		:100%;
}
.pagenav{
	vertical-align 	: top;
	width		: 150px;
	border-right-style	: ridge;
	border-right-color	: #FFFFFF;
	
}
/* This configures page navigation Text*/
.pagenav_text {
	Font-family	: Arial;
	color		: #464644;
	font-size	: 18px ;
	font-weight	: bold;
	letter-spacing 	:2;
	padding		: 15px 15px 0px 15px;
}

/* This configures page Text*/
.pagetext {
	Font-family	: Arial;
	color		: #464644;
	font-size	: 16px ;
/* font-weight	: bold;
	letter-spacing 	:1;*/
}

/* Shows the table arrangment FOR DEBUG*/
.debug_table { 
	border: 0;
	/*border: 1px white solid;*/
}
.items_table{
	background: url(res/background.gif);
/*	width : 700px;
	height : 380px;*/
}
.item_table {
	width : 345px;
	height : 185px;
}
.item_link{
}
.welcome_title {
	padding	: 25px 25px 0px 25px;
	font-size	: 11px;
	font-weight 	: bold;
	font-style	:italic;	
}
.welcome_text {
	padding	: 0px 25px 0px 25px; 
	Font-family	: Arial;
	color		: #000000;
	font-size	: 11px;	
	}
.welcome_smallText {
	padding	: 0px 25px 25px 25px; 
	Font-family	: Arial;
	color		: #000000;
	font-size	: 9px;	
}

	
.teaser_textTable{
	width : 170px;
	height : 180px;
	
}
.teaser_imageTable{
	width : 170px;
	height:180px
}
.teaser_title{
	padding	: 25px 25px 0px 25px;
	font-size	: 11px;
	font-weight 	: bold;
	font-style	:italic;
}
.teaser_text{
	padding	: 0px 5px 25px 25px;
	Font-family	: Arial;
	color		: #000000;
	font-size	: 10px ;
}

.teaser_image{
	padding	: 25px 25px 25px 5px;
}

.thumbs_table{
	padding 	: 10px 10px 10px 10px;
}
.thumb_data {
	width 		: 156px;

}
/* Put a border on all generated images */
.thumb_image {
	border-width: 1;
	border-style: solid;
	border-color: #464644;
	margin: 5;
}

.slide_image {
	border-width: 10;
	border-style: solid;
	border-color: #FFFFFF;
	margin: 5;
}

/* Defines the text associated with an image*/
.image_text {
	Font-family	: Arial;
	font-size 	: 14;
	color		: #464644;
}







