﻿/*
CSS for Alexandria Legion Branch 423 site
*/
body {
	margin: 30px 40px 30px 40px;
	padding: 10px;
	background-color: #C0C0C0;
}
#wrapper {
	margin: 0 auto;
}
#header  {
	text-align: center;
	color: #FFFFFF;
	height: 100px;
	margin: 0 100px 0 150px;
	position: relative;
}
#header img {
}

#tagline  {
	border: medium #808080 solid;
	background-color: #0000ff;
	margin: 0 100px 0 150px;
	font-family: "Monotype Corsiva";
	color: #ffff00;
	font-size: large;
	text-align: center;
}
h2 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#content {
	border: medium #808080 solid;
	margin: 0 100px 0 150px;
	padding: 0 10px 0 10px;
	color: #000000;
	background-image: url('../images/faux-1-2-col.gif');
}
#content p, ul, li{
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
}
#leftcolumn {
	margin: 10px 0 0 0;
	float: left;
	width: auto;
	color: #000000;
	height: auto;
	top: 240px;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	padding-top: 10px;
}
#leftcolumn a:hover {
	color: #FF0000;
}
#rightcolumn {
	margin: 0 10px 0 250px;
}

#footer {
	border: medium #808080 solid;
	background-color: #0000ff;
	margin: 0 100px 0 150px;
	font-family: "Times New Roman", Times, serif;
	color: #ffff00;
	font-size: medium;
	text-align: center;
}
#footer a:hover{
	color: #FFFF00;
}
#back {
	text-align:right
}