*{
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	color: #111E2B;
}

body{
	background-image:url(bg.png); 
	background-repeat:repeat-x;
	background-color:#eeeeee;
}

div#header{
	width: 793px; 
	height: 109px; 
	margin: 0px auto;
}
	
	div#header h1{
		font-family: Tw Cen MT; 
		font-size: 60px; 
		font-weight: lighter; 
		margin: 10px 0px 0px 0px; 
		float:left;
	}
	
		div#header h1 a{
			font-family: Tw Cen MT; 
			font-size: 60px; 
			font-weight: lighter; 
			text-decoration: none;
		}
	
	div#logo{
		width: 230px;
		padding: 30px 10px 10px 10px;
		height: 63px;
		border-left: 1px silver dotted;
		float: right;
		font-size: 14px;
		font-family: Tw Cen MT; 
		text-align: center;
	}
	
		div#logo img{
			width: 230px; 
			border: 0px;
		}
	
div#menu{
	width: 793px;
	height: 36px;
	margin: 0px auto;
	clear: both;
}

	div#menu a{
		float: left;
		color: white;
		display: block;
		font-size: 13px;
		text-align: center;
		padding: 10px 20px 0px 20px;
		height: 26px;
		text-decoration: none;
	}
	
		div#menu a:hover{
			background-color: #203750;
		}

	div#menu_in{
		width: 250px;
		height: 36px;
		
		float: right;
		
		background-color: #3C4249;
	}

div#image{
	width: 793px;
	height: 238px;
	
	position: relative;
	
	background-image: url('head.png');
	margin: 0px auto;
}

	div#image_in{
		float: right; 
		position: relative;
		width: 250px; 
		height: 238px; 
		background-image: url('1.png'); 
		opacity:0.65; 
		filter:alpha(opacity=65);
	}
	
		span#image_in2{
			position: absolute;
			right: 0px;
			top: 0px;
			padding: 10px;
			width: 230px; 
			height: 218px; 
			color: black;
			text-align: center;
		}
		
			span#image_in2 h3{
				font-family: Tw Cen MT; 
				font-size: 16px; 
				font-weight: lighter; 
			}
			
			span#image_in2 p#match{
				margin-top: 40px;
				font-size: 26px;
				font-family: Tw Cen MT; 
			}
			
			span#image_in2 p#info{
				bottom: 10px;
				position: absolute;
				font-size: 14px;
				font-family: Tw Cen MT; 
				width: 230px; 
				text-align: center;
			}

div#bar{
	width: 793px;
	height: 26px;
	margin: 0px auto;
}

	div#breadcrumbs{
		height: 19px;
		
		float: left;
		
		color: white;
		font-size: 11px;
		padding-top: 7px;
	}
	
		div#breadcrumbs a{
			color: white;
			text-decoration: none;
		}
		
		div#breadcrumbs a:hover{
			color: white;
			text-decoration: underline;
		}

	div#bar_in{
		width: 250px;
		height: 26px;
		
		float: right;
		
		background-color: #3C4249;
	}
	
div#container{
	width: 793px;
	margin: 0px auto 10px auto;
}

	div#content{
		width: 500px;
		padding: 10px 0px 10px 0px;
		float: left;
		
	}
	
		div#content h1{
			font-family: Tw Cen MT; 
			font-size: 24px; 
			font-weight: lighter;
			padding-bottom: 5px;
		}
		
		div#content h2{
			margin-top: 15px;
			font-family: Tw Cen MT; 
			font-size: 20px; 
			font-weight: lighter; 
			padding-bottom: 5px;
		}
		
		div#content div.date{
			font-size: 11px;
			padding: 0px 0px 0px 5px;
			border-left: 1px silver dotted;
			font-style: italic;
			margin: 0px 0px 5px 0px;
		}
		
		div#content p.text{
			letter-spacing: 0.4pt;
			width: 515px;
			font-size: 12px;
			line-height: 18px;
			color: #353535;
			padding: 0px 0px 0px 5px;
			border-left: 1px silver dotted;
			text-align: justify;
			margin-bottom: 15px;
		}
		
			div#content p.text strong{
				font-family: Tw Cen MT; 
				font-size: 18px; 
				font-weight: lighter;
				color: #111E2B;
			}
		
		div#content table.team{
			letter-spacing: 0.4pt;
			width: 515px;
			font-size: 12px;
			line-height: 18px;
			color: #353535;
			padding: 0px 0px 0px 5px;
			border-left: 1px silver dotted;
		}
		
			div#content table.team td{
				vertical-align: top;
				padding: 5px;
			}
			
				div#content table.team td strong{
					color: #111E2B;
					font-family: Tw Cen MT; 
					font-size: 18px; 
					font-weight: lighter; 
				}
		
				div#content table.team td.picture{
					width: 100px;
				}
			
					div#content table.team td.picture img{
						width: 100px;
						border: 2px #111E2B solid; 
					}
					
		div#content table.pictures{
			letter-spacing: 0.4pt;
			font-size: 12px;
			line-height: 18px;
			color: #353535;
		}
		
			div#content table.pictures td{
				vertical-align: top;
				padding: 5px;
				border: 1px silver dotted;
			}
		
		div#content form{
			margin-top: 10px;
			letter-spacing: 0.4pt;
			width: 495px;
			font-size: 12px;
			line-height: 18px;
			color: #353535;
			padding: 0px 0px 0px 5px;
			border-left: 1px silver dotted;
		}
		
			div#content form input.contact{
				border: 1px silver solid;
				padding: 5px;
				font-size: 12px;
				width: 200px;
			}
			
				div#content form input.contact:focus{
					border: 1px #111E2B solid;
				}
			
			div#content form input.submit{
				border: 1px silver solid;
				padding: 5px;
				font-size: 12px;
				background-color: white;
			}
			
			div#content form textarea{
				border: 1px silver solid;
				padding: 5px;
				font-size: 12px;
				width: 400px;
				height: 200px;
			}
			
				div#content form textarea:focus{
					border: 1px #111E2B solid;
				}
	
	div#sidebar{
		width: 230px;
		padding: 10px;
		float: right;
		background-color: #E7E7E7;
		border-left: 1px silver dotted;
	}
	
		div#sidebar h3{
			font-family: Tw Cen MT; 
			font-size: 18px; 
			font-weight: lighter; 
		}
		
		div#sidebar div.datum{
			font-size: 11px;
			padding-top: 15px;
			color: gray;
		}
		
		div#sidebar p{
			font-size: 12px;
			line-height: 17px;
			padding: 0px 0px 2px 0px;
		}
		
		div#sidebar a{
			font-size: 11px;
			font-style: italic;
			text-decoration: none;
		}
		
			div#sidebar a:hover{
				text-decoration: underline;
			}
			
		div#sidebar img.side_image{
			width: 226px; 
			border: 2px #111E2B solid; 
			margin-top: 25px;
		}

div#footer{
	width: 793px;
	margin: 0px auto 20px auto;
	font-size: 11px;
	clear: both;
}

	div#footer a{
		text-decoration: none;
		color: #111E2B;
	}
