﻿#header { }

	#header .logo {
		float: left;
	}

	#header .banner {
		float: right;
		margin-top: 1em;
	}

#corners {
	clear: both;
	background: #e9ecf7 url('../images/border_a_top.png') top left no-repeat;
	float: right;
	padding: 18px 0 0 0;
	width: 565px;
}

	#content {
		background: url('../images/border_a_bottom.png') bottom left no-repeat;
		padding: 0 15px 18px;
		line-height: 140%;
	}

	#content h1 {
		border-bottom: 2px dotted #C8C8FF;
		color: #316AA0;
		font-size: 140%;
		margin: 0 0 1em;
	}

	#content h2 {
		font-size: 105%;
		margin-bottom: 0.5em;
	}
		
	#content h3 {
		font-size: 100%;
		margin-bottom: 0.5em;
	}
	
	#content a {
		color: #316AA0;
		text-decoration: none;
	}
	
	#content a:hover {
		text-decoration: underline;
	}

#column {
	float: left;
	width: 200px;
	padding: 0 10px 10px;
}

	#column h2 {
		border-bottom: 2px dotted #C8C8FF;
		color: #ffb200;
		font-size: 120%;
		padding-left: 0.5em;
		margin: 0 0 0.5em;
	}

	#corners1 {
		background: #feffc6 url('../images/border_column_top.png') top left no-repeat;
		padding: 18px 0 0 0;
		margin-bottom: 1em;
	}
	
	#content1 {
		background: url('../images/border_column_bottom.png') bottom left no-repeat;
		padding: 0 10px 18px 10px;
	}
	
	#corners2 {
		background: #E1FFC6 url('../images/border_column_top.png') top left no-repeat;
		padding: 18px 0 0 0;
		margin-bottom: 1em;
	}
	
	#content2 {
		background: url('../images/border_column_bottom.png') bottom left no-repeat;
		padding: 0 10px 18px 10px;
	}
	
	#banner {
		text-align: center;
	}

#footer {
	color: #316AA0;
	clear: both;
	padding: 10px;
	padding-right: 2em;
	padding-top: 2em;
	height: 82px;
	background: url('../images/tl_alu_alumine.jpg') no-repeat center center;
	text-align: right;
}