/* Default Page Elements */

body {
	background-image: url("images/top_bg.png");
	background-repeat: repeat-x;
	background-color: #565759;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	font:80% Arial, Helvetica, sans-serif;
}

/* Core Layout */
#container {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.content_break {
	width: 700px;
	background-color: blue;
	margin-left: auto;
	margin-right: auto;
}
/* Toolbar */

#toolbar {
	width: 500px;
	height: 40px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/top_toolbar_bg.png");
}

#toolbar_content {
	width: 510px;
	height: 30px;
	padding: 4px 0px 0px 0px;
}

/* Top */
#top_container {
	width: 100%;
	height: 76px;
	margin-top: 2px;
}

#top_center {
	width: 1000px;
	height: 76px;
	margin-left: auto;
	margin-right: auto;
}

#top_left {
	width: 200px;
	height:76px;
	float: left;
}

#top_image_name {
	width: 600px;
	height: 76px;
	float: left;
}

#top_image_resume {
	width: 200px;
	height: 64px;
	float: left;
	padding: 12px 0px 0px 0px;
}

/* Middle - Content Area */
#middle_container {
	width: 100%;
	float: left;
}

.middle_container_content {
	width: 800px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.middle_content {
	width: 800px;
	height: 200px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
/* Single Image */
.middle_content_image {
	width: 150px;
	height: 200px;
	margin-left: 8px;
	float: left;
}

/* Image with Information */
.middle_project_image {
	width: 150px;
	height: 200px;
	margin-left: 8px;
	float: left;
}
.middle_project_image_info {
	width: 605px;
	height: 200px;
	margin-left: 8px;
	float: left;
	padding: 0px 10px 0px 10px;
}

/* Bottom - Copyright Area */
#bottom_container {
	background-image: url("images/top_bg.png");
	background-repeat: repeat-x;
	width: 100%;
	float: left;
	margin-top: 10px;
	text-align: center;
}

/* Left - Resume Area */
#left_resume_content {
	width: 50px;
	height: 600px;
	background-color: teal;
	margin: 60px 0px 0px 0px;
	position: absolute;
}

/* Custom Elements */
h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	padding-top: 6px;
	padding-bottom: 0px;
}

h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	padding-top: -10px;
	padding-bottom: 0px;
}

.latest_img {
	border: none
	margin-left: 0px;
}
