/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: tiled;
	margin:0px; padding:0px;
	background-color: #FFFFFF;
	height: 100%;
	font-style : normal; 
    font-weight : normal; 
    font-size : 9pt; 
    font-family : Arial, Helvetica, sans-serif; 
    color : #000000; 
    text-decoration : none;
	}
	
/*INDEX ONLY*/	

#container {
	width:310px ;
	height:294px ;
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: 75px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	border: 1px solid #000000;
}

#recent {
	width: 375px;
	height: 450px;
	position:absolute;
	left: 50%;
	top: 100px;
	margin-left: -280px;
	margin-top:100px;
	z-index: 2;
	}	

#buy {
	width: 250px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 210px;
	margin-left: 15px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
}

/*END INDEX-ONLY*/


#thumb {
	width: 50px;
	height: 50px;
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px;
}
	
#whitebox {
	width: 800px;
	height: 584px;
	position: absolute;
	left: 50%;
	top: 66px;
	margin-left: -400px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	background-color:#FFFFFF;
	}

#banner {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 27px;
	margin-left: -400px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	}

#navigation {
	width: 380px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 76px;
	margin-left: 0px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	padding: 5px 0 0 5px;
}

#head {
	width: 800px;
	height: 78px;
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -400px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	border-bottom: 1px dotted #000000;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#line2 {
	width: 800px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 120px;
	margin-left: -400px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	border-top: 1px solid #3B5EAE;
}

#toplinks {
	width: 216px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -400px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	background-color: #8AA3D2;
	padding: 2px 0px 0 5px;
	border: 1px dotted #3B5EAE;
	text-align: center;
	}

#wrapper {
	width: 798px;
	height: 495px;
	position: absolute;
	left: 50%;
	top: 123px;
	margin-left: -399px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	background-color: #FFFFFF;
	overflow: auto;
	}

#content {
	width: 725px;
	height: 475px;
	position: absolute;
	margin-left: 20px; 
	margin-top: 12px; 
	/* Half the height of the DIV tag */
	background-color: #FFFFFF;
	overflow: auto;
	}

#resume {
	width: 770px;
	height: 475px;
	position: absolute;
	margin-left: 20px; 
	margin-top: 12px; 
	/* Half the height of the DIV tag */
	background-color: #FFFFFF;
	overflow: visible;
	}

#etsycontent {
	width: 778px;
	height: 480px;
	position: absolute;
	margin-left: 0px; 
	margin-top: -3px; 
	overflow: auto;
	padding: 15px 0 0 20px;
	align: center;
}

#contact {
	width: 230px;
	height: 128px;
	position: absolute;
	margin-left: 522px; 
	margin-top: 70px; 
	/* Half the height of the DIV tag */
	overflow: auto;
	border: 1px dotted #3B5EAE;
	padding: 50px 0 0 23px;
	background-color: #8AA3D2;
	color: #ffffff;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	}

#thumbs {
	width: 165px;
	position: absolute;
	margin-top: 12px;
	margin-left: 20px;
}

#mainpic {
	width: 560px;
	position: absolute;
	margin-left: 210px;
	margin-top: 16px;
	background-color: #ffffff;
	}

#image {
	width: 440px;
	float: left;
	}

#title {
	width: 100px;
	float: left;
	margin-left: 20px;
	}

#foot {
	width: 800px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: 620px;
	margin-left: -400px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	background-color:#8AA3D2;
	border-top: 1px dotted #3B5EAE;
	border-bottom: 1px dotted #3B5EAE;
	text-align: center;
	padding: 5px 0 0 0;
	color: #ffffff;
	font-size: 11px;
	}

/**** CLASSES ****/
	
.style1 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B5EAE;
}

.style2 {color: #000000}

.style3 {color: #000000;
	letter-spacing: .8px;
}

.style4 {color: #FCD488}

.style5 {color: #ffffff}

.style6 {
	color: #8da2d7;
	font-size: 11px;
	letter-spacing: .6px;
}

.white {
	color: #ffffff;
}

.blue {
	color: #3B5EAE;
}

.u {
	text-decoration: underline;
}

.topnav {
	color: #ffffff;
	font-size: 9pt;
}

.style7 {color: #3B5EAE}

.style8 {
	color: #8da2d7;
	font-size: 9pt;
}

.updates {
	color: #8da2d7;
	font-size: 11px;
}

.thumbtitles {
	color: #3B5EAE;
	font-size: 11px;
	line-height: 18px;
}

.titles {
	line-height: 8px;
}

.enter {
	line-height: 180px;
}

a:link {
	color: #3B5EAE;
	font-style : normal; 
    font-weight : normal;
	text-decoration : none;
    overflow : hidden;
}
a:visited {
	color: #3B5EAE;
	font-style : normal; 
    font-weight : normal;
	text-decoration : none;
    overflow : hidden;
	}
a:hover {
	color: #FCD488;
	font-style : italic; 
    font-weight : normal;
	text-decoration : none;
    overflow : hidden;
}
a:active {
	color: #ffffff;
	font-style : normal; 
    font-weight : normal;
	text-decoration : none;
    overflow : hidden;
	}


