* { 
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	color: black;
}

body { 
	background-color: #242424;
	background-image: url('../images/backgroundImage.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}

div#mainContainer {
	margin: 0 auto;
	width: 763px;
}

td.topRightCorner, td.topLeftCorner, td.bottomLeftCorner, td.bottomRightCorner { 
	height: 18px;
	width: 14px;
}

td.topBorder {
	background-image: url('../images/border_white_top.png');
	background-repeat: repeat-x;
	height: 18px;
	font-size: 1px;
}

td.leftBorder { 
	background-image: url('../images/border_white_left.png');
	background-repeat: repeat-y;
	width: 14px;
	font-size: 1px;
}

td.rightBorder { 
	background-image: url('../images/border_white_right.png');
	background-repeat: repeat-y;
	width: 14px;
	font-size: 1px;
}

td.white { 
	background-color: white;
}

td.blue { 
	background-color: #3585c7;
}

.padding {
	padding: 24px;
}

td.borderWhiteBlue { 
	background-image: url('../images/border_whiteBlue_bottom.png');
	background-repeat: repeat-x;
	font-size: 1px;
	height: 18px;
}

td.borderWhiteBottom { 
	background-image: url('../images/border_white_bottom.png');
	font-size: 1px;
	background-repeat: 1px;
	height: 18px;
}

td.borderBlueLeft { 
	background-image: url('../images/border_blue_left.png');
	background-repeat: repeat-y;
	width: 14px;
	font-size: 1px;
}

td.borderBlueRight { 
	background-image: url('../images/border_blue_right.png');
	background-repeat: repeat-y;
	width: 14px;
	font-size: 1px;
}

td.borderBlueBlueTop { 
	background-image: url('../images/border_blueBlue_top.png');
	background-repeat: repeat-x;
	width: 14px;
	font-size: 1px;
}

td.borderBlueWhiteTop { 
	background-image: url('../images/border_blueWhite_bottom.png');
	background-repeat: repeat-x;
	width: 14px;
	font-size: 1px;
}

a { 
	text-decoration: underline;
	color: inherit;
	font-size: 13px;
}

b { 
	font-size: 13px;
}

td { 
	font-size: 13px;
}

a.button { 
	color: white;
	font-size: 21px;
	
}

h2 { 
	font-size: 17px;
	color: #3a3a3a;
	font-weight: normal;
	margin-bottom: 24px;
}

p { 
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 18px;
}

p.blue { 
	color: #3585c7;
}

.bold { 
	font-weight: bold;
}

.centered { 
	text-align: center;
}

.noMarginBottom { 
	margin-bottom: 0px;
}

td.airy p { 
	line-height: 20px;
}

.paddingRight { 
	padding-right: 5px;
}

/* --- FORM STUFF ----- */
div.form_error { 
	color: white;
	background-color: #5da0d8;
	padding: 5px;
	font-size: 12px;
	margin-bottom: 5px;
	width: 100%;
}

input.text, textarea.text { 
	border: 1px solid gray;
	padding: 5px;
	width: 100%;
}

table#contact td { 
	padding-bottom: 10px;
	vertical-align: top;
}

input.submit { 
	padding: 5px;
	border: 1px solid gray;
}
