* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 1em;
	background-color: #FFFFFF;
	background-image: url(images/depthink_top_gradient.jpg);
	background-repeat: repeat-x;
	font-family: "Georgia", Times, Arial, serif;
	color: #666666;
}

h1 {
	margin: 35px 0px 0px 89px;
	font-size: 1.75em;
	font-weight: normal;
	font-style: italic;
	color: #AAAAAA;
	}

h2 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 15px 0px 0px 86px;
	color: #444444;
	}
	
/*
----------------------------------------------------------------
	                 S T R U C T U R E
---------------------------------------------------------------- */

#mainwrap {
	width: 900px;
	height: 50px;
	margin: 0px auto;
	}

#header {
	background-image: url(images/depthink_header.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 277px;
	}
#main_col {
	background-image: url(images/depthink_background.jpg);
	background-repeat: repeat-y;
	width: 900px;
	height: auto;
	}
	
#left_col {
	background-image: url(images/depthink_left_col.jpg);
	background-repeat: repeat-y;
	width: 219px;
	height: auto;
	float: left;
	}

#right_col {
	width: 681px;
	height: auto;
	float: left;
	}

#title_buffer {
	background-image: url(images/depthink_title_buffer.jpg);
	width: 219px;
	height: 95px;
	float: left;
	}

#title {
	background-image: url(images/depthink_title.jpg);
	width: 681px;
	height: 95px;
	float: left;
	}

#nav_buffer {
	background-image: url(images/depthink_nav_buffer.jpg);
	width: 72px;
	height: 193px;
	float: left;
	}

#nav_block {
	width: 147px;
	height: 193px;
	float: left;
	}

#nav_block img {
	border: none;
	}

#nav_block img:hover {
	border: none;
	}

#content {
	background-image: url(images/depthink_content_background.jpg);
	background-repeat: repeat-y;
	width: 681px;
	height: auto;
	margin-bottom: 50px;
	}
	
#content p {
	margin: 0px 140px 15px 86px;
	font-size: .9em;
	line-height: 1.4em;
	}
	
#content a {
	line-height: 1.3em;
	color: #000000;
	text-decoration: underline;
	}
	
#content a:hover {
	line-height: 1.3em;
	color: #000000;
	text-decoration: none;
	}
	
#content img {
	margin: 0px 0px 15px 86px;
	font-size: .8em;
	line-height: 1.3em;
	border: 10px solid #FFFFFF;
	}
	
#content embed {
	margin: 0px 0px 15px 86px;
	font-size: .8em;
	line-height: 1.3em;
	}
	
#container1 {
	margin: 0px 0px 0px 86px;
	font-size: .8em;
	line-height: 1.3em;
	}

#content_bottom {
	background-image: url(images/depthink_content_bottom.jpg);
	width: 681px;
	height: 22px;
	margin-top: 40px;
	}
	
#footer {
	background-image: url(images/depthink_footer.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 900px;
	height: 80px;
	clear: both;
	padding-top: 22px;
	}
	
#footer p {
	font-size: .79em;
	text-align: center;
	line-height: 1.3em;
	color: #AAAAAA;
	}
