/*--------Main Properties----*/

html { 
	height: 100%; 
	margin-bottom: 1px; 
}

body {
	background: #712c2c;
	margin: 0;
	padding: 10px 7px;
}

/*--------Layout Properties----*/

#container {
	background: white url(../images/bottom_border.gif) no-repeat left bottom;
	width: 800px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#paypal {
	position: absolute;
	top: 150px;
	right: 270px;
}

#header {
	padding: 0 0 10px 0;
	border-bottom: 1px gray solid;
	background: white;
}

#scrapbook_navigation {
	width: 200px;
	float: left;
	padding: 6px 10px;
	background: #dcd6c9;
}

#main_content {
	background: #dcd6c9;
}

#content {
	width: 558px;
	padding: 10px;
	margin-left: 220px;
	border-left: 1px solid gray;
	background: white;
}

#scrapbook_welcome {
	border-bottom: 1px gray solid;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0 10px;
}

#newsletter {
	position: absolute;
	top: 130px;
	right: 30px;
}

#footer {
	text-align: center;
	clear: both;
	padding: 0 0 10px 0;
	border-top: 1px solid gray;
}

.clear {
	clear: both;
}

/*---------Table Properties------*/

.scarpbook_table {
	width: 560px;
	padding: 0;
	border-spacing: 0;
}

.scrapbook_table td {
	vertical-align: top;
	width: 260px;
	padding: 5px;
}

#scrapbook_latest {
	border-right: 1px solid gray;
}

/*---------Text Properties-------*/

p, ul, .mysubmit, .textarea {
	font-size: 12px;
	color: black;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: black;
	font-size: 15px;
	text-align: left;
}

h2 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: black;
	font-size: 15px;
	text-align: center;
}

h3 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: black;
	font-size: 13px;
	text-align: left;
	text-decoration: underline;
	padding-top: 10px;
}

.subhead {
	text-decoration: underline;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 10px;
}

.indent1 {
	padding-left: 40px;
}

.bold {
	font-weight: bold;
}

.note {
	font-size: 11px;
}

.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.left2 {
	float: left;
	padding-right: 10px;
}

.right {
	float: right;
	padding-left: 10px;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

#footer p {
	color: gray;
}


/*--------------Link Properties---*/

#footer a:link, #footer a:visited, #scrapbook_navigation a:link, #scrapbook_navigation a:visited,
#content a:link, #content a:visited {
	color: blue;
}


