/* CSS Document */

* {
	font-family: Arial;
}
body {

	background-color:#8db3dd
	
}

a {

	font-size: 11px;
	color: #cc321b;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.text {
    text-decoration: none;
	font-weight:normal;
	font-size: 11px;
	color: #555555;
}


/* Wrapper */

#wrapper {
	margin-left:auto;
	margin-right:auto;
	background: #8db3dd url("images/bg.gif") no-repeat;
	padding: 0px;
	width: 1084px;
	height:1654px;
	position:relative;
}
/* journal */

#journal {
	width:1000px;
	height: 1244px;
	position:absolute;
	z-index:1;
	left: 40px;
	top: 262px;
}

/* topbanner */

#topbanner {
    float:right;
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
	width:468px;
	height: 60px;
	position:absolute;
	right: 46px;
	top: 56px;
}
/* topmenu */

#topmenu {
	width:1000px;
	background-color:#8db3dd;
	height: 47px;
	position:absolute;
	z-index:1;
	left: 50px;
	top: 180px;
}
/* title */

#title {
    float:left;
	background-color:#8db3dd;
	width:446px;
	height: 134px;
	position:absolute;
	left: 38px;
	top: 20px;
}

/* boxlat */

#boxlat {
    float:left;
	background: url("images/bg_box_my.gif") no-repeat;
	width: 340px;
	height:241px;
	position:absolute;
	z-index:3;
	top: 251px;
}
.mystory {
	margin-top:60px;
	margin-left:80px;
}
.authentication {
	margin-top:5px;
	margin-left:80px;
}
.doubledenied {
	margin-top:5px;
	margin-left:80px;
}
.lookevidence {
	margin-top:5px;
	margin-left:80px;
}


/* evidence */
.evidence1 {
    float:left;
	width: 350px;
	height:auto;
	position:absolute;
	z-index:5;
	left: 310px;
	top: 350px;
}
.evidence2 {
    float:left;
	width: 370px;
	height:auto;
	position:absolute;
	z-index:5;
	left: 310px;
	top: 510px;
}
.evidence3 {
    float:left;
	width: 390px;
	height:auto;
	position:absolute;
	z-index:5;
	left: 310px;
	top: 660px;
}
.evidence4 {
    float:left;
	width: 390px;
	height:auto;
	position:absolute;
	z-index:5;
	left: 310px;
	top: 810px;
}
.evidence5 {
    float:left;
	width: 390px;
	height:auto;
	position:absolute;
	z-index:5;
	left: 310px;
	top: 970px;
}
.evidence6 {
    float:left;
	width: 390px;
	height:auto;
	position:absolute;
	z-index:5;
	left: 310px;
	top: 1110px;
}
.evidence7 {
    float:left;
	width: 390px;
	height:auto;
	position:absolute;
	z-index:5;
	left: 310px;
	top: 1270px;
}
.titlevidence {
	font-size:16px;
	color:#cc321b;
	font-weight:bold;
}

.publishedevidence {
 	margin-top:10px;
	margin-left:22px;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
.linkevidence {
	margin-top:10px;
	margin-left:22px;

}
.lineagreen {
	margin-top:30px;
	margin-left:22px;

}

#lamp {
    float:right;
	width: 290px;
	height:204px;
	position:absolute;
	z-index:3;
	right:80px;
	top: 773px;
}
#quotes {
    float:right;
	width: 316px;
	height:268px;
	position:absolute;
	z-index:3;
	right:120px;
	top: 260px;
}
#cup {
    float:left;
	width: 132px;
	height:171px;
	position:absolute;
	z-index:3;
	left:160px;
	top: 600px;
}
#pennello {
    float:left;
	width: 204px;
	height:218px;
	position:absolute;
	z-index:3;
	left:106px;
	top: 1065px;
}

/* numpagebottom */
#numpagebottom {
    float:left;
	padding:8px 10px 10px 42px;
	background: url("images/bg_num_pages.gif") no-repeat;
	z-index:5;
	width:213px;
	height: 39px;
	position:absolute;
	left: 330px;
	top: 1370px;
}

/*Footer */

#footer {
	width: 1084px;
	height:30px;
	position:absolute;
	top:1620px;
}


/* FooterMenu */

#footermenu {
	float: right;
	width: 1084px;
	height: 30px;
	position:absolute;
}
#footer ul {
    float:right;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer a {
	padding: 0 8px 0 8px;
	border-color: black;
    border-width: 0px 0px 0px 1px;
    border-style: dotted;
	text-decoration: none;
	font-weight:normal;
	font-size: 11px;
	color: #000000;
}
#footer a:hover {

	text-decoration: underline;
}
#copyright {
    float: left;
	position:absolute;
	top:1625px;
	width: 150px;
	height: 30px;
	margin: 0 0 0 40px;
	text-align: left;
	font-size: 11px;
	color: #000000;
}



