/*  
	File Name: layout.css
	Description: layout structure
	Site: Columbia Archives
	Version: 1
	
	Author: Nicolas Minacapelli
	Company: Sequel Design Associations, Inc.
	Email: webmaster@sequeldesign.com
*/

/* -------------------- LAYOUT -------------------- */

body {	
	background-color: #EAE5D1;
	background-image: url(../../_files/images/layout/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0 0 50px 0;
}
#wrapper {
	width: 1010px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#masthead {
	width:1010px;
	height:120px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background-color: #FFF;
}
#content_wrapper {
	width:1010px;
	text-align: left;	
	border:#040300 1px solid;	
}
#content_sidebar {
	text-align:center;
	padding-top:10px;
	margin:0 10px 20px 10px;
}
#content_leftside {
	padding-bottom:10px;
}
.content_body {
	padding-bottom:30px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	border:#766632 1px solid;
	min-height:430px;
	padding:15px;
	font-size: 12px;
	line-height:20px;
	text-align: left;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-top:5px;
}
	#footer a {	text-decoration: none;color: #146AAB; }
	#footer a:hover { text-decoration: underline; line-height: 15px; color: #146AAB; }


/* -------------------- STRUCTURE -------------------- */
.spacer {
	height:15px;line-height:15px;
}
.margin {
	margin:10px;
}
.padding {
	padding:10px;
}
.clear {
	clear:both;
}
.rule {
	background:#000;
	line-height:1px;
	height:1px;	
}
