/*-----ALL MARGIN and PADDING. -----*/

*
{
	margin: 0;
	padding: 0;
}


/*----LISTING OF COLORS USED IN ART----*/

	/*----orange: fde48b----*/
	/*----brown: 876f1a----*/
	/*---yellow: fdf98b----*/
	/*----beige: faf6d5----*/
	/*----orange links: fda804-----*/


/* -----BODY and A----- */
	
body 
{
	background: #faf6d5;
	color: #6f5909;
	font: 1em arial, sans-serif;
	text-align: center;
}
a:link
{
	color: #fda804;
	text-decoration: none;
}
a:visited
{
	color: #fda804;
	text-decoration: none;
}
a:hover
{
	color: #fdc965;
	text-decoration: underline;
}


/*----Images and layout----*/

#content
{
	width: 900px;
	background: url(images/bott4.gif) no-repeat center bottom;
	margin: -5px auto 0px auto;
	text-align: center;
}
#name
{
	width: 900px;
	height: 300px;
	background: url(images/top4.gif) no-repeat center top;
	text-align: center;
	margin: 0;
	font: 2.0em "zapfino", arial, sans-serif;
}

/*----TEXT----*/

#outer
{
	width: 650px;
	background: #fff;
	margin: 0 125px 0 134px;
	padding: 5px 0 0 0;
	font: 1.1em arial, sans-serif;
	text-align: left;
}
#content>#outer
{
	margin: 0 auto;
}
.title
{
	margin: 0 0 0px 130px;
	font: 1em "zapfino", arial, sans-serif;
}
#outer p
{
	margin: 0px 120px;
}
.stress
{
	font-weight: bold;
}
#text
{
	min-height: 350px;
	width: 650px;
	margin: 0px 0 -10px 0;
}
#outer>#text
{
	margin: -180px 0 -10px 0;
}
#outline p
{
	margin: 0 120px;
}
#outline ul
{
	margin: 0px;
	padding: 0 0 0 25px;
}
#outline ul li
{
	margin: 0 120px;
}
#outline ul li ul li
{
	margin: 0px;
}

/*----FORM----*/
#form p
{
	margin: 5px 120px;
}

/*--PHOTOS--*/
#photo
{
	margin: 5px 120px 5px 120px;
	width: 400px;
	height: 400px;
}
#photo a img
{
	border: 0;
}

/*----MENU----*/

#mainmenu
{
	width: 100%;
	padding: 0;
	margin: 0px 0 0 18px;
	padding: 73px 0 0 0;
	text-align: center;
	font: 0.5em arial, sans-serif;
}
#mainmenu ul li
{
	display: inline;
	list-style-type: none;
}


/* -----FOOTER.----- */

#footer
{
	clear: both;
	margin: 35px 0 10px -15px;
	padding: 0;
	width: 100%;
	height: 45px;
	text-align: center;
	font: 0.75em arial, sans-serif;
}
#footer ul li
{
	display: inline;
}