
body {
	margin-top: 49px;
	padding: 0;
	background: #000000 url('../images/aimd-bg01.jpg') no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #383838;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #47694E;
}

h1 {
	letter-spacing: -1px;
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 15px;
}

a:link {
	color: #47694E;
}

a:hover, a:active {
	text-decoration: none;
	color: #D34615;
}

a:visited {
	color: #47694E;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Header */

#header {
	clear: both;
	width: 575px;
	height: 216px;
	margin: 0 auto;
	background: url(../images/aimd-logo.png) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 54px;
	padding-left: 10px;
	background: url(images/bar-img04.gif) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: lowercase;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #808080;
}

#menu a:hover { 
	text-decoration: none; 
	color: #D34615;
}

#menu .current_page_item a {
	color: #DEDEDE;
}

/** LOGO */

#banner {
	width: 575px;
	height: 216px;
	margin: 0 auto;
	padding: 1px 0 0 0;
	background: url(../images/aimd-logo.png) no-repeat left top;
}

#logo {
	width: 900px;
	height: 60px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #919191; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding:11px 0 0 12px;
	font-family: Arial, Helvetica, sans-serif;
        font-size:18px;
        font-style: italic;
	color: #787878;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }


#wrapper {
	width: 575px;
	margin: 0 auto;
	background: #F7F7F7 url(../images/aimd-logo.png);
opacity: 0.85;
}

/* Page */

#page {
	width: 575px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 575px;
}


/* Footer */
#footer-wrap {
	width: 900px;
	height: 64px;
	margin: 0 auto;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
	font-size: 10px;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	padding-left: 30px;
	text-align: center;
	color: #999999;
}

#legal a {
}

#comment {
	width: 565px;
	height: 100px;
}

.alignright {
	float: right;
	padding-right: 30px;
}

.alignleft {
	float: left;
	padding-left: 30px;
}



