body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/grass.jpg) repeat-x top center;
	font-size: 13px;
	color: #CFECEC;
}

body, th, td, input, textarea, select, option {
	text-transform: lowercase;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #DDDDDD;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #DDDDDD;
}

#wrapper {
}

/* Header */

#header {
	width: 760px;
	height: 260px;
	margin: 0 auto;
	background: url(images/info_logo.jpg) no-repeat center 43px;
}

/* Page */

/* Content */

#content {
	margin: 0 auto;
	position: relative;
	width: 1060px;
}

.infoboy span{ /*CSS for enlarged image*/
        margin:0;
        padding:0;
        position: absolute;
        top: 10px;
        visibility: hidden;
        float: right;
}

.infoboy:hover span{ /*CSS for enlarged image*/
        margin:0;
        padding:0;
        visibility: visible;
        left: 650px;		/*position where enlarged image should offset horizontally */
        z-index: 50;
}

div#menu{
	margin:0;
	padding: 0;
	width: 580px;
	height: 400px;
	position: relative;
}

a.infoboy{
	border: none;
}

img.persona_thumb{
	margin:0;
	padding:0;
	width: 90px;
	height: 90px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding-left: 1px;
	border: none;
}