@charset "UTF-8";
/* CSS Document */


.h1 {
	font-family: "Trebuchet MS";
	font-size: 35px;
	font-variant: small-caps;
	float: left;
}

.h2 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	padding-top: 15px;
	float: right;
}

.h3 {
    color:#333333;
	font-family: "Trebuchet MS";
	font-size: 178%;
}

.h4 {
    color:#333333;
	font-family: "Trebuchet MS";
	font-size: 105%;
}

.h5 {
	color:#333333;
	font-family: "Trebuchet MS";
	font-size: 150%;
}
#image_header	{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
	height: 238px
	margin-top: 20px;
	padding: 5px;
	width: 588px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 600px;
	height: 43px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#spacer {
	height: 0px;
	width: 600px;
}
#content_block1 {
	width: 600px;
	margin-top: 20px;
	height: 170px;
	padding-bottom: 5px;
}
#warning_box {
	background-image: url(warning_box.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 331px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 40px;
	padding-right: 10px;
	margin-bottom: 15px;
}

#content_block1_left {
	width: 390px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-top: 0px;
}
#content_block1_right {
	width: 180px;
	float: right;
	height: 30px;
	text-align: center;
	padding-top: 130px;
	background-image: url(images/downloadresume.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.portfolio_block {
	border-top:1px solid #CCCCCC;
	height:145px;
	margin:20px 0 0;
	padding-bottom:20px;
	padding-top:20px;
	width:600px;
}
.portfolio_thumb {
	float: left;
	padding: 0 12px 0 0;
	margin: 0 0 50px 0;
}
.portfolio_head {
	color:#333333;
	font-family: "Trebuchet MS";
	font-size: 150%;
}
.portfolio_text {
	padding-left:143px;
	padding-top:10px;
	
}
.clearing {
clear:both;
}
