@charset "utf-8";
/********************************* 
			Page Layout  
**********************************/
body {
	background: #d5d4d8;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;		
}
#container {
	margin: 0 auto;
	width: 825px;
	background: #ffffff;
	border: 1px #716f64 solid;
	padding: 10px;	
}	
#content{
	line-height: 1.5em;
	padding: 0 5px;
}

#footer{
	border-top: #CCC 1px solid;
	margin: 20px 80px 10px 80px;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #444;
}
#footer a{
	color: #444;
}
#footer p{
	margin: 5px;
}
/********************************* 
			Header
**********************************/
#top{
	height: 100px;
}
#header .logo {
	float: left;
}

#header .borders {
	float: left;
	margin-left:35px;
	margin-top:15px;
}
#header .return{
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}
#header .return a{
	background: url(../images/icons/house.gif) no-repeat;
	padding-left: 17px;
}
#header .return a:link, #header .return a:visited{
	color: #86919a;
	text-decoration: none;
}
#header .return a:hover{
	text-decoration: underline;
}
#header #title{
	background: url(../images/baubles-background.jpg) no-repeat center;
	height: 176px;
	margin-top: 25px;
	padding-left: 525px;
	padding-top: 10px;
}


/********************************* 
			Content 
**********************************/
/* From blueprint */
input[type=text], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
textarea{ font-family:Arial,Helvetica,sans-serif; font-size: 100%;}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error_message, .notice_message, .success_message {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error_message {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice_message {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success_message {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error_message a {color:#8a1f11;}
.notice_message a {color:#514721;}
.success_message a {color:#264409;}

a:hover{
	text-decoration: underline;
}
a{
	text-decoration: none;
	color: #de2f2c;
}
h1{
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 30px; 
}
h2 {
	font-size:17px;	
	font-weight: normal;
	color: #df002f;
	margin-bottom: 15px; 
}
h3 {
	color: #df002f;
	font-weight: normal;
	margin-bottom: 15px; 
}
p{
	margin-bottom: 10px; 
}
.displace {
	position: absolute;
	left: -5000px;
}