* {
	margin:0px;
	padding:0px;
}
img {
	border: 0;
}
/* Overall Page Background color */
body {
	background-color:#131313;
}
#big_wrapa {
	width:980px;
	height:100%;
	background:url('../imgs/bg/shadow1.png') repeat-y;
	margin:0 auto;
}
#big_wrapa_in1 {
	width:960px;
	margin:0 auto;	
}

/* Content */
#bg1 {
	background:url('../imgs/bg/header-bg-2.jpg');
}

/* Site-wide styles */
.error-message {
	font-weight:bold;
	color:#fff;
}
.input-error {
	color:#fff;
	font-weight:bold;
}
.hideinput {
	display:none;
}

/* Top of page link */
.top {
	text-align:right;
	margin-bottom:15px;
	padding-right:15px;
}
.top a:link,.top a:visited,.top a:active {
	color:#ddcb89;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
}
.top a:hover {
	text-decoration: none;
}

/* IMAGE LINKS */
#social-buttons {
	padding: 12px;
	background-color:#442b15;
}
.social-link {
	line-height: 18px;
	font-size: 15px;
}
.social-link a img {
	margin-right: 7px;
}