p{
margin-left:10px;
margin-right:10px;
margin-top:0px;
margin-bottom:10px;
}

html, body{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #7d7d7d;
line-height:18px;
min-width:550px;
text-align:left;
margin:0px;
}


#header-wrapper {
  width:100%;
  height:100px;
  background:url("../images/header.jpg");
  background-repeat: no-repeat;
  }

#outer-wrapper{
margin-bottom: 0px;
margin-top: 20px;
width:1000px;
background-color:#ffffff;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
word-wrap: break-word;
overflow: hidden;
}
  
#main{
width:700px;
text-align:left;
background-color:#FFFFFF;
padding-left:25px;
float:right;


}

#sidebar{
font-size: 11px;
width:180px;
background-color:#FFFFFF;
padding-left:15px;
float:left;
word-wrap: break-word;
overflow: hidden;
}

#footer{
width:655px;
background-color:#FFFFFF;
padding-top:10px;
padding-left:15px;
padding-bottom:10px;
float:left;
word-wrap: break-word;
overflow: hidden;
margin:0 auto 0px;
}

#images{
padding-bottom:10px;
overflow:hidden;
}

#bio{
font-style: normal;
line-height: 15px;
font-family: Georgia, "Times New Roman", Times, serif;
width:505px;
position:relative;
top: 5px;
left:300px;
font-size: 12px;
text-align:left;
color: #7d7d7d;
text-transform: none;
z-index:2;
}
  
a:link{
font-style: normal;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 12px;
color: #ef4345;
text-decoration:none;

}

a:visited{
font-style: normal;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 12px;
color: #ef4345;
text-decoration:none;

}

a:hover{
font-style: normal;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 12px;
color:#ffffff;
text-decoration:none;
background-color: #ef4345;
padding:2px;

}

a:active{
font-style: normal;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 12px;
color:#ffffff;
text-decoration:none;

}

#title{
	font-family: Helvetica, Arial, sans-serif;
	color: #ef4345;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 16px;
}

#description{
	padding-bottom: 15px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-color: #ef4345;
	border-style: solid;
	border-bottom-width: 1px;
	width: 505px;
}

#sub-title{
	font-weight: bold;
}

#date{
	margin-bottom: 15px;
	font-style: italic;
}

