/* Structure */

	body { 
		background-image: url('/image/layout-image/backgroundbase.png');
		text-align: justify;
		font-family: verdana, arial, sans-serif;
		font-size: 8pt;
		}
	div#full {
		width: 413px;
		position: absolute;
		top: 20px;
		left: 40px;
		}

	div#picture {
		position: absolute;
		top: -10;
		left: 490px;
		height: 534px;
		width: 335px;
		background-image: url('/image/layout-image/pic.png');
		background-repeat: no-repeat;
		}
	div#nav {
		position: absolute;
		top: 524px;
		left: 490px;
		height: 245px;
		width: 216px;
		background-image: url('/image/layout-image/nav2.png');
		background-repeat: no-repeat;
		padding-top: 75px;
		padding-bottom: 30px;
		text-align: center;
		}

	div#top {
		height: 82px;
		background-image: url('/image/layout-image/top2.png');
		}

	div#main {
		position: relative;
		top: -15px;
		width: 413px;
		background-image: url('/image/layout-image/main.png');
		background-repeat: repeat-y;
		}

	div#text {
		width: 350px;
		padding-left: 30px;
		}

	div#bottom {
		position: relative;
		top: -30px;
		height: 56px;
		}
	
	div#name {
		position: absolute;
		top: 15px;
		left: 726px;
		width: 57px;
		height: 398px;
		background-image: url('/image/layout-image/name.png');
		}

/* Formatting */

	h2 {
		margin: 0;
		padding: 0;
		font: 11pt, times, serif;
		font-variant: small-caps;
		color: #96a876;
		font-weight: bold;
		}


	h5 {
		color: #dfbf91;
		font: 10pt, times, serif;
		font-variant: small-caps;
		}


	h6 {
		color: #96a876;
		font: 9pt, times, serif;
		font-variant: small-caps;
		text-indent: 20px;
		}



	a, a:link {
	    	color: #9fbf66;
	    	text-decoration: none;
		}

	a:visited {
		color: #dec4a6;
	    	text-decoration: none;
		}
	
	a:hover, a:active {
	    	color: #62783c;
		text-decoration: none;
		}

	
	blockquote {
		color: #9fbf66;
		}


#62b29a

	img {
		border: none;
		}

	.code {
		font: 11px "Courier New", Courier, monospace;
		background-color: #F8F8F8;
		padding: 5px;
		text-align: left;
		}


	.small {
		font-size:  6pt;
		font-family: Verdana, Arial, sans-serif;
		}

	.center {
		text-align: center;
		}

	.green {
		color: #96a876;
		}


/* Forms */

	input {
		background: #ffffff;
		font-family: Verdana, Arial, Sans-serif;
		color: #574D4D;
		border: 1px solid #96a876;
		text-decoration: none;
		}

	textarea { 
		background: #ffffff;
		font-family: Verdana, Arial, Sans-serif;
		font-size: 6.5pt;
		color: #574D4D;
		border: 1px solid #96a876;
		text-decoration: none;
		}
