@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-image: url(../Images/background.png);
	background-repeat: repeat;
	background-color: #FBFDF8;
	}
	
	
a:link {
	color: #421633;
}
a:visited {
	color: #421633;
}
a:hover {
	color: #000;
}
a:active {
	color: #421633;
}
	

#wrapper {
	width: 1400px;
	background-color: #FBFDF8;
	height: 100%;
}

	
#sidebar  {
	float: left;
	width:200px;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 30px;
	position: fixed;
	
}

#sidebar a:link {
	color: #333333;
	text-decoration: none;
}
#sidebar a:visited {
	text-decoration: none;
	color: #333333;
}
#sidebar a:hover {
	text-decoration: none;
	color: #666666;
}
#sidebar a:active {
	text-decoration: none;
	color: #333333;
}

.header {
	border: none;
	width:177px;
	height:110px;
}


.image{
	border:0px;
	border-style:none;
	margin-top: 50px;
	margin-left: 0px;
}
#portfolio {
	padding-top:35px;
	margin-left:230px;
	padding-left:20px;
	font-family: "Times New Roman", Times, serif;
	height:100%;
}

#footer{
	padding-top:10px;
	padding-right:370px;
	height:20px;
	background-color:#421633;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: right;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF33;
}

.homeimage{
	height:800px;
}




.title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #421633;
}


.badge{
	border:0px;
	border-style:none;
}

.highlight{
	background-color:#FF6;
	
}

.hometext{
	color: #413702;
	margin-left:150px;
	font-family: Helvetica, sans-serif, Arial,;
	font-size: 16px;	
}

.filler{
	
	height:400px;	
}
