@charset "UTF-8";
body  {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #D5D5D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #2D2D2D;
	font-size: .8em;
}
* {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColHybLt #container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 20px;
} 
.twoColHybLt #container #mainContent #picFloat #adjustable .niallophoto {
	float: left;
	margin-right: 6px;
	margin-bottom: 40px;
	margin-top: 2px;
	text-align: left;
}
#mainContent #picFloat img {
	border: 1px solid #C0C0C0;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-align: left;
}
.clear {
	clear: both;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 100px;
	padding-bottom: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent #picFloat {
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 20px;
}
#adjustable {
	width: 100%;
	font-size: 0.8em;
}
#mainContent #footer {
	font-size: 1em;
	width: 100%;
}
#footerlinks {
	margin-right: auto;
	margin-left: auto;
}
.copyright {
	font-size: .7em;
}
a:link {
	color: #B8B8B8;
	text-decoration: none;
}
a:visited {
	color: #B8B8B8;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.toppad {
	padding-top: 2px;
}
#name, #email, #phonenumber, #company, #comment {
	background-color: #7D7D7D;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#name:focus, #email:focus, #phonenumber:focus, #company:focus, #comment:focus {
	background-color: #BCBCBC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

