/* @override http://www.mclellantemporaries.com/styles/mclellan_layout.css */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
#container {
	background:#ffffff;
	border: 1px solid #a89e9e;
	width:741px;
	margin: 0px auto;
	text-align: left;
	clear: both;
}

#header {
	background:url(/images/header.jpg) no-repeat;
	width:741px;
	height:93px;
	position: relative;
}

#nav_bar {
	background:url(/images/nav_bar.jpg) no-repeat;
	width:741px;
	height:44px;
	position: relative;
}

#content {
	background:url(/images/content_bg.jpg) no-repeat;
	width: 738px;
}
#main_text {
	width:440px;
	padding: 50px 40px 40px 60px;

}
#right_bar {
	width: 190px;
	float: right;
	margin: 45px 0px ;
}
#right_bar .note {
	width: 116px;
	height: 100px;
	background: url(/images/sticky.png) no-repeat;
	padding: 12px;
	overflow: hidden;
}
#footer {
	width: 741px;
	height: 30px;
	margin: 0px auto;
}
.col {
	float: left;
	width: 215px;
	margin: 0px 0px 20px 0px;
}
.left, #content_ img {
	float: left;
	margin: 0px;
	padding: 4px 10px 4px 0px;
}

.right, #content img.right {
	float: right;
	margin: 0px;
	padding: 4px 0px 4px 10px;
}
.none, #content img.none {
	float: none;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}

