@charset "UTF-8";
/* CSS Document */

/* Global Styles */
/* Copyright Jennifer Tiszai 2007-2009. All rights reserved.*/
/* avoid browser inconsistencies */
ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,div 
{
	margin:0 0 0 0;
	padding:0px;
	color: #000000;
	z-index: 99;
}

a:link {
color: #990015;
}
a:visited {
color: #ebb24f;
}
h1,h2,h3,h4,h5,h6 {
font-family: Papyrus;
}

a:hover {
color: #990015;
}

p {
	line-height:1em;
	margin-left: 20px;
	padding-left: 10px;
	}

h5 {
	line-height:1em;
	}

/* remove blue linked image borders */

/* de-italicize address */


#address { font-style:normal; }

body,blockquote {
margin: 0;
padding: 0;
font-family: papyrus;
color: #2b3451;
}

#main {
	background-color: #2b3451;
	}
	
#main .container {
	background-image:url(patternbkgrd.jpg);
	background-repeat:repeat;
	height:800px;
	}

.container {
	width:950px;
	margin:0 auto;
	border:1px solid #000000;
	position:relative;
	}

#header {
	position:absolute;
	top: 12px;
	left:60px;
	height:221px;
	width:auto;
	}

#menu {
	position:absolute;
	top:230px;
	left:114px;
	height:auto;
	width:647px;
	height: 40px;
	overflow: visible;
	visibility: visible;
	z-index: 99;
	}

/*main page*/
#content {
	position:absolute;
	top: 300px;
	left: -67px;
	height:auto;
	width:850px;
	margin-left:100px;
	margin-right: 100px;
	color: #ebb24f;
	z-index: 1;
	}
	
	
#welcome {
	color: #ebb24f;
	font-size:16px;
	line-height: 2em;
	width: 100%;
	float:left;
	margin-right:-300px;
	z-index: 2;
	}
	
#blog {
	float:right;
	width: 200px;
	color: #ebb24f;
	padding-top: -15px;
	}
	
	
	
/*subsequent pages*/

#pagetitle {
	color: #ebb24f;
	font-size:16px;
	line-height: 2em;
	margin-right:-300px;
	z-index: 2;
	}
	
#leftcolumn {
	position:relative;
	top: 300px;
	left: 100px;
	height:auto;
	width:350px;
	float: left;
	color: #ebb24f;
	z-index: 1;
	}
	
#rightcolumn {
	position:relative;
	left: 100px;
	width: 550px;
	color: #ebb24f;
	z-index:2;
	}
	
/*About Me Page*/
	
#leftcolumn2 {
	position:relative;
	top: 325px;
	left:100px;
	float:left;
	height:auto;
	width:200px;
	color: #ebb24f;
	z-index: 1;
	}
	
#rightcolumn2 {
	position:relative;
	top: 325px;
	left: 125px;
	width: 650px;
	color: #ebb24f;
	z-index:2;
	}

/*heaven page*/

#center {
	position:absolute;
	top: 300px;
	left: 159px;
	height:auto;
	width:550px;
	color: #ebb24f;
	z-index: 1;
	}
	
#lowerleft {
	position:relative;
	top: 650px;
	left:50px;
	float:left;
	height:auto;
	width:200px;
	color: #ebb24f;
	z-index: 1;
	}
	
#lowerright {
	position:relative;
	top: 650px;
	left: 50px;
	width: 200px;
	color: #ebb24f;
	z-index:2;
	}
	
#midleft {
	position:relative;
	top: 650px;
	left:50px;
	float:left;
	height:auto;
	width:200px;
	color: #ebb24f;
	z-index: 1;
	}
	
#midright {
	position:relative;
	top: 650px;
	left: 50px;
	float:left;
	width: 200px;
	color: #ebb24f;
	z-index:2;
	}

#extra {
	position:relative;
	top: 650px;
	left: 50px;
	float:left;
	width: 200px;
	color: #ebb24f;
	z-index:2;
	}
	
a img, iframe {
	border: none;
}
/* Headers
����������*/
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-size: 100%;
}


#footer {
	clear:both;
	width:650px;
	color:#FFFFFF;
	margin-left: 30px;
	}

/* Lists
����������*/
ul, ol, dl, li, dt, dd {
margin: 0;
padding: 0;
}
