body {	background-color: #999999;
	font-family: TimesRoman;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
        }



#content { width: 524px;
	background-color: #FFffff;
	border-style:solid;
	border-width: 2px;
	border-color: #000000;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 5px;
	text-align: right;
	}


#links {width: 295px;
	position: relative;
	text-align: right;
	float: right;
        }


#menu  {width: 504px;
	text-align: left;
	background-color: #ffffff;
	border-style:solid;
	border-width: 2px;
	border-color: #000000; 
	position: relative;
	}

#sheep {width: 504px;
	height: 524px;
	background-color: #000000;
	border-style:solid;
	border-width: 2px;
	border-color: #000000;
	position: relative;
	overflow-x:auto;
	overflow-y:hidden;
	padding: 0px;
	margin: 0px;
        }


#pony {width: 504px;
	height: 504px;
	background-color: #ffffff;
	border-style:solid;
	border-width: 2px;
	border-color: #000000;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
        }



a:link {color: #999999; text-decoration: none;}
a:visited { color: #999999; text-decoration: none;}
a:hover { color: #000000;}
a:active { text-decoration: underline;}