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


.rounded {
  -moz-border-radius-bottomright:1.5ex;
  -webkit-border-bottom-right-radius:1.5ex;
  -moz-border-radius-topright:1.5ex;
  -webkit-border-top-right-radius:1.5ex;  
  background-color:#fffef9;
} 

.rounded2 {
  -moz-border-radius-bottomleft:1.5ex;
  -webkit-border-bottom-left-radius:1.5ex;
}
	

body{
	background-color:#666;
}

a:link {color:#000;}      /* unvisited link */
a:visited {color:#000;}  /* visited link */
a:hover {color:#333;}  /* mouse over link */
a:active {color:#000;}  /* selected link */
a {text-decoration:none} /*remove underline*/

#wrapper{
	margin:0px 0px 0px 10px;
	padding:0px;
	width:320px;
	height:540px;
}

#header{
	margin:0px;
	padding:10px 0px 0px 0px;
	width:320px;
	height:30px;
	font-size:18px;
	text-align:left;
	text-indent:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-.01em;
	color:#000;
}	

#image{
	float:left;
	margin-left:10px;
	background-image:url(images/tm_eotyrannus.jpg);
	height:202px;
	width:125px;
}

#content{
	float:left;
	height:192px;
	width:150px;
	padding:5px 10px 5px 10px;
	font-size:10px;
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	line-height:1.2em;
}

#links{
	float:left;
	margin:0px;
	padding:0px 0px 0px 10px;
	width:320px;
	height:120;
	font-size:18px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-.01em;
	line-height:1.25em;
	color:#000;
}

#divider{
	float:left;
	border-top: 1px solid #000;
	margin:10px 0px 10px 10px;
    width:125px;
	color:#000;
}