/* CSS Document */
* {
  margin:0;
  padding:0;
}

body{
 font-family: Arial, Helvetica, sans-serif;
 font-size:.8em;
}
#wrapper{
   width: 740px;
/* Put 20px margin above the wrapper */
/* Set right and left to auto for centering */
   margin: 20px auto 0 auto;
}

#branding{
width:740px;
display:block;
}

#branding img{
float:left;
}
#navbar{
	margin:0;
	white-space:nowrap;
	font-size:90%;
	width: 720px;
}


/* Remove bullets from ul in the navbar */
#navbar ul{
  list-style-type:none;
}


/* List items in the navbar */
#navbar li{
  float:left;
  margin:3px 10px 3px 10px;
}

#navbar a,
#navbar a:link,
#navbar a:visited{
color: #FF0000;
text-decoration:none;
font-weight:600;  
height:1em;
}

#navbar a:hover {
	text-decoration:underline;
	font-weight:600;  
}

#whatever {
display: block;
width:720px;
margin:0 10px 0 10px;
}

#leftcolumn {
margin: 0px 5px 15px 10px;
float:left;
clear:both;
width:400px;
}

.specialtext {
font-size:24px;
font-weight:bolder;
line-height:35px;
}

.photos {
float:right;
}

#quote {
margin: 0px 20px 10px 20px;
clear:both;
background-color:#FFFF00;
width:700px;
border-style:solid;
border: 1px;
}

#quote p{
margin:10px 10px 10px 10px;
}

#footer{
width:740px;
border:1px;
border-color:#000000;
background-color:#4848FF;
display:block;
clear:both;
}

#footer p {
text-align:right;
float: left;
color:#FFFFFF;
}

.style1 {color:#FF0000}

#copyright{
text-align:center;
font-size:10px;
margin-bottom:2em;
}

#textmain{
width:400px;
height:430px;
padding:0.25em;
overflow:auto;
}


#textmain a,
#textmain a:link,
#textmain a:visited{
color: #FF0000;
text-decoration:none;
}

#textmain a:hover {
	text-decoration:underline;
}


#textmain2{
width:400px;
height:430px;
padding:0.25em;
}


#textmain3{
width:400px;
padding:0.25em;
text-align:justify;
}

#textmain4{
width:400px;
padding:0.25em;
text-align:justify;
overflow:auto;
height:430px;

}

#links{
clear:both;
}

#links img{
float:left;
margin: 0 22px 10px 22px;
}


#photo {
background-color:#000000;
margin-bottom:25px;
padding:0 0 0 70px;
}


.q1{
font-size:.9em;
line-height: 2em;
text-align:center;
color:#999999;
margin:20px;
width:250px;
}




.contact{
line-height:2em;
margin:15px 0 25px 0;
}

.contact h4{
font size:.9em;
text-decoration:underline;
font-weight:bold;
}
