@charset "utf-8";
/* CSS Document */
.PageFrame{
	position: relative;
	background-color: #FFF;
	width: 1200px;
	margin-left:auto;
	margin-right: auto;
	z-index: 2;
	height: 1300px;
}
.TextBox{
	Position: absolute;
	top: 440px;
	left: 150px;	
	width: 900px;
	z-index: 10;
	}
.Links{
	position: absolute;
	width: 700px;
	left: 250px;
	top: 572px;
	}
.LinkTitleLeft{
	position:relative;
	font-family: "MS Serif", "New York", serif;
	font-size:20px;
	padding-bottom: 20px;
	width: 100px;
	left: 300px;
	}
.LinksLeft{
	position: absolute;
	left: 145px;
	top: 60px;
	width: 200px;
}
.LinksRight{
	position: absolute;
	left: 345px;
	top: 60px;
	width: 200px;
}
.LinkFrame{
	position: relative;
	padding-left: 20px;
}
.Text{
	position: relative;
	left: 15px;
	top: -17px;
	font-family: "MS Serif", "New York", serif;
	font-size:18px;
	line-height: 25px;
	color: #000;
	}
.GrayTriSquareFrame{
	position: absolute;
	top: 205px;
	left: 0px;
}
.YourStratFrame{
	position: absolute;
	top: 250px;
	left: 100px;
}
.PortfolioImageFrame{
	position: absolute;
	top:630px;
	left:250px;
}
.PhotoLink{
	text-decoration:none;
}
.PortfolioImage{
	position: absolute;
	width: 1100px;
	left: -187px; 
	top: -50px;
	
}
.GrayTriSquareFrame{
	position: absolute;
	top: 205px;
	left: 0px;
}
.YourStratFrame{
	position: absolute;
	top: 250px;
	left: 100px;
}
.MenuButtonsTwoFrame{
	Position: absolute;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	top: 1171px;	
	border-top-style:dotted;
	border-top-width: thin;
	border-top-color: #999;
}
.SpecificMenuButtonTwo{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #36F;
	}
.ContactInfoFrame{
	width: 400px;
	position: absolute;
	top: 1209px;
	left: 400px;
	}
.ContactInfoFrameLeft{
	float: left;
}
.ContactInfoFrameRight{
	float: right;
}
.ContactText{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 22px;
	color: #000;
	}
.Copy{
	Position: absolute;
	top: 1274px;	
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size:12px;
}
.Bullet{
	position:relative;
	height: 6px;
	width: 6px;
	border-radius: 12px;
	background-color:#069;
}
