* {
	margin: 0;
	padding: 0;
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
}

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

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


body {
	background: url(bgcube5.gif);
	color: #000000;
	padding-bottom:0;
}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	min-height:100%;
	position:left;
	margin: auto;
	width: 950px;
	height:100%;
}

/* top */
.top { 
	background: url(octopus4sec.gif);
	margin: 0 auto;
	width: 650px;
	height: 427px;
	position:absolute;
	top:0;
	left:0;
}

.header {
	background: url(pattydtext.png);
	height: 76px;
	width: 427px;
	position:absolute;
	top:175px;
	left:510px;
}

.afterheader {
	background: #000000;
	height: 4px;
	width: 750px;
	position:absolute;
	top:270px;
	left:200px;
}

.menu {
	font-family: sans-serif;
	font-size: 12pt;
	text-align: right;
	height: 10px;
	width: 750px;
	position:absolute;
	top:250px;
	left:175px;
}

.menu a {

	padding-left: 7px;
	padding-right: 7px;
}

.main {
	width: 710px;
	padding:20px;
	min-height:100%;
	background: #FFFFFF;
	position:absolute;
	top:300px;
	left:200px;
	font-family: sans-serif;
	border: #CCC solid;
	border-width: 1px 1px 1px 1px;
}

.left {
	width: 490px;
	position:relative;
	float: left;
	margin: 0px 20px 0px 0px;


}

.right {

width: 200px;
	position:relative;
	float: left;

}

.clip {
	width:600px;
	padding:10px;
	font-family: sans-serif;
	color:#000000;
	font-size: 8pt;
	position:relative;
	left: 70px;
}

p{
	color:#000000;
	font-size: 10pt;
}

h1{
	color:#000000;
	font-size: 15pt;
	padding-bottom:20px;
}

h2{
	color:#330033;
	font-size: 12pt;
}

h3{
	font-size: 10pt;
}

.image-left{
	border: 2px;
	display:inline;
	float:left;
	padding-right:15px;
	padding-bottom:15px;
}

/*p.introduction:first-letter {
	font-size : 200%;
	font-weight : bold;
	width : 20px;
	color : #000000;
}-->*/

p.text{
/*text-align:justify;*/
padding-bottom:15px;

}

img{

}