@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
font-weight:normal;
}

body
{
background-image:url(../graphics/bg.jpg);
background-position:top center;
background-repeat:no-repeat;
background-color:#bbc5a3;
font-family:Georgia, "Times New Roman", Times, serif;
}
#faq
{
background-image:none;
}
a:link
{
color:#FFFFFF;
text-decoration:none;
}
a:visited
{
color:#FFFFFF;
text-decoration:none;
}
a:hover
{
text-decoration:underline;
}
#wrap
{
color:#2d3532;
}
#main
{
border:0px solid red;
width:700px;
margin:40px auto 0px auto;
color:#eaf0e5;
}

h1
{
font-size:31px;
}
h2
{
font-size:20px;
}

.faq p
{
color:#000000;
}
h3{
font-weight:bold;
margin:5px 0px 5px 0px;
}
h4{
font-weight:bold;
margin:10px 0px 5px 0px;
color:#000000;
}

.tweet
{
color:#FFFFFF;
width:450px;
margin-top:13px;
height:90px;
}


.tweet a:link
{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
display:block;
}
.tweet a:visited
{
color:#FFFFFF;
text-decoration:none;
}
.tweet a:hover
{
text-decoration:underline;
}

#tweet1
{
margin-left:30px;
font-size:18px;
}
#tweet2
{
margin-left:100px;
font-size:18px;
}
#tweet3
{
margin-left:150px;
font-size:18px;
}
#tweet4
{
margin-left:40px;
font-size:18px;
}
#tweet5
{
width:700px;
font-size:18px;
}
#createdby
{
margin:20px 0px 10px 0px;
text-align:center;
}
#photoby
{
text-align:center;
color:#62806d;
font-size:12px;
}
