@charset "utf-8";
/* CSS Document */

/*----------Main Styles-----------*/
body 
	{
	background-image:url(images/background.jpg);
	background-repeat:repeat-x repeat y;
	color: #333333;
	font-family: verdana;
	font-size: 12px;
	line-height: 140%;
	margin: 0 auto;
	}
		
h1 
	{
	color: #000000; 
	font: 16px/140% arial;
	font-weight:bold;
	}

h2 
	{
	color: #000000; 
	font: 12px/140% arial;
	}

a:link 
	{
	color: #993300; 
	text-decoration: none;
	}

a:visited 
	{
	color: #993300; 
	text-decoration: none;
	}

a:hover 
	{
	color: #cc6633; 
	text-decoration: none;
	}

a:active 
	{
	color: #993300; 
	text-decoration: none;
	}
q 
	{
	color: #ff0000;
	quotes: none;
	}


/*------------------Begin ids----------------------*/

#wrapper
	{
	width: 800px;
	margin: auto;
	}

#container 
	{
	position: absolute;
	background-image:url(images/leaves.png);
	background-repeat:no-repeat;
	background-color: #ffffcc;
	width: 800px;
	height: 100%;
	border-left:outset #CCCCCC;
	border-right:inset #CCCCCC;
	}
	
#name
	{
	position: absolute;
	top: 3%;
	left: 5%;
	width: 320px;
	height: 130px;
	background-image: url(images/name.png);
	z-index: 2;
	}
	
#circle
	{
	position: absolute;
	top: -8%;
	left: 52%;
	background-attachment: url(images/circle.png);
	width: 328px;
	height: 325px;
	z-index: 1;
	}
	
#me
	{
	position: absolute;
	top: -2%;
	left: 470px;
	width: 175px;
	height: 186px;
	z-index: 2;
	}
	
#pad
	{
	position: absolute;
	top: 4%;
	left: 510px;
	width: 175px;
	height: 186px;
	z-index: 2;
	}
	
/*-------------------- Begin Navigation-----------------*/
	
#globalnav 
	{
	position: absolute;
	top: 26%;
	left: 220px; 
	width: 450px;
	height: 100px;
	z-index: 3;
	}

#globalnav p {
	display: inline;
	}


#globalnav ul 
	{
	position: absolute;
	color: #993300;
	font:14px/140% arial;
	font-weight:bold;
	display: inline;
	width: 450px;
	height: 20px;
	z-index: 2;
	}

#globalnav ul li
	{
	padding-right: 25px;
	list-style:none;
	display: inline;
	}


a.globalnav:link
	{
	color: #993300;
	text-decoration: none;
	}

a.globalnav:visited 
	{
	color: #993300; 
	text-decoration: none;
	}

a.globalnav:hover 
	{
	color: #cc6633; 
	text-decoration: none;
	}

a.globalnav:active
	{
	color: #993300;
	text-decoration: none;
	}

/*-------------------- Begin Editable Regions-------------------*/

#breadnav 
	{
	position: absolute;
	color: #993300;
	font: normal 10px/140% arial;
	top: 35%;
	left: 220px; 
	width: 350px;
	height: 20px;
	z-index:5;
	}

#breadnav p {
	display: inline;
	}

#breadnav ul li
	{
	margin: 0;
	list-style:none;
	display: inline;
	}
	
#folionav 
	{
	position: absolute;
	color: #cc6633; 
	font: 14px/140% verdana; 
	top: 30%;
	left: 50px; 
	width: 200px;
	height: 200px;
	z-index: 5;
	}

#folionav p {
	display: block;
	}

#folionav ul li
	{
	list-style:none;
	display: block;
	}
	
#websitenav 
	{
	position: absolute;
	color: #993300;
	font: normal 12px/140% arial;
	top: 76%;
	left: 6%; 
	width: 800px;
	height: 20px;
	z-index: 5;
	}

#websitenav p {
	display: inline;
	}

#websitenav ul li
	{
	margin-right: 100px;
	list-style:none;
	display: inline;
	}
	
#diginav 
	{
	position: absolute;
	color: #000000;
	font: normal 12px/140% arial;
	top: 84%;
	left: 6%; 
	width: 800px;
	height: 20px;
	z-index: 5;
	}

#diginav p {
	display: inline;
	}

#diginav ul li
	{
	margin-right: 100px;
	list-style:none;
	display: inline;
	}

#righttext 
	{
	position: absolute;
	top: 42%; 
	left: 255px;
	padding: 5px;
	width: 350px;
	height: 400px;
	border: none;
	background-color: #transparent;
	z-index: 2;
	}
	
#middle 
	{
	position: absolute;
	top: 50%; 
	left: 11%;
	width: 700px;
	height: 400px;
	border: none;
	background-color: #transparent;
	z-index: 2;
	}

#lefttext 
	{
	position: absolute;
	top: 27%; 
	left: 10%;
	width: 156px;
	height: 85px;
	border: none;
	background-color: #transparent;
	margin-left:10px;
	z-index: 2;
	}
	
/*-------------------- Begin Bottom Navigation and Footer-------------------*/
	
#bottomnav 
	{
	position: absolute;
	margin: 0;
	top: 94%;
	left: 29%;
	width: 800px;
	height: 20px;
	z-index: 3;
	}

#bottomnav p {
	display: inline;
	}


#bottomnav ul 
	{
	color: #993300;
	font: normal 11px/140% arial;
	position: absolute;
	display: inline; 
	width: 450px;
	height: 20px;
	z-index: 3;
	}

#bottomnav ul li
	{
	list-style:none;
	display: inline;
	padding-right: 15px;
	}


a.bottomnav:link
	{
	color: #993300;
	text-decoration: none;
	}

a.bottomnav:visited 
	{
	color: #993300; 
	text-decoration: none;
	}

a.bottomnav:hover 
	{
	color: #cc3366; 
	text-decoration: none;
	}

a.bottomnav:active
	{
	color: #993300;
	text-decoration: none;
	}
	
#footer
	{
	position: absolute;
	padding: 5px;
	top: 101%; 
	left: 38%;
	width: 400px;
	height: 50px;
	color:#000000;
	border: none;
	background-color: #transparent;
	z-index: 2;
	}