@charset "utf-8";

/* CSS Document */

* {
  box-sizing: border-box;
}

body {
	width:960px;
	margin:12px auto 10px;
	padding:0;
	background-color:#000;
	background-image:url(img/bg/bg_spotlght2.jpg);
	background-repeat:repeat; 
	background-position:top; 
}

.container1-mailbox {
	background-color: #FAF5E9; 
	overflow:auto;
	padding:0 30px 10px;
}
.container1-mailbox h1 {
	color: #9E9B94;
	padding: .5em 0 .25em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -.01em;
	line-height: 1.25em;
}
.container1-mailbox h1 a:link, .container1-mailbox h1 a:visited {
	color: #9E9B94;
} 
.container1-mailbox h1 a:hover {
	color:#b17c48;
	text-decoration: none; 
} 
.container1-mailbox h2 {
	font-size: 20px; 
}
.col-left-45 {
	float:left; 
	width:45%;
}
.col-right-45 {
	float:right; 
	width:45%;
}

.col-left-mailbox {
	float:left; 
	width:60%;
}
.col-right-mailbox {
	float:right; 
	/* width:45%;  */
}
/*--------------------------------------------------------------------*/

.mailbox-title {
	border: 1px solid #000000;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 5px 4px 4px;
	margin-right: 3px;
	margin-bottom: 6px;
}

.posted {
		width: 200px;
		float: right;
}

/* ------------------------ LINKS --------------------------*/

.mailboxlink a:link {
	color: #828A99 !important;
	letter-spacing: -0.01em;
	padding: 0;
	margin: 0;
	text-decoration:none;
}
.mailboxlink a:visited {
	color: #828A99;
}
.mailboxlink a:hover {
	color: #BABFC7;
}
.mailboxlink a:active {
	color: #828A99;
}
.introbrw {
	color:#996644;
	margin-bottom: 10px;
	padding: .5em 0 0 0;;
}
.creditbox {
	background-color: #F2E4C6;
	width: 70%;
	padding: .5em; 

}