/*typography*/

p {	
	font-family: arial, helvetica, helve, sans-serif;
	font-size: 11px;
	line-height: 13px;
	word-spacing: 2px;
	margin-top: 5px;
	margin-left: 35px;
	margin-right: 50px;
	margin-bottom: 10px;
	text-align: right;
	color: #222222;
	word-spacing: 2px;
	letter-spacing: 1px;
}

h2 {
	font-family: arial, helvetica, helve, sans-serif;	
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 8px;
	margin-top: 35px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: transparent;
	margin-right: 45px;
	color: #222222;
	text-align: right;
	letter-spacing: 1px;
}

h3 {	
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #222222;
	letter-spacing: 1px;
}


/* Links */

a { text-decoration: none; text-align: right; font-family: arial, helvetica, san-serif;}

A:link {color: #222222; }
A:visited {color: #444444;}
A:active {color: #002200;}
A:hover {color: #330000;}

/* General Layout */

.leftcontent {
	position: absolute;
	top: 21px;
	left: 130px;
	width: 550px;
	height: 512px;
	border: 1px solid #000000;
	padding: 21px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	z-index: -1;
}
 .leftcrnrtop2{
 position:absolute;
 left: -1px;
 top: -1px;
 }

.leftcrnrbutt2{
 position:absolute;
 left: -1px;
 bottom:-1px;
 }

/* this is the right side content*/
.right {
	position: absolute;
	top: 21px;
	left: 690px;
	width: 225px;
	height: 500px;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	z-index: -1;
}

 .rightcrnrtop2{
 position:absolute;
 left: 205px;
 top: -1px;
 z-index: 15;
 }

.righttopcont {
	position: relative;
	top: -5px;
	left: 0px;
	width: 200px;
	height: 286px;
	border: 0px solid #000000;
	background-color: transparent;
	margin-left: 0px;
	padding: 0px 0px 0px 25px;
	z-index: 5;
}

.rightbuttcont {
	position: absolute;
	top: 251px;
	left: -1px;
	width: 227px;
	height: 269px;
	border: 0px solid #333333;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	z-index: 10;
}

/* sub page modifications to layout*/

.album {
	position: relative;
	top: 5px;
	left: 30px;
	right: 5px;
	width: 560px;
	z-index: 26;
	background: transparent;
}

.adalbum {
	position: relative;
	top: -2px;
	left: 30px;
	right: 30px;
	width: 560px;
	z-index: 26;
	background: transparent;
}

.copyright {
	position: absolute;
	width: 160px;
	height: 15px;
	top: 542px;
	left: 0px;
	z-index: 40;
	background-color: transparent;
	border: 0px solid #333333;
	text-align: left;
	padding: 0px 0px 0px 10px;
	color: #dddd00;
	font-size: 10px;
	font-family: arial, helvetica, san-serif;
	
}

/* Images */

img	{
	position: relative;
	z-index: 25;
}

pageanim	{
	position: relative;
	top: 200px;
	left: 150px;
	z-index: 65;
}

.banner {
	top:0px;
	left: 0px;
	z-index: 0;
	background: transparent;
}

.img_float_left  {
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
	top: 90px;
	left: -220px;
}

.img_float_right {
	/* Used in the [img] tag when float=right */
	position: relative;
	float: right;
	margin: 0px 0px 7px 2px;
	top: 0px;
	left: 0px;
}
