#outsideBox {
	margin: 20px 10% 20px 10%;
}
#outsideBoxTopLeft {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientTopLeft.png");
	background-repeat: no-repeat;
	background-position: top left;
}
#outsideBoxTop {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientTop.png");
	background-repeat: repeat-x;
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#outsideBoxTopRight {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientTopRight.png");
	background-repeat: no-repeat;
	background-position: top right;
}
#outsideBoxLeft {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientLeft.png");
	background-repeat: repeat-y;
	background-position: left;
}
#insideBox {
	background-color: white;
	margin-left: 20px;
	margin-right: 20px;
	padding: 1% 1% 1% 1%;
}
#outsideBoxRight {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientRight.png");
	background-repeat: repeat-y;
	background-position: right;
}
#outsideBoxBottomLeft {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientBottomLeft.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
#outsideBoxBottom {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientBottom.png");
	background-repeat: repeat-x;
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#outsideBoxBottomRight {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientBottomRight.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
#titleBox {
}
.imageLeft {
	float: left;
	margin-right: 1%;
}
.imageRight {
	float: right;
	margin-left: 1%;
}
.floatLeft {
	float: left;
	margin-right: 1%;
}
.floatRight {
	float: right;
	margin-left: 1%;
}
#titleBox img {
	width: 15%;
}
#titleBox div {
}
.clearBoth {
	clear: both;
}
body {
	margin: 0px;
	background-repeat: repeat-x;
}
.website {
	background-color: blue;
}
.blank {
	padding: 0.25in;
}
h1 {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
h2 {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
h3 {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
h4 {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
h5 {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
h6 {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
.outsideImageBox {
	background-repeat: no-repeat;
}
.outsideImageBoxTopLeft {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientInvertTopLeft.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.outsideImageBoxTop {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientBottom.png");
	background-repeat: repeat-x;
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.outsideImageBoxTopRight {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientInvertTopRight.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.outsideImageBoxLeft {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientRight.png");
	background-repeat: repeat-y;
	background-position: left;
}
.insideImageBox {
	margin-left: 20px;
	margin-right: 20px;
	padding: 1% 1% 1% 1%;
}
.outsideImageBoxRight {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientLeft.png");
	background-repeat: repeat-y;
	background-position: right;
}
.outsideImageBoxBottomLeft {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientInvertBottomLeft.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
.outsideImageBoxBottom {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientTop.png");
	background-repeat: repeat-x;
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.outsideImageBoxBottomRight {
	background-image: url("http://www.computate.org/picture/smallWhiteGradientInvertBottomRight.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.terminal {
	margin: 20px 0px 20px 0px;
	float: left;
	font-family: monospace;
}
.ubuntuTerminalTopLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/ubuntu/terminal/topLeft.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.ubuntuTerminalTopMiddle {
	background-image: url("http://www.computate.org/picture/operatingSystem/ubuntu/terminal/topMiddle.png");
	background-repeat: repeat-x;
	margin-left: 272px;
	margin-right: 64px;
	height: 48px;
	color: white;
	font-size: 17px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
.ubuntuTerminalTopRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/ubuntu/terminal/topRight.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.ubuntuTerminalLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/ubuntu/terminal/left.png");
	background-repeat: repeat-y;
	background-position: left;
}
.ubuntuTerminalMiddle {
	background-color: white;
	margin: 0px 5px 0px 5px;
	padding: 10px;
	overflow: auto;
	max-width: 9in;
}
.ubuntuTerminalRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/ubuntu/terminal/right.png");
	background-repeat: repeat-y;
	background-position: right;
}
.ubuntuTerminalBottomLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/ubuntu/terminal/bottomLeft.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
.ubuntuTerminalBottomMiddle {
	background-image: url("http://www.computate.org/picture/operatingSystem/ubuntu/terminal/bottomMiddle.png");
	background-repeat: repeat-x;
	margin-left: 5px;
	margin-right: 5px;
	height: 5px;
}
.ubuntuTerminalBottomRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/ubuntu/terminal/bottomRight.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.windowsCommandPromptTopLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/commandPrompt/topLeft.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.windowsCommandPromptTopMiddle {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/commandPrompt/topMiddle.png");
	background-repeat: repeat-x;
	margin-left: 26px;
	margin-right: 57px;
	height: 26px;
	color: white;
	font-size: 17px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 4px;
}
.windowsCommandPromptTopRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/commandPrompt/topRight.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.windowsCommandPromptLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/commandPrompt/left.png");
	background-repeat: repeat-y;
	background-position: left;
}
.windowsCommandPromptMiddle {
	color: white;
	background-color: black;
	margin: 0px 6px 0px 6px;
	padding: 10px;
	overflow: auto;
	max-width: 9in;
}
.windowsCommandPromptMiddle a:hover {
	color: white;
}
.windowsCommandPromptMiddle a:active {
	color: white;
}
.windowsCommandPromptMiddle a:visted {
	color: white;
}
.windowsCommandPromptMiddle a:link {
	color: white;
}
.windowsCommandPromptRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/commandPrompt/right.png");
	background-repeat: repeat-y;
	background-position: right;
}
.windowsCommandPromptBottomLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/commandPrompt/bottomLeft.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
.windowsCommandPromptBottomMiddle {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/commandPrompt/bottomMiddle.png");
	background-repeat: repeat-x;
	margin-left: 6px;
	margin-right: 23px;
	height: 6px;
}
.windowsCommandPromptBottomRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/commandPrompt/bottomRight.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.windowsPuttyTopLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/putty/topLeft.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.windowsPuttyTopMiddle {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/putty/topMiddle.png");
	background-repeat: repeat-x;
	margin-left: 26px;
	margin-right: 57px;
	height: 26px;
	color: white;
	font-size: 17px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 4px;
}
.windowsPuttyTopRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/putty/topRight.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.windowsPuttyLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/putty/left.png");
	background-repeat: repeat-y;
	background-position: left;
}
.windowsPuttyMiddle {
	color: white;
	background-color: black;
	margin: 0px 6px 0px 6px;
	padding: 10px;
	overflow: auto;
	max-width: 9in;
}
.windowsPuttyMiddle a:hover {
	color: white;
}
.windowsPuttyMiddle a:active {
	color: white;
}
.windowsPuttyMiddle a:visted {
	color: white;
}
.windowsPuttyMiddle a:link {
	color: white;
}
.windowsPuttyRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/putty/right.png");
	background-repeat: repeat-y;
	background-position: right;
}
.windowsPuttyBottomLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/putty/bottomLeft.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
.windowsPuttyBottomMiddle {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/putty/bottomMiddle.png");
	background-repeat: repeat-x;
	margin-left: 6px;
	margin-right: 23px;
	height: 6px;
}
.windowsPuttyBottomRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/putty/bottomRight.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.windowsCygwinTopLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/cygwin/topLeft.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.windowsCygwinTopMiddle {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/cygwin/topMiddle.png");
	background-repeat: repeat-x;
	margin-left: 26px;
	margin-right: 57px;
	height: 26px;
	color: white;
	font-size: 17px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 4px;
}
.windowsCygwinTopRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/cygwin/topRight.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.windowsCygwinLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/cygwin/left.png");
	background-repeat: repeat-y;
	background-position: left;
}
.windowsCygwinMiddle {
	color: #00ff00;
	background-color: black;
	margin: 0px 6px 0px 6px;
	padding: 10px;
	overflow: auto;
	max-width: 9in;
}
.windowsCygwinMiddle a:hover {
	color: #00ff00;
}
.windowsCygwinMiddle a:active {
	color: #00ff00;
}
.windowsCygwinMiddle a:visted {
	color: #00ff00;
}
.windowsCygwinMiddle a:link {
	color: #00ff00;
}
.windowsCygwinRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/cygwin/right.png");
	background-repeat: repeat-y;
	background-position: right;
}
.windowsCygwinBottomLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/cygwin/bottomLeft.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
.windowsCygwinBottomMiddle {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/cygwin/bottomMiddle.png");
	background-repeat: repeat-x;
	margin-left: 6px;
	margin-right: 23px;
	height: 6px;
}
.windowsCygwinBottomRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/cygwin/bottomRight.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.windowsNotepadTopTopLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/notepad/topTopLeft.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.windowsNotepadTopTopMiddle {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/notepad/topTopMiddle.png");
	background-repeat: repeat-x;
	margin-left: 23px;
	margin-right: 58px;
	height: 17px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 4px;
}
.windowsNotepadTopTopMiddle span {
	background-color: #0A256A;
}
.windowsNotepadTopTopRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/notepad/topTopRight.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.windowsNotepadTopBottomLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/notepad/topBottomLeft.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.windowsNotepadTopBottomMiddle {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/notepad/topBottomMiddle.png");
	background-repeat: repeat-x;
	margin-left: 170px;
	margin-right: 58px;
	height: 21px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}
.windowsNotepadTopBottomRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/notepad/topBottomRight.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.windowsNotepadLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/notepad/left.png");
	background-repeat: repeat-y;
	background-position: left;
}
.windowsNotepadMiddle {
	color: black;
	background-color: white;
	margin: 0px 6px 0px 6px;
	padding: 10px;
	overflow: auto;
	max-width: 9in;
}
.windowsNotepadMiddle a:hover {
	color: black;
}
.windowsNotepadMiddle a:active {
	color: black;
}
.windowsNotepadMiddle a:visted {
	color: black;
}
.windowsNotepadMiddle a:link {
	color: black;
}
.windowsNotepadRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/notepad/right.png");
	background-repeat: repeat-y;
	background-position: right;
}
.windowsNotepadBottomLeft {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/notepad/bottomLeft.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
.windowsNotepadBottomMiddle {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/notepad/bottomMiddle.png");
	background-repeat: repeat-x;
	margin-left: 22px;
	margin-right: 22px;
	height: 22px;
}
.windowsNotepadBottomRight {
	background-image: url("http://www.computate.org/picture/operatingSystem/windows/notepad/bottomRight.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.tryOtherOperatingSystemsTitle {
	font-style: italic;
}
.tryOtherOperatingSystems1 {
	font-size: 140%;
}
.tryOtherOperatingSystems2 {
	font-size: 120%;
}
.tryOtherOperatingSystems1 a {
	margin-right: 10px;
}
.tryOtherOperatingSystems2 a {
	margin-right: 10px;
}
img {
	border: 0px;
}
#highlight {
	background-color: yellow;
}
.left {
	float: left;
	margin-right: 0.125in;
}
.right {
	float: right;
	margin-left: 0.125in;
}
