body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 700px;
	background-color: #000000;
}
.header {
	margin: 0px;
	padding: 0px;
	height: 253px;
}
.headernav {
	width: 230px;
	background-color: #171C18;
	margin: 0px;
	padding: 10px;
	color: #FFFFFF;
}
.headernavli {
	border: 1px solid #141815;
	width: 213px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #343E36;
	border-right-color: #343E36;
	border-bottom-color: #343E36;
	border-left-color: #343E36;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(images/bg_li.png);
	height: 37px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.headernavli a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}



.content {
	color: #FFFFFF;
	background-color: #252B27;
	padding-top: 5px;
	padding-bottom: 5px;
}
.h1title {
	font-size: 1.8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3A453E;
	border-right-color: #3A453E;
	border-bottom-color: #3A453E;
	border-left-color: #3A453E;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
}
.emaillink {
	color: #FFFFFF;
}
.boxcenter {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.imglogo {
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.title2 {
	font-weight: normal;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 45px;
}

/*  custom added by Runel of i-Designr.com **/
.lowercase { text-transform: lowercase;}
.uppercase { text-transform: uppercase;}

#pitchform {
	width: 500px;
	}
#pitchform p {
	margin-bottom: 10px;
	line-height: 1.6em;
	text-align: right;
	}

#pitchform form {
		
	}
	#pitchform form p {
		margin-bottom: 5px;
	}
		#pitchform form input {
			margin-right: 40px;
		}
		#pitchform form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#pitchform form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#pitchform form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#pitchform form button, #pitchform form .submit, #pitchform form .reset {
	border: 1px solid #a0a0a0;
	font-size: 1em;
	font-family: Verdana;
	padding: 2px 6px;
	width: 100px;
		}

