
/* Main layout classes */

body { 
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	background-color: #131b16;
	font-family: Arial, Tahoma, Trebuchet MS;
    }

img {
	border: 0px none;
}

input, textarea, select, option {
	background-color: #FFFFFF;
	border: 1px #0092ff solid;
	color: #555555;
	letter-spacing: 0px;
	padding: 2px; 
}

/* Main header classes */

h1 {
	margin: 10px 0px 10px 0px;
	border-left: 10px #0092ff solid;
	color: #0092ff;
	height: 28px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	padding: 0px 10px;
	height: 16px;
	text-transform: uppercase;
}


/* Body text classes */

p {
	text-align: justify;
	font-family: Arial, Tahoma, Trebuchet MS;
	font-size: 11px;
	line-height: 22px;
	color: #220410;
	text-transform: none;
	font-weight: normal; 
	letter-spacing: 1px;
}

A  {
	text-decoration: none;
    font-weight: bold;
	color: #FE681C; 
    }

A:hover {
	text-decoration: none;
	color: #FF9966;
	}

blockquote {
	text-align: justify;
	background-color: #FFFFFF;
	border-top: 6px #ff4e00 solid;
	border-bottom: 6px #ff4e00 solid;
	font-size: 11px;
	color: #555555;
	font-weight: normal; 
	width: 350px;
	margin: 30px auto 5px auto;
	padding: 10px;
	line-height: 17px;
	text-transform: none;
	}

strong {
    text-decoration: none;
	color: #ff2a00;
	font-family: Times New Roman;
	text-transform: uppercase;
	}

em {
 	color: #0046b5;
	}

pre {
	color: #263670;
	font-size: 11px;
	text-align: center;
	margin: 20px 30px;
	padding: 5px;
	}

ul {
	padding-left: 35px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 110%;}

li {
	padding-bottom: 5px;
    color: #A90030;
	font-size: 11px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}

.frontline {
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	font-family: Century Gothic, serif;
    font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.frontline a {
	color: #FE681C;
	text-transform: uppercase;	}

.frontline a:hover {
	color: #FE681C;
	text-decoration: line-through;
}


/* Structural ids */

#layout {
	width: 500px;
	background-color: #FFFFFF;	
	margin: 0px auto;
	}

#content {
	padding: 10px;
	}

#header {
    background: url(soulheader1.png);
	margin: 0px; 
	padding: 67px 0px 0px 0px;
	}

#footer {
	background: url(soulfooter.png);
    height: 273px;
	padding: 25px 0px 0px 0px;
	}

#footer p {
	text-decoration: none;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
    font-family: Arial, Trebuchet MS;
    text-align: center;
	color: #FFFFFF; 
    }

#footer a, #footer em, #footer strong {
	color: #FFFFFF;
	font-weight: normal;
}