html { }

*	{
	margin: 0px; 
	padding: 0px;
	}
	
/********************
**
*********************/
body {}
	

#bodydiv {
	position: relative;
	margin: 25px 25px 25px 25px;
	width: 750px;
	min-width: 750px;
	max-width: 750px;
	font-family: 'courier new';
	}
	
	#empty_area {
		position: relative;
		float: left;
		width: 200px;
		min-width: 200px;
		max-width: 200px;
		height: 135px;
		min-height: 135px;
		background: url(../images/bottom.png) bottom left repeat-x;
		}
		
		#image_placeholder {
			position: relative;
			float: right;
			width: 200px;
			min-width: 200px;
			max-width: 200px;
			height: 135px;
			min-height: 135px;
			background: url(../images/inner3.png) 140px 0px no-repeat;
			}
		
h1 {
	text-align: center;
	padding-bottom: 15px;
	}

h2 {}

h3 {
	position: relative;
	font-size: 12px;
	font-weight: normal;
	}
	
#top_h3 {
	padding-bottom: 15px;
	}
	
h4 {}

p 	{
	padding: 5px 10px 5px 0px;
	}
	
img {
	border: 0px;
	}

/********************
 *** MENU & LINKS ***
 ********************/
a,
a:visited, 
a:link  {
	color: red;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
 
a.external_link {
	background: url(../images/external.png) center right no-repeat;
	padding-right: 13px;
	color: blue;
	}	
	
#menu {
	float: left;
	clear: left;
	margin-top: 5px;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	height: 500px;
	min-height: 500px;
	padding: 20px 10px 20px 0px;
	font-weight: bold;
	}

	#menu ul {
		list-style-type: none;
		}
		
	#menu a, 
	#menu a:visited, 
	#menu a:link {}
	
	#menu a:hover {
		text-decoration: underline;
		}
	
	.submenu li {
		margin-left: 15px;
		font-size: 12px;
		list-style-type: circle;
	}
		
	.submenu a,
	.submenu a:visited, 
	.submenu a:link  {
		color: green;
		}
		
	.submenu a:hover {
		text-decoration: underline;
		}

	#validation,
	#menu_other {
		margin-top: 20px;
		}
		
		.linkedin {}
		
		.facebook {
			padding: 10px 0 0 9px;
			}
			
		#twitter_div {
			border: solid 1px black;
			width: 190px;
			margin-top: 10px;
			}
		
			.twitter-title {
				border-bottom: solid 1px black;
				}
				
				.twitter-title img {
					width: 188px;
					}
			
			#twitter_update_list li {
				font-size: 14px;
				font-weight: normal;
				padding: 5px;
				}
	
/********************
** Anchor Tags
*********************/
a.top {
	font-size: 12px;
	font-weight: normal;
	}

a.anchor {
	padding: 10px 0px 0px 0px;
	}
	
/********************
** Home Page Content
** width = 700 - 150 - 2
*********************/
#content {
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 10px 20px;
	width: 520px;
	min-width: 520px;
	max-width: 520px;
	background: url(../images/side.png) top left repeat-y;
	}
	
#home_content {
	position: relative;
	float: right;
	padding: 0px 0px 10px 20px;
	width: 520px;
	min-width: 520px;
	max-width: 520px;
	background: url(../images/side.png) top left repeat-y;
	}

/********************
** Download
*********************/

.section {
	clear: both;
	}

.column_1_header,
.column_4_header {
	width: 170px;
	min-width: 170px;
	max-width: 170px;
	float: left;
	font-weight: bold;
	padding-top: 20px;
	}

.column_1,
.column_4 {
	width: 170px;
	min-width: 170px;
	max-width: 170px;
	padding: 5px 0px 5px 0px;
	float: left;
	}	
	
.column_2_header,
.column_3_header {
	width: 75px;
	min-width: 75px;
	max-width: 75px;
	float: left;
	font-weight: bold;
	padding-top: 20px;
	}
	
.column_2,
.column_3 {
	width: 75px;
	min-width: 75px;
	max-width: 75px;
	padding: 5px 0px 5px 0px;
	float: left;
	}
	
/********************
** About Content
*********************/
#about_content {
	position: relative;
	float: right;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 20px;
	width: 520px;
	min-width: 520px;
	max-width: 520px;
	background: url(../images/side.png) top left repeat-y;
	}
	
	#about_content h2 {
		text-align: center;
		padding: 25px 0 15px 0px;
		}
		
	#about_content ol li {
		margin: 0px 20px 0px 20px;
		padding: 5px 10px 5px 0px;
		}
		
	#about_content ul li {
		margin: 0px 40px 0px 40px;
		padding: 5px 10px 5px 0px;
		}
		
	#about_content span {
		font-weight: bold;
		}
		
/********************
** Resume
*********************/
.resume_entry {
	position: relative;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 20px;
	width: 520px;
	min-width: 520px;
	max-width: 520px;
	background: url(../images/side.png) top left repeat-y;
	}

	.work_address {
		padding: 10px 0px 10px 0px;
		}
	
		.work_address .dtstart,
		.work_address .dtend {
			font-weight: bold;
			font-size: 20px;
			}
	
	.contractor_address {
		padding: 0px 0px 10px 20px;
		}
		
			.work_address .organization-name {
				font-weight: bold;
				font-size: 18px;
				}
			
			.contractor_address .organization-name {
				font-weight: bold;
				font-size: 16px;
				}
		
	.work_experience {
			margin: 0px 0px 0px 20px;
			padding: 0px 0px 10px 0px;
			}
	
		.job_title {
			font-weight: bold;
			margin: 0px 0px 10px 10px;
			}
			
		.resume_entry .role {
			text-decoration: underline;
			}
		
		.work_experience ul li {
			margin: 0px 0px 0px 15px;
			}

	.photo {
		border: solid 1px black;
		position: relative;
		float: right;
		max-width: 180px;
		margin: 10px 5px 5px 0px;
		}
