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

a:link, a:visited {
	color: #FF0099;
	text-decoration: none;
}

#AmGirlPage {
	width: 900px;
	float: left;
	position: relative;
	}
	
#AmGirlMenu {
	width: 200px;
	height: 332px;
	position: absolute;
	top: 20px;
	left: 0px;
	background-image:url(/images/AmericanGirlShow/americanGirlMenu.jpg);
	}
#AmGirlMenuItems {
	width: 190px;
	height: 312px;
	position: absolute;
	top: 10px;
	left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 42px;
	}
#AmGirlMenuItems a:link, #AmGirlMenuItems a:hover, #AmGirlMenuItems a:active, #AmGirlMenuItems a:visited {
	color: black;
	}
#AmGirlMenuItems .here {
	color:#FF0099;
	font-size: 36px;
	line-height: 42px;
	}
	
#ContestLink {
	width: 200px;
	height: 40px;
	position:absolute;
	top: 372px;
	left: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	text-align: left;
	color:#FF0066;
	}

	
#GeneralMorganAd {
	width: 160px;
	height: 320px;
	position: absolute;
	top: 452px;
	/*top: 372px;*/ /* If you get rid of the ContestLink, put GeneralMorganAd here instead */
	left: 20px;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	font-style:italic;
	color:#092200;
	}
#GeneralMorganAd img {
	width: 160px;
	height: 300px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border: 1px #092200 solid;
	}
	
#AmGirlContent {
	width: 660px;
	min-height: 780px;
	float: right;
	position: relative;
	margin-right: 20px;
	}