body {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background-image: url(profilepagetitle.gif);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:bottom right;
color: #F6F3E1;
background-color: #333333;
margin-left: auto;
margin-right:auto;
margin-top: 0px;
margin-bottom: 0px;
width: 800px;
}

#content {
width:500x;
height: 415px;
border: 6px double #F6F3E1;
color: #F6F3E1;
text-align:left;
margin-left: auto;
margin-right:auto;
margin-top: 25px;
margin-bottom:10px;
padding: 15px;
}

a:link {
color: #F6F3E1;
text-decoration:none;
}

a:visited {
color: #F6F3E1;
text-decoration:none;
}

a:hover {
color: #F6F3E1;
text-decoration:underline;
}


#content img {
float:left;
border: 6px double #F6F3E1; 
padding: 0px; 
margin-right:15px;
}

#name img {
float:none;
clear:right;
border: 0px; 
padding: 0px; 
}

#paths {
text-align:center;
width: 800px;
margin-left: auto;
margin-right:auto;
margin-top: 0px;
margin bottom: 0px;
}



.quote {
font-style:italic;
clear:both;
}

.quotefrom {
text-align:right;
}

.date {
text-align:left;
font-weight:bold;
}


h1 {
font-size:16px;
}

h2 {
font-size:14px;
Font-weight:bold;
}

@media only screen and (max-width: 955px) {
  body {
    background-image: none;
	margin-right: 30px;
  }
  
}

