body{
		background-color: #fff;
		font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Verdana, Arial, sans-serif;
		font-size: 12px;
		text-align: center;
		margin: 0;
}

#container{
		width:960px;
		margin:auto;
		height:auto;
		text-align:left;
		background-color:#fff; 
}

#banner{
		position:relative;
		width:960px;
		height:200px;
		background-color:#bc1111;
		color:#fff;
		font-size:18px;
		background-image:url(../images/banner.jpg);
}

#banner a{
		color:#fff;	
}	

#banner a:hover{
		color:#bc1111;	
}	

.bannerlinks{
		float:right;
		text-decoration:none;
		padding-right:8px;
		margin-top:172px;
}

#contentcontainer{
		position:relative;
		float:left;
		width:956px;
		height:auto;
		background-color:white;
		background-repeat: repeat-y;
		border-left:2px solid #bc1111;
		border-right:2px solid #bc1111;
}

#nav{
		font-family: arial;	
		position: relative;
		float: left;
		width: 156px;
		background-color: #fff;
		height: auto;
		padding-left:0;
		padding-right:0;
		padding-top:5px;
		padding-bottom:5px;
		margin:0;
		font-size:18px;
		color:#666;
}

#nav a{
		color:#666;
}

#nav a:hover{
		color:#bc1111;
}

.navlinks{
		float:right;
		text-decoration:none;
		padding-right:5px;
}

.imageface{
		position:relative;
		float:left;
		padding-top:5px;
		width:158px;
		height:224px;
}

#maincontent{
		position: relative;
		float: left;
		width: 778px;
		height: auto;
		background-color: white;	
		padding:10px;
		border-left:2px solid #fff
}

#maincontent h1{
		font-weight:normal;
		color:#bc1111;
		font-size:16px;
		margin:30px 0px 0px 20px;
}

#maincontent h2{
		font-weight:normal;
		color: #bc1111;
		font-size:14px;
		margin:10px 0px 0px 20px;
}

#maincontent h2 a{
		font-weight:normal;
		color: #000;
		font-size:11px;
		margin:10px 0px 0px 20px;
		text-decoration: underline;
}

#maincontent h3{
		font-weight:normal;
		color:#666;
		font-size:14px;
		margin-left:20px;
		text-decoration:underline;
}

#maincontent p{
		font-weight:normal;
		color:black;
		font-size:12px;
		margin: 10px 20px 20px 20px;
}

#maincontent a{
		color: #bc1111;
		text-decoration: none;
}

#maincontent ul{
		color: #000;
}

#maincontent li{
		font-size:11px;
		color: #000;
}

#footer{
		position:relative;
		float: left;
		width:960px;
		height:15px;
		background-color: #bc1111;
		font: 9px;
		padding: 0px;
		text-align: center;
		color: white;
}

#footer a{
		color: white;
		text-decoration: none;
}

.mainimage{
		position:relative;
		float:right;
		width:300px;
		height: 400px;
		border: 2px solid #bc1111;
		margin: 10px 20px 10px 15px;
}	

.profileimage{
		position:relative;
		float:right;
		width:250px;
		height: 400px;
		border: 2px solid #bc1111;
		margin: 10px 20px 10px 15px;
}

.mainimagelong{
		position:relative;
		float:right;
		width:450px;
		height: 300px;
		border: 2px solid #bc1111;
		margin: 10px 20px 10px 15px;
}

#resume a{
		position:relative;
		float:right;
		height: auto;
		color: white;
		background-color: #bc1111;
		padding:5px;
		border: 3px solid black;
}	


#resume a:hover{
		position:relative;
		float:right;
		height: auto;
		color: black;
		background-color: white;
		padding:5px;
		border: 3px solid #bc1111;
}	

.withimage{
		width:448px;	
}	

#description {
  		width:400px;
  		height:100px;
  }

#hearaboutus {
  		width:400px;
  		height:100px
  }




















