
/****************
Remove all unwanted style
****************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********************
Body
********************/
html {
	background-color: #9A5323;
	}

body {
	margin-left: auto;
	margin-right: auto;
	width: 	   700px;
	min-width: 700px;
	max-width: 700px;
	padding: 15px 0 20px 0;
	}

#body_div { 
	position: relative;
	padding: 15px;
	background-color: #463226;
	}

h1 {
	font-size: 40px;
	}

h2 {
	text-align: center;
	font-size: 24px;
	}

/********************
 *** MENU & LINKS ***
 ********************/
a,
a:visited, 
a:link  {
	text-decoration: none;
	font-weight: bold;
	color: #3D5672;
	}
	
a:hover {
	text-decoration: underline;
	color: #9A5323;
	}
	
img {
	border: 0px;
	padding: 0px 10px 10px 0px;
	}
	
	
/*********************
 *** DIV top_div ***
 *********************/
 #top_div {
	position: relative;
	clear: both;
	width: auto;
	padding: 15px;
	margin: 0 0 15px 0;
	background-color: white;
	}
 
	 #banner_ad {}
 
	#top_div h1 {
		text-align: center;
		padding: 25px;
		}
 
/*********************
 *** DIV left_div ***
 *********************/
 #left_div {
	position: relative;
	float: left;
	width: 65%;
	margin-bottom: 15px;
	background-color: #4D8283;
	}
	
	.web_img_link {}
		
		.img_left {
			width: 200px;
			max-width: 200px;
			position: relative;
			float: left;
			margin: 2px;
			margin: 10px 5px 5px 10px;
			}

		.img_right {
			width: 200px;
			max-width: 200px;
			position: relative;
			float: right;
			margin: 10px 10px 5px 5px;
			}
		
 /*********************
 *** DIV right_div ***
 *********************/
 #right_div {
	position: relative;
	float: right; 
	width: 33%;
	margin-bottom: 15px;
	background-color: #4D8283;
	}
 
	#me_img {}
		
		#me_img  img{
			padding: 10px;
			}
 
	#menu_other {
		margin-left: 10px;
		margin-top: 10px;
		}
		
		.atlperforms,
		.thebiz,
		.nowcasting,
		.facebook,
		.linkedin,
		.tke,
		.twitter,
		.emailme,
		.meetup {
			position: relative;
			float: left;
			margin: 5px 0 5px 0;
			}
			
		#twitter_div {
			position: relative;
			clear: both;
			border: solid 1px #9AE4E8;
			background: #9AE4E8 url(http://assets4.twitter.com/images/bg.gif) no-repeat bottom left;
			margin: 10px;
			}
		
			.twitter-title {
				width: 100%;
				}
				
				.twitter-title img {
					width: 175px;
					padding:5px 5px 3px 5px;
					}
				
				#twitter_update_list li {
				font-size: 14px;
				font-weight: normal;
				margin: 7px;
				padding: 3px;
				background-color: white;
				}

 /*********************
 *** DIV footer_div ***
 *********************/
 #footer_div {
	position: relative;
	clear: both;
	text-align: center;
	width: auto;
	padding: 15px;
	margin: 15px 0 0 0;
	background-color: white;
	}
	
