@charset "ibm852";
/* CSS Document */
/*
PHP NOTES: (incomplete notes)
Generate Object ID and set type
$object_id = "positive whole value";
$object_type = "#SECTION";
$$#object_id = $object_id[];

*/


#MAIN_CONTENT {
	width: 975px;
	vertical-align: top;
}

#MAIN_CONTENT h1  {
	margin: 0px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 16px;
	
	border: 1px #B0B0B0 solid;
	border-top-color: rgb(255,255,255);
	border-radius: 10px 10px 0px 0px;
}

#MAIN_CONTENT img {
	vertical-align: middle;
	margin: 5px;
	padding: 10px;

	border-radius: 10px;
}

#MAIN_CONTENT section {
	background-color:  rgb(215,214,210);
	margin-bottom: 10px;
	border-radius: 10px 10px 0px 0px;
}

#MAIN_CONTENT #web article img {
	margin: 5px;
	padding: 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#MAIN_CONTENT .web_info {
	display: inline-block;
	height: 196px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	
	text-align: left;
}

#MAIN_CONTENT .web_info strong {
	display: inline-block;
	height: 32px;
	width: 100%;
	margin-left: -10px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 32px;
	
	border-bottom: 1px solid rgb(153,153,153);
}

#MAIN_CONTENT .web_info em {
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;

}

.two_vertical {
	display: inline-block;
	vertical-align: middle;
	width: 344px;
	margin-right: -10px;
	margin-left: -10px;
	padding: 0px;
}
.three_horizontal {
	display: inline-block;
	vertical-align: middle;
	width: 975px;
	padding: 0px;
}

#Resume_Intro p {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	text-indent: 20px;
	font-size: 19px;
	line-height: 30px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	
	color: rgb(119,119,119);
}

#Resume_Intro ul {
	text-align: left;
	text-indent: 0px;
	font-size: 17px;
	line-height: 24px;
}

#Resume_Intro li {
	width: 380px;
	margin-left: 130px;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	
	list-style: none;
	
	border: solid 1px #B0B0B0;
	border-left-color: rgb(255,255,255);
	border-top-color: rgb(255,252,242);
	border-radius: 10px;
	
	background-color: rgb(215,214,210);
}

#Resume_Education h1 {
	text-align: left;
}

#Resume_Education h2 {
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	text-align: left;
	font-size: 15px;
	border-top-left-radius: 10px;
}

#Resume_Education .dates {
	float: right;
	padding-left: 10px;
	text-align: right;
}

#Resume_Education h3 {
	width: 90%;
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 10px;
	
	text-align: left;
	font-size: 15px;
	
	color: rgb(228,228,230);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#Resume_Education h3 {
	width: 90%;
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 10px;
	
	text-align: left;
	font-size: 15px;
	
	color: rgb(228,228,230);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#Resume_Education p {
	text-align: left;
	text-indent: 20px;
}