/* Page formatting */
* {
	margin:0;
	padding:0;
	}
body {
	background-color: #ddfefe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #328ab9;
	line-height: 130%;
	text-align: justify;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: auto;
	top: 0px;
	right: auto;
}
p {
	margin-bottom: 7px;
}
img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
a:link, a:visited {
	color: #5FA738;
	text-decoration: none;
}
a:hover, a:active {
	color: #166AA8;
	text-decoration: none;
}



/* Page container */
#container {
	width: 700px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	left: auto;
	right: auto;
	background-color: #CAE39B;
	background-image: url(../images/bg.gif);
	height: 480px;
}

/* Header information */
#header {
	background-color: #0099FF;
	height: 124px;
}
#thumbs {
	float: left;
	width: 450px;
	height: 356px;
}
.thumbs-padding {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#thumbs h1 {
	font-size: 24px;
	color: #6FBF44;
	margin-bottom: 5px;
	margin-top: 0px;
}
#thumbs h2 {
	font-size: 14px;
	color: #3C92B7;
	margin-top: 0px;
	margin-bottom: 10px;
}
#thumb1, #thumb3 {
	float: left;
	width: 200px;
}
#thumb2, #thumb4 {
	float: right;
	width: 200px;
	text-align: right;
}
#thumb3 {
	clear: both;
}
#thumb2, #thumb1 {
	margin-bottom: 8px;
}

#instructions {
	float: right;
	width: 250px;
	height: 356px;
}

.instructions-padding {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#instructions h1 {
	font-size: 24px;
	color: #3C92B7;
	margin-bottom: 10px;
	margin-top: 0px;
}
fieldset {
	border: 1px solid #51A1C6;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
legend {
	font-weight: bold;
	color: #6FBF44;
	text-transform: uppercase;
}

label {
	text-align: left;
	width: 40px;
	position: absolute;
}
#friend input, #you input, #message textarea {
	width: 160px;
	margin-left: 45px;
	font-size: 11px;
	color: #51A1C6;
	background-color: #FFFFFF;
	border: 1px solid #51A1C6;
	padding: 2px;
}
.inputbuttons {
	color: #FFFFFF;
	background-color: #51A1C6;
	padding: 3px;
	border: 1px solid #317495;
	font-weight: bold;
	margin-left: 15px;
}
#footer {
	height: 20px;
	clear: both;
	color: #FFFFFF;
	background-color: #33a0ce;
	text-align: right;
}
.footer-padding {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #D3FDCD;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #C9CBE4;
	font-weight: bold;
	text-decoration: underline;
}
