﻿body {font-family: "Trebuchet MS", sans-serif;font-size: small;background: #ECD5B6 url(assets/sidebar.jpg) repeat-y;}

h1 {font-size: 20px; text-decoration:underline;}

hr {width: 80%;border: 1px solid #9E6993;}

a {color: #722539;text-decoration: none;font: bold 14px "Trebuchet MS", sans-serif;}

a:hover {text-decoration: underline;color: #000;}

.floatleft {float: left;}

.floatright {float: right;}

.button {width: 200px;}

.hosting {font: bold 10px "Trebuchet MS", sans-serif;text-decoration: none;}

a:hover.hosting {font-size: 10px;color: #000;text-decoration: underline;}

/* menu */

#menu {position:relative;top:115px;left:70px;width:30%;height:30px;z-index:20;}

.home {width:60px;height:25px;background: url(assets/home.jpg) no-repeat;}
a:hover.home {background: url(assets/home_over.jpg) no-repeat;text-decoration: none}
#homedown {width:60px;height:25px;background: url(assets/home_over.jpg) no-repeat;}

.press {width:60px;height:25px;background: url(assets/press.jpg) no-repeat;}
a:hover.press {background: url(assets/press_over.jpg) no-repeat;text-decoration: none}
#pressdown {width:60px;height:25px;background: url(assets/press_over.jpg) no-repeat;}

.where {width:60px;height:25px;background: url(assets/where.jpg) no-repeat;}
a:hover.where {background: url(assets/where_over.jpg) no-repeat;text-decoration: none}
#wheredown {width:60px;height:25px;background: url(assets/where_over.jpg) no-repeat;}

.contact {width:80px;height:25px;background: url(assets/contact.jpg) no-repeat;}
a:hover.contact {background: url(assets/contact_over.jpg) no-repeat;text-decoration: none}
#contactdown {width:80px;height:25px;background: url(assets/contact_over.jpg) no-repeat;}

img {border:0;}

/* Position */

#container {
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	top: 0px;
	left: 0px;
	z-index: 4;
}


#logo {
	position: absolute;
	top: 10px;
	left: 60px;
	width: 300px;
	height: 100px;
	background: url(assets/Logo.jpg) no-repeat;
	z-index: 12;
	
}

#details {
	position: absolute;
	top: 170px;
	left: 70px;
	width: 88%;
	height: 100px;
	z-index: 13;	
}


#address {
	position: relative;
	top: 10px;
	left: 0px;
	width: 300px;
	border: 1px solid #000;
	z-index: 19;
	padding: 10px;
	background-color:#E1BE8E;
}


#text {
	position: absolute;
	top: 160px;
	left: 70px;
	width: 50%;
	height: 100%;
	z-index: 18;
}

#article1 {
	position: relative;
	top: 10px;
	left: 0px;
	width: 100%;
	z-index: 18;
	border: 1px solid #000;
	padding: 10px;
}

#article2 {
	position: relative;
	top: 20px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 18;
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 10px;
}

#article3 {
	position: relative;
	top: 20px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 18;
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 10px;
}

#australia {
	position: relative;
	top: 10px;
	left: 0px;
	width: 100%;
	z-index: 18;
	border: 1px solid #000;
	padding: 10px;
}

#newzealand {
	position: relative;
	top: 20px;
	left: 0px;
	width: 100%;
	z-index: 18;
	border: 1px solid #000;
	padding: 10px;
}

#usa {
	position: relative;
	top: 30px;
	left: 0px;
	width: 100%;
	z-index: 18;
	border: 1px solid #000;
	padding: 10px;
}

#guilty {
	position: relative;
	top: 10px;
	left: 0px;
	height: 300px;
	width: 100%;
	background: url(assets/guiltylabel.jpg) no-repeat;
	border: 1px solid #000;
}

#guiltytext {
	position: relative;
	top: 20px;
	left: 200px;
	height: 300px;
	width: 60%;
} 

#innocent {
	position: relative;
	top: 20px;
	left: 0px;
	height: 300px;
	width: 100%;
	background: url(assets/innocentlabel.jpg) no-repeat;
	border: 1px solid #000;
} 

#innocenttext {
	position: relative;
	top: 20px;
	left: 200px;
	height: 300px;
	width: 60%;
} 

#verdict {
	position: relative;
	top: 30px;
	left: 0px;
	height: 310px;
	width: 100%;
	background: url(assets/verdict.jpg) no-repeat;
	border: 1px solid #000;
} 

#verdicttext {
	position: relative;
	top: 20px;
	left: 200px;
	height: 300px;
	width: 60%;
} 

#host {
	position: relative;
	top: 40px;
	left: 0px;
	height: 20px;
	width: 100%;
	font: 10px "Trebuchet MS", sans-serif;  
}