@charset "windows-1250";  

body {
	background: #FFFFF; 
	text-align: center;
	font-family: 'Tahoma', serif;
	font-size: 11px;
	margin-top: 50px;
	margin-left: 20px;
	scrollbar-track-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #DCDCDC; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-shadow-color: #DCDCDC; 
	scrollbar-arrow-color: #9094B0;
	line-height: 1.3em; 
	
} 
#page {
	background: #FFFFFF; 
	text-align: center; 
	width: 920px;
	height: 500px;
	padding: 0 0 0 0;

}
#menu {
	border-top: 15px solid #546670;
	border-bottom: 1px solid #DCDCDC;
	width: 200px; 
	margin: 0 5px 100px 0; 
	padding: 5px 5px 5px 0;
	text-align: left; 
	font-weight: bold;
	line-height: 15px;
	float: left; 
	color: #000000;
}

#main {
	width: 465px;
	float: left;
	border-top: 15px solid #546670;
	margin: 0 5px 10px 0;
	padding: 0 2px 2px 2px;
	border-bottom: 1px solid #DDDDDD;
}
#wp {
	width: 200px;
	height: 500px;
	margin: 0 5px 0 0; 
	padding: 0 0 5px 5px;
	border-top: 15px solid #546670;
	float: right;
	text-align: justify;
	font-family: 'Tahoma', serif;
	border-bottom: 1px solid #DDDDDD;	
}
#wp p{
   padding: 0 2px 2px 0;
}

#content {
	width: 438px;
	margin: 2px 0 100px 5px;
	text-align: justify;
	
} 
#data {
	width: 423px;
	padding-left: 4px;
	float: left;
	text-align: justify; 
}
.list {
   padding: 0 1px 0 5px;
   width: 400px;
   text-align: justify;
   float: left; 
}
.arrow {
	width: 10px;
	float: left; 
	margin-top: 2px;
}
.arrow2 {
	width: 10px;
	float: left; 
	margin-top: 2px;
	margin-left: 20px
}

/******************    GENERAL LINK   **********************/ 
a:link {
	color: #546670;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #546670;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #546670;
	text-decoration: none;
	font-weight: bold;
}

/******************    IMAGES   **********************/ 
.gal {
	BORDER: #ddd 1px solid; 
	PADDING: 5px 5px 5px 5px; 
	FLOAT: left; 
	MARGIN: 0 10px 6px 10px;
} 

.space {
	width: 423px;
	height: 10px;

}

.thumbnail {
	BORDER: #ddd 1px solid; 
	PADDING: 5px 5px 5px 5px; 
	FLOAT: left; 
	MARGIN: 0 6px 6px 0;
}
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin: 5px;
	}
	
.alignleft {
	float: left;
	}  
a img {
	border: none;
}
/******************    WP  LINK   **********************/ 
 
a:link #wp {
	color: #546670;
	text-decoration: underline;
	font-weight: bold;
}
a:hover #wp {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited #wp {
	color: #546670;
	text-decoration: underline;
	font-weight: bold;
}
a:link #wp {
	color: #546670;
	text-decoration: underline;
	font-weight: bold;
}
/******************    MENU  LINK   **********************/ 

#menu a:link{
	color: #00000;
	text-decoration: None;
	font-weight: bold;
}
a:hover #menu {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited #menu {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:link #menu {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/******************    HEADER   **********************/ 
 
#header {
	width: 920px; 
	height: 110px; 
	text-align: left;
	float:left; 
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;	
} 

.htext {
	width: 292px;
	text-align: left;
	float: left;
	font-size: 10px; 
	line-height: 13px;
	color: #A7A1A7; 
	font-family: Tahoma, Arial, sans-serif;	

} 
.rdn { 
	width: 500px; 
	height: 100px;
	text-align: left;
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
}
.title {
	text-align: left;
	font-size: 10px;
	font-weight: bold; 
	color: #57444E; 
	font-family: Tahoma, Arial, sans-serif;
}
.description {
	text-align: left; 
	font-size: 10px; 
	color: #57444E; 
	font-family: Tahoma, Arial, sans-serif; 
}
