body {
	margin: 0px;
	background-image: url(Style/Body.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #878787;
}

img {
	border-style: none;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-image: url(Style/Page.png);
	background-repeat: repeat-y;
}

	#page #header {
		height: 84px;
		width: 800px;
		background-image: url(Index/PageHeader.jpg);
		background-repeat: no-repeat;
		background-position: top;
	}
	
	#page #strip {
		height: 19px;
		width: 800px;
		background-image: url(Index/PageStrip.png);
		background-repeat: no-repeat;
		padding-bottom: 2px;
		padding-top: 4px;
		font-size: 11px;
		color: Silver;
	}
	
		#page #strip ul {
			padding: 0px;
			margin: 0px;
			list-style: none;
		}	
		
			#page #strip ul li {
				float: left;
			}
			
			#page #strip ul li a {
				text-decoration: none;
				color: #A0A0A0;
			}
			
			#page #strip ul li a:hover {
				text-decoration: underline;
			}
			
				#page #strip ul li .focus {
					color: #5B7FAF;
				}
			
			#page #strip #language {
				float: right;
				padding-right: 5px;
			}
			
				#page #strip #language li {
					padding-right: 5px;
				}
				
					#page #strip #language li a {
						font-weight: bold;
					}
			
			#page #strip #breadcrums {
				float: left;
				padding-left: 5px;
			}
			
				#page #strip #breadcrums li {
					padding-left: 5px;	
				}
				
					#page #strip #breadcrums li a 
					{
						background-image: url(style/breadcrums.gif);
						background-position: 0 4px;
						background-repeat: no-repeat;
						padding-left: 8px;
					}	
	
	#page #footer {
		margin-top: 10px;
		margin-bottom: 10px;
		clear: both;
		padding-top: 10px;
		font-size: 10px;
		color: Gray;
		padding-left: 150px;
		text-align: center;
	}
	
		#page #container {
			width: 800px;
			clear: both;
			min-height: 495px;
			background-image: url(Index/PageContainer.jpg);
			background-repeat: no-repeat;
		}
		
		#page #container #index {
			float: left;
			width: 220px;
			height: 495px;
			padding-left: 20px;
			background-image: url(index/pagecontainerindex.jpg);
			background-repeat: no-repeat;
			background-position: bottom;
		}
		
			#page #container #index ul {
				padding: 0px;
				margin: 0px;
				list-style: none;
			}
			
				#page #container #index ul li {
					list-style: none;
					display: inline;
				}
				
					#page #container #index ul li a {
						background-repeat: no-repeat;
						text-decoration: none;
						display: block;
						font-size: 18px;
						text-align: center;
						background-position: 0px 0px;
						color: black;
						margin-bottom: 5px;
					}
					
					#page #container #index ul li .big {
						height: 70px;
						width: 210px;
					}
					
					#page #container #index ul li .big:hover {
						background-position: 0 -70px;
					}
				
					#page #container #index ul li .small {
						height: 50px;
						width: 210px;
					}
					
					#page #container #index ul li .small:hover {
						background-position: 0 -50px;
					}										
					
			
		#page #container #content {
			float: left;
			width: 520px;
			padding-top: 260px;
			margin-left: 20px;
			margin-right: 20px
		}
		
		#page #container #content .text {
			line-height: 14px;
			padding-bottom: 10px;
			text-align: justify;
		}
			
		#page #container #content h1 {
			line-height: 20px;
			margin-top: 20px;
			margin-bottom: 20px;
			font-size: 18px;
			color: #7ca1d2;
			border-bottom: 2px solid #7ca1d2;
		}		
