@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003399;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	background-image: url(i/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000005;
}
#container {
	width: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#logo  {
	background-image: url(i/achaluinn_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 700px;
	text-align: center;
}
#middle {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.column {
	margin: 10px;
	padding: 10px;
	float: left;
	width: 250px;
	border: 1px solid #436A6B;
}
.photo {
	background-color: #FFF;
	border: 1px solid #592D13;
	clear: both;
	float: left;
}
.text {
	background-color: #BFECFB;
	border: 4px solid #CC0;
	clear: right;
	float: right;
}
.info {
	color: #FC0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.red {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #C00;
	font-weight: bold;
}
.blue {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: .9em;
}
.white { color: #FFF; }
.info p strong { color: #FFF; }
.clearall {
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}
.left { float: left; }
.right { float: right; }
#copyright {
	clear: both;
	text-align: right;
	display: block;
	font-size: 0.8em;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #111;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 20px;
}
#copyright a{
	color: #FF9;
	text-decoration: none;
}
