
#header {
	text-align: center;
	overflow: hidden;
}

#header div {
	text-align: center;
}

#footer {
	font-family: Arial;
	font-size: 10px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	background-color: silver;
	border-top-style: solid;
	border-top-color: black;
	border-top-width: thin;
}

#bodyText {
	font-family: Arial;
	text-align: left;
}

#textLogo {
	color: rgb(8, 114, 255);
}

#bigTextLogo {
	text-align: center;
	font-family: Arial;
	font-size: 36px;
	color: rgb(8, 114, 255);
}

#toolbar {
	margin: 0px auto;
	text-align: center;
	border-width: thin;
	border-style: solid;
	border-color: silver;
	border-right-width: 0px;
	border-left-width: 0px;
}

body {
	text-align: center;
}

head {
	text-align: center;
}

#container {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	border-width: thin;
	border-style: solid;
	border-color: black;
	background-color: white;
}

#subheader {
	font-family: Arial;
	text-align: center;
	font-size: 24px
}

#portfolioScreenshot {
	float: left;
	border-width: 0px;
	margin-right: 12px;
	width: 293px;
	height: 190px;
}

#portfolioTable {
	text-align: left;
	width: 720px;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding: 5px;
	background-color: white;
}

td.pfScreenshot {
	width: 350px;
	border-width: 0px;
}

td.pfDescription {
	border-width: 0px;
}

hr {
	height: 1px;
}

#buttonImage {
	border-width: 0px;
}

#mainPageDiv {
	padding: 15px;
}

#logo {
width: expression(this.width > 756 ? 756: true);
}
