P { text-align:justify ; color:navy }

.synopsis 	{ 
	font-weight:bold ; 
	color:navy; 
}

.caption	{
	font-size:12px ;
	padding-left: 20px ;
	padding-top: 0px;
	color:#404040;
}

H2 { 
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-weight:bold ; 
	color:navy;
}

LI {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color: navy;
}

IMG {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

body {	background:URL(waterbackground.jpg) repeat-y;
	position:absolute;
	width: 150px;
	left: 0px;
	top: 0px;
}

#div1 {
	background:URL(waterbackground.jpg) repeat-y;
	border-style:none;
	position:absolute;
	width: 150px;
	height: 100%;
	left: 0px;
	top: 0px;
}

#box {
	position:absolute;
	left: 155px;
	top: 17px;
	width: 80%;
}

#div2 {
	background-color:#E0E0E0;
	position:relative;
	left: 25px;
	top: 11px;
	width: 400px;
	padding-top:15px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	text-align:justify;
}

#content {
	background-color:white ; 
	position:relative;
	left:5px;
	top:10px;
	width:500px ;
	padding-top:10px ;
	padding-right:10px ;
	padding-left:10px;
	padding-bottom:10px;
	text-align:justify; 
}

#end	{
	background-color:silver;
	position:relative;
	left:11px ;
	top: 11px ;
	width: 140px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: justify;
	margin-bottom: 20px;
}

A:link { color:navy }

A:visited { color:navy }

A:hover {color:navy}

A:active {color:navy }


