@charset "utf-8";
body {
	background-color: #2D4500;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#top-models {
	float: right;
}
#top-models img {
	border: 1px solid #B4004A;
	margin-left: 5px;
}
#wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	margin-top: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B4004A;
}
#imgrow {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B4004A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B4004A;
}
#imgrow img {
	border: 1px solid #B4004A;
	margin-right: 3px;
	margin-left: 3px;
}
#text {
	color: #F5FFBB;
	font-size: 28px;
	text-align: justify;
}
#link {
	background-color: #B4004A;
	border: 1px solid #F5FFBB;
	text-align: center;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#text {
	text-align: justify;
}
#footer {
	text-align: center;
	font-size: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B4004A;
}
#footer a {
	color: #F5FFBB;
}
#link a {
	color: #F5FFBB;
	font-weight: bold;
	font-size: 36px;
}
a:link {
	color: #FFFFFF;
}

