*
{
	margin: 0;
	padding: 0;
}

body
{
	/* bbd6eb */

	background: #bbd6eb url( Graphics/BackGround.jpg ) repeat-x left top;

	color: #666666;
	text-align: center;
	
	margin: 10px 0 0 0;

}

#MainContainer
{

	width: 700px;
	margin: 0 auto;
	background: #fff;
	border: 3px double;
	text-align: left;
	color: #000000;
}

h1, h2
{
	font: bold 22px Arial, sans-serif;
	color: #000;
}


#myHeader
{

	width: 700px;
	height: 100px;

	background: url( Graphics/Header.jpg );
}

#myContent
{
	padding: 0 20px 10px 20px;

}

#myFooter
{
	width: 700px;
	height: 150px;
	background: url( Graphics/Footer.jpg );
	clear: both;
}

h2
{
	font-size: 18px;
	color: #dd6f1e;
	margin: 0 0 5px 0;
}

p
{
	margin: 0 0 15px 0;
	text-indent: 20px;
}

.clearMenu
{

	clear: both;

}

img
{

	float: left;
	margin: 10px 10px 5px 22px;
	border: none;

}

.introbuttons
{
	margin: 10px 0 5px 15px;
	
}

.featureimage
{
	margin: 10px 0 20px 32px;
}

.zipimage
{
	float: left;
	margin: 0;
}
	
#MyMainMenu
{
	width: 700px;
	height: 50px;
	background: url( Graphics/MenuBackGround.jpg );
	position: relative;
	
}

#MyMainMenu li
{
	float: left;

	list-style-type: none;

	width:127px;
	height:36px;
	
	

	color: #fff;

	position: absolute;
	top: 4px;

	
	
	

	font: normal 18px Impact, Arial, sans-serif;
	
	text-align: center;
}

#btHome{ left: 10px;}
#btPortfolio{ left: 148px;}
#btResume{ left: 286px;}
#btAboutMe{ left: 425px;}
#btContact{ left: 563px;}

#MyMainMenu a
{
	
	color: #000000;
	text-decoration: none;

	width:127px;
	height:36px;

	padding-top: 5px;

	display: block;
	
	background: url( Graphics/Button.jpg ) no-repeat;
}

#MyMainMenu a:hover
{
	text-decoration: none;
	background: url( Graphics/Button_02.png ) no-repeat;
}

.PortNav
{
	float: right;
	margin-top: -3px;
	margin-bottom:inherit; 
}
