/* CSS Document */
html, body {
	margin: 0;
	padding: 0; 
	font-family: Tahoma, Verdana, Arial, Georgia, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	background: #000000;
	height:100%;
	min-height:100%;
}

#container {
	margin: 0px auto;
	padding: 0;
	width: 750px;
	border: none;
	text-align: left;
	padding-bottom: 70px;
	background: #ffffff url(images/menu_bg.gif) repeat left;
	min-height:100%;
	display:inline-block;
}

#banner {
	width:100%;
	height:113px;
	background: #FE000C url(images/paradigm_logo.gif) no-repeat left top;
}

#banner h1 {
	display: none;
}

#banner h2 {
	display: none;
}

#menu {
	width: 149px;
	display: inline;
	position:relative;
	float:right;
}
#content {
	float:right;
	width: 561px;
	margin:20px;
	font-family: Tahoma, Verdana, Arial, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	display: inline;
	position:relative;
	min-height:100%;
}

#content h2 {
	font-size:14px;
	line-height:140%;
}


#content p {
	line-height:120%;
}

#frontImg {
	height:155px;
}

#img1 {
	width: 119px;
	height:155px;
	background:url(images/AAMCover0510-front.jpg) no-repeat;
	float:left;
	padding:5px 10px;
	cursor:pointer;
}

#img2 {
	width: 119px;
	height:155px;
	background:url(images/HZCover0510-front.jpg) no-repeat;
	float:left;
	padding:5px 10px;
	cursor:pointer;
}

#img3 {
	width: 119px;
	height:155px;
	background:url(uploads/front3.jpg) no-repeat;
	float:left;
	padding:10px;
	cursor:pointer;
}

#frontImg h3 {
 	display:none;
}

div.menuItem {width: 149px; height:35px; background:#FFFFFF}
a.menuItem {width: 149px; height:31px;}