/********************************************************/
/* GUMA DESIGN STYLE SHEET				*/
/* COLORS					  	*/
/* 	Background: #FFFFFF;			     	*/
/*	Primary color: #666666;				*/
/*	Secondary color: #;				*/
/*	Tertiary color: #;				*/
/********************************************************/

body {
	text-align: center;
	font-family: Verdana,Arial, sans-serif;
	min-width: 900px;
	margin-top: 25px;
}

#wrapper {
	margin:0 auto;
	width:900px;
	text-align: left;
}

#menu {
	width:150px;
}

#cushion {
	width:150px;
}

#image {
	width:600px;
	text-align:center;
}

#image-int {
	width:600px;
}

#bio {
	width:600px;
	text-align:left;
}

#image-int-vertical {
	width:600px;
}

#photo-description p {
	margin-top:15px;
	margin-top:15px;
	text-align:right;
	font-size:8pt;
	width:576px;
}

#photo-description-vertical p {
	margin-top:15px;
	text-align:right;
	font-size:8pt;
	width:387px;
}

#submenu p {
	text-align:center;
	font-size:9pt;
}

#title {
	margin-top:65px;
	text-align:center;
	font-size:14pt;
	letter-spacing:0.95em;
	font-weight:bold;
}

.selected {
	font-weight:bold;
	font-style:italic;
}

td {
	font-family: Verdana,Arial, sans-serif;
	font-size: 9pt;
	color: #666666;
}

p {
	font-family: Verdana,Arial, sans-serif;
	font-size: 9pt;
	color: #666666;
}

a:link {
	color:#666666;
	font-size: 9pt;
	text-decoration:none;
}
a:visited {
	color:#666666;
	font-size: 9pt;
	text-decoration:none;
}
a:hover {
	color:#666666;
	font-size: 9pt;
	text-decoration:none;
}

