/* CSS Document Salt Studio Ireland*/

/* ___________________________________________________________GENERAL_____________*/

body 
{	background-image:   url(../backgrounds/option_5.jpg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-color: #ccc;
	padding: 0;
	margin: 0;
	border: 0px solid red;
	height: 583px;
	width: 787px;
	overflow: hidden;
	}

.plus {
	font-weight: bolder;
	color: #cc0000;
	}

.heading {
	font-size: .9em;
	font-weight: bold;
	font-family: verdana, Georgia, Times, serif;
	color: #663300;
	line-height: 1.4em ;
}


#main {
	width: 900px;
	height: 380px;
	border: 0px solid blue;
	}
	
p {
	font-size: .7em;
	font-weight: normal;
	font-family: verdana, Georgia, Times, serif;
	color: #000;
	line-height: 1.4em ;
}
	
h1 {
	font-size: .8em;
	font-weight: bold;
	font-family: verdana, Georgia, Times, serif;
	color: #663300;
	line-height: 1.4em ;
}
	
/*________________________________________________________NAV____________________*/
	
#nav {
	position: absolute;
	top: 110px;
	left: 25px;
	border: 0px solid blue;
	padding: 5px 0px 0px 5px;
	height: 130px;
	width: 150px;
	background: #ffcc66;	
	}
	
#nav ul {
	display: inline;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top: 0px solid #663300;
	line-height: 1.8em;
	padding: 0px 0px 0px 0px;
	}

#nav li {
	display: inline;
	padding: 0;
	margin-left: 5px;
	margin-right: 0px;
	border: 0px solid black;
	}	
	
	
	
	
/*________________________________________________________LINKS____________________*/

a	{ 
	color: #000;
	text-decoration: none;
	}
	
a:hover {
	color: #996600;
	text-decoration: none;
	}
	
a:visited {
	color: #996600;
	text-decoration: none;
	}
	


/*________________________________________________________CONTENT____________________*/


#content {
	position: absolute;
	top: 110px;
	left: 195px;
	border: 1px solid #663300;
	padding: 5px 0px 0px 15px;
	height: 430px;
	width: 390px;
	background: #ffffcc;
	overflow: scroll;	
	}
	
.plus {
	font-weight: bolder;
	color: #cc0000;
	}
