/* Code : Matt Renner/Branding/Website */
* {
margin: 0;
padding: 0;
}
.clear {
clear: both;
}
a  {
	text-decoration: none;
	color: #fff;
}
a:hover {
	background: #c0c0c0;
}
body {
	background: #454545;
}
#fullcontainer {
	width: 100%;
	clear: both;
	height: 100%;
}
#sideHeader {
	width: 300px;
	height: 100%;
	position: fixed;
	border-right: #c0c0c0 dotted 1px;
	margin: 0 auto;	
}

#sideHeader img {
		padding-top: 200px;
		padding-right: 10px;
		float: right;
}
#Menu {
	width:300px;
	float: right;
	list-style: none;
	font-size: 20px;
	margin: 0 auto;
	padding-top: 40px;
	}
#Menu a {
	text-align: right;
	display: block;
	font-size: 20px;
	font: 20px "Arial" Sans-Serif;
	margin-bottom: 2px;
	font-weight: bold;
	padding-right: 10px;
	
}
#Menu a:hover {
	background: #c0c0c0;
	color: #ff4a8a;
}
#Content {
 
	width: 700px;
 	margin-left: 350px;
 	padding-top: 200px;
	height: 90%;
}
#Content p {
	color: #f6f6f6;
	font: 10pt "Verdana" ;
}

#footer {
	background: #8e8e8e;
	width: 100%;
	
}

p#one {
	font-size: 20px;
	color: #333230;
}
p#two {
	font-size: 25px;
	color: #333230;
}
p#three {
	font-size: 35px;
	color: #333230;
}
p#four {
	padding-top: 10px;
	color: #9d9d93;
	font-size: 23px;
}
p#four strong {
	color: #333230;
	
}
p#five {
	padding-top: 3px;
	color: #9d9d93;
	font-size: 23px;
}
p#five strong {
	color: #333230;
}
p#Title {
	font-size: 30px;
	padding-bottom: 8px;
}
