* {
	color: #FFFFFF;
	font-size: 11px;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/bodybkgd.gif) repeat scroll center center;
	text-align: left;
}

.clear-both {
	clear: both;
}

.display-none {
	display: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 12px;
	text-align: center;
}

.addresscolour {
	color: #8F1612
}

.addresscolourlink {
	color: #931E1A
}

h1 {
	color: #CCCCCC;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

h2 {
	font-weight: bold;
	color: #004990;
}

h3 {
	color: #0E5397;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
}

h4 {
	color: #999999;
	font-size: 7px;
	font-style: normal;
	font-weight: normal;
}

h5 {
	color: #999999;
	font-size: 7px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}

div#outer {
	width: 800px;
	margin: 0 auto;
	height: 100%;
	padding: 0;
	background-color: #001521;
}

div#logo {
	width: 800px;
	height:168px;
	background-color: #001521;
	background-image: url(../images/am_design_logo.jpg);
}


div#const {
	width: 800px;
	height:126px;
	background-color: #001521;
	background-image: url(../images/under_construction.jpg);
}

div#images {
	width: 800px;
	height:176px;
	background-color: #001521;
	background-image: url(../images/three_squares.jpg);
}

div#main_content_index_wrapper {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 140px;
	background-color: #001521;
}

div#main_content_index {
	width:500px;
	height: 300;
	margin: 25;
	float: left;
	text-align: center;
}

div#bottom-navigation {
	width: 792px;
	text-align: right;
	height: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 4px;
	vertical-align: bottom;
	color: #FFFFFF;
	font-size: 8px;
	background-color: #001521;
}

div#bottom-navigation a {
	font-size: 8px;
	color: #FFFFFF;
	text-decoration: underline;
}
	
#outer #main_content_index_wrapper #main_content_index {
	line-height: 18px;
}

