@charset "utf-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../images/flagBG.jpg);
	background-position: center top;
}
#wrapper {
	background-color: #FFF; 
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #000 0 0 1em 1px;
	-moz-box-shadow: #000 0 0 1em 1px;
	box-shadow: #000 0 0 1em 1px;
	behavior: url(/Scripts/PIE.htc);
}
#topmenu {
	width: 45%;
	margin-right: auto;
	margin-left: auto;
	height: 31px;
}
#header {
	text-align: left;
}
#footer a{
	font-size: x-small;
	color: #900;
}
.menulist , .menulist a{
	font-size: x-small;
	color: #900;
}
#main {
	background-image: url(../images/keyboard.jpg);
	background-repeat: no-repeat;
}
#spacer {
	clear: both;
	height: 1px;
}
#awmAnchor-menu {
	clear: both;
	height: 28px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#slogan {
	text-align: center;
}
#content-left {
	float: left;
	width: 370px;
	border: solid 1px black;
	margin-left: 30px;
	background-image: url(../images/tile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFF;
}
#content-right {
	float: right;
	width: 370px;
	border: solid 1px black;
	margin-right: 30px;
	background-image: url(../images/tile-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFF;
}
#content-single {
	width: 775px;
	margin-left: auto;
	background-image: url(../images/tile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	background-color: #FFF;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: #999;
}
.text-page {
	color: #900;
	font-size: small;
}
.text-privacy {
	font-size: x-small;
	color: #00F;
}
.text-error {
	font-size: small;
	color: #F00;
}
.text-errorblk {
	font-size: small;
	color: #000;
}
.text-small {
	font-size: x-small;
	font-weight: normal;
	color: #900;
}
.contact_table {
	font-size: x-small;
	color: #900;
}
.promo {
	font-size: small;
	color: #900;
	text-align: center;
}
.table-two {
	text-align: center;
	width: 810px;
}
.table-left {
	width: 400px;
}
.table-center {
	width: 5px;
}
.table-right {
	width: 400px;
	background-position: right top;
}

