a	{
	color: #000000;
	text-decoration: underline;
}

a:hover	{
	color: blue;
}

body	{
background: #d3d3d3;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
}

h3	{
	font-style: italic; 
}

h4	{
	font-size: 1em;
}

#banner	{
background-image: url("images/banner-1.jpg");
border: 1px solid black;
height: 112px;
width: 798px;
text-align: center;
}

#container	{
background-color: #D3F2FF;
border-right: 1px;
height: 710px;
margin: 50px auto auto;
width: 800px;
}

#content	{
background: #D3F2FF;
border: 2px solid black;
float: right;
padding: 10px;
width: 576px;
}

#content a	{
color: blue;	
}

#credits	{
background: #7EC487;
border: 2px solid black;
border-bottom: 4px solid black;
border-left: 2px solid black;
height: 112px;
text-align: center;
width: 196px;
}

#credits a	{
color: #000000;
text-decoration: underline;
}

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

#link, #link-inactive		{
background: #7EC487;
border: 2px solid black;
height: 46px;
text-align: center;
width: 196px;
}

#link-inactive, #link:hover	{
background: #9F9F9F;
}

#link h2, #link-inactive h2	{
margin: 06px;
}

#navigation	a {
text-decoration: none;
}

#navigation	{
float: left;
}

#reviews	{
background: #7EC487;
border-left: 2px solid black; 
border-right: 2px solid black;
height: 134px;
padding: 5px;
text-align: center;
width: 186px;
}

#picture	{
height: 400px;
width: 300px;
}

#picture img	{
margin-left: 140px;
height: 400px;
width: 300px;
}

.buttonbox { 
height: 70px; 
padding: 30px 0 0 0; 
text-align: center;
width: 250px;
}

.buttonbox img{
border-radius: 4px;
height: 40px;
}

.links	a{
border: none;
text-decoration: none;
}

.lowerbutton	{
font-size: 13px;
font-weight: bold;
}

.quoter	{
font-weight: bold;
text-align: right;
}

.quotes	{
font-size: 14px;
}

.textl	{
font-size: 17px;
text-align: left;
}

.textc	{
font-size: 18px;
text-align: center;
}

.text1:first-letter, p:first-letter
{
font-size:300%;
font-weight: bold;
float: left;
width: 1em;
} 

.title	{
color: #000000;
font-size: 24px;
font-weight: bold
}