
body {
	margin: 0px;
	padding: 0px;
	
	background-color: #FEFBDE;
	
	font-family: Georgia, Times, Times New Roman, Helvetica;
	color: #663322;
}



ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
li {
	background-image: url("../images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-left: 10px;
	padding-left: 15px;
	padding-top: 7px;
}











/******************* text and headers ********************/


.t2 {
	font-size: 10px;
	line-height: 18px;
}

.h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

.t3 {
	font-size: 12px;
	line-height: 22px;
}

.t4 {
	font-size: 14px;
	line-height: 24px;
}

.title {
	font-size: 15px;
	font-style: oblique;
	color: #DD6666;
}



h1 {
    font-size: 20px;
    line-height: 20px;
}




/********************* links ********************/

a {
	color: #DD6666;
	text-decoration: none;
	
}

a:hover {
	color: #DD6666;
	text-decoration: underline;
}



a.nav {
	font-size: 11px;
	letter-spacing: 1px;
	color: #663322;
	text-decoration: none;
	
}

a.navStick, a.nav:hover {
	font-size: 11px;
	letter-spacing: 1px;
	color: #AA8866;
	text-decoration: none;
}








/******************* Nav Info ******************/











/**************************** Tables and layout ************************/
#container {
	position: absolute;
	top: 70px;
	left: 40px;
	width: 730px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}


#nav {
	position: absolute;
	width: 550px;
	top: 0px;
	right: 0px;
}	
td.nav {
	padding: 0px 0px 0px 10px;
}


#subnav {
	position: absolute;
	top: 145px;
	left: 35px;
	z-index: 2;
}




#homeContent {
	position: absolute;
	top: 30px;
	left: 0px;
}




#valoriContent {
	position: absolute;
	top: 185px;
	left: 0px;
	width: 380px;
}

#valoriImage {
	position: absolute;
	top: 120px;
	right: 0px;
}




#tempImage, #tempv {
	position: absolute;
	top: 175px;
	left: 368px;
	width: 350px;
	height: 350px;
	visibility: visible;
}

#tempCopy {
	position: absolute;
	top: 225px;
	left: 0px;
	width: 350px;
	height: 305px;
}

#tempThumbs {
	position: absolute;
	top: 530px;
	left: 0px;
}
    
    div.tempThumb {
        position: relative;
        width: 74px;
        height: 74px;
        overflow: hidden;
    }
    
        div.tempThumb img {
            position: absolute;
            border: 0px;
        }

