@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 16px;
}
.oneColFixCtrHdr #header {
	height: 460px;
	background-image: url(../images/imagereel.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
	width: 650px;
	float: left;
	font-size: 24px;
	margin-top: 10px;
}
#mainContent p {
	text-indent: 20px;
	margin-top: 85px;
}
#writeup {
	border: 2px solid black;
	border-right: 2px solid grey;
	border-bottom: 2px solid grey;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 5px;
}
.oneColFixCtrHdr #footer {
	background:#000000;
	text-align: center;
	color: white;
	width: 1000px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header h1 {
	position: relative;
	top: -42px;
	left: 250px;
	text-indent: -2000px;
	padding: 0px;
	margin: 0px;
	height: 37px;
	width: 650px;
	background-image: url(../images/tagline.gif);
	background-repeat: no-repeat;
}
#header #navbar {
	height: 90px;
	width: 1000px;
	background-color: #000000;
	position: relative;
	top: -100px;
}
#mainContent h2 {
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	
}
#header h3 {
	position: relative;
	top: -185px;
	text-align: right;
	font-size: medium;
	padding-right: 10px;
	margin: 10px;
}
#rightcolumn #tags {
	background-image: url(../images/roundedbox.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 280px;
	width: 260px;
	margin-top: 10px;
	margin-bottom: 20px;
}

img {
   border: none;	
}
#rightcolumn {
	width: 280px;
	float: right;
	padding-top: 20px;
}
#floatfix {
	overflow: auto;
	clear: both;
}
/*different size classes for the "tag cloud" */
.medium {
	font-size: medium;
	margin: 18px;
}
.small {
	font-size: small;
	margin: 15px;
}
.large {
	font-size: large;
	margin: 16px;
}
.x-small {
	font-size: x-small;
	margin: 17px;
}
.x-large {
	font-size: x-large;
	margin: 17px;
}
#stupidandunecessary {
	height: 250px;
	width: 230px;
	margin: auto;
	padding-top: 15px;
	line-height: 35px;
}
#footer h3 {
	font-size: 14px;
	display: inline;
}
/*contact form */
#quickcontact textarea ,label {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.inputText {
    width: 300px;	
}

.submit {
	display: block;
	margin-left: 17px;
	margin-top: 10px;
	width: 120px;
}

textarea {
	width: 450px;
	height: 250px;
}
form {
	margin-bottom: 50px;
}
/*format links */
a:link {
	text-decoration: none;
	font-size: 24px;
	color: #2A00FF;
}
a:visited {
	text-decoration: none;
	font-size: 24px;
	color: #2A00AA;
}
a:hover {
	font-size: 24px;
	color: #2A0055;
	text-decoration: underline;
}
