/*Containers*/

.fixedbg {
	display: none;
	background-image:url("img/repeatinggrid.png");
	background-repeat:repeat;
	bottom:-5px;
	height:110%;
	position:fixed;
	right:-5px;
	top:-5px;
	width:400px;
}
.holditin {
	background-image: url(img/title.png);
	background-repeat: no-repeat;
	width: 350px;
	height: 100px;
	padding: 0px;
	margin-top: 300px;
	position: fixed;
	float: left;
	left: 10px;
	top: 10px;
}
img {
	margin-bottom: 10px;
}
.container {
	height: 3000px;
	width: 600px;
	background-color: #FFFFFF;
	margin-left: 400px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*Typography*/
.courier {
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	margin-left: 20px;
	letter-spacing: -0.15mm;
}

.header { 
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.15mm;
	color:#000000;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-style: italic;
}

/*Links*/
a:link, a:visited, a:active {
	border-bottom: thin dashed #0066FF;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	border-bottom: thin dashed #000000;
	font-weight: bold;
}

.container a {
	text-decoration: none;
	border-bottom: none;
}
