@charset "utf-8";
/* CSS Document */


/* Pertaining to the entire web page */
* {
	margin: 0;
	padding: 0;
}

body {
	width:780px;
	margin: 0 auto;
	padding:0;
	background-image: url(../images/PhotoGray_bg_c-2b.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align:left;
}

/* Header + Header Elements */
#header{
	height: 212px;
	margin: 0;
	width: 780px;
	text-align: right;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	background-image: url(../images/flatirons3.JPG);
	padding: 0;
	border-width: 2px;
	border-style: solid;
	border-color: #FFF;
	position:relative;
}

#header h1 {
	margin: 0;
	padding: 10px 10px 0 0;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: xx-large;
	font-weight: normal;
}
#header p {
	padding-right:10px;
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size: 14px;
}
#header p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
/* Page */

#page {
	width: 784px;
	margin: 15px auto 0 auto;
	position:relative;
	padding: 0;
	background: #FFF url(images/img02b.gif) repeat-y left top;
}

#topimg {
	background: url(images/img13.gif) no-repeat top;
}
/* Content */

#content {
	float: left;
	width: 580px;
	padding: 10px 0 0 10px;
	background: none;
}

#content2 {
	width: 774px;
	padding: 10px 0 0 0;
	background: none;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 194px;
	padding: 10px 0 0 0;
	background: none;
}

/* Footer */

#footer {
	width: 784px;
	height: 104px;
	margin: 0 auto;
	padding: 0;
	font:  Georgia, "Times New Roman", Times, serif;
	background:#34160C url(images/footera.jpg) no-repeat center top;
	color:#FFF;
}

#mid{
 margin:0 25% 0 50%;
 padding: 0;
}
