/* CSS Document */
body
{
color:#444444;
background-color:#FFFFFF;
margin:5px;
}
h1 
{
color:#444444;
background-color:inherit;
}
p
{
padding:0px;
}
div
{
font-family:arial, helvetica, sans-serif;
font-size:12px;
line-height:16px;
}
table
{
font-family:arial, helvetica, sans-serif;
font-size:12px;
line-height:16px;
}
img
{
border:0
}
a:link
{
color:#444444;
background-color:inherit;
text-decoration:underline;
}
a:visited
{
color:#444444;
background-color:inherit;
text-decoration:underline;
}
a:hover
{
color:#BE7646;
background-color:inherit;
text-decoration:underline;
}
a:active
{
color:#444444;
background-color:inherit;
text-decoration:underline;
}
#wrapper
{
margin:0 auto;
position:relative;
width:700px;
}
#mainDiv
{
float:right;
width:375px;
height:500px;
background-image:url(homepage.jpg);
background-repeat:no-repeat;
}
#mainDiv p
{
font-family:arial, helvetica, sans-serif;
font-size:11px;
color:white;
background-color:inherit;
}
#maintext
{
float:left;
width:325px;
margin:0;
padding:0px 0px 0px 0px;
background-repeat:no-repeat;
}
#mainGallery
{
float:right;
width:375px;
background-repeat:no-repeat;
}
#mainGallery ul
{
list-style-type:none;
}
#mainGallery li
{
float:left;
width:135px;
margin-right:5px;
}
#mainGallery p
{
font-family:arial, helvetica, sans-serif;
font-size:11px;
color:white;
background-color:inherit;
}
#mainPic
{
border:1px solid black
}
.seperator
{
clear:both;
}
#footer
{
font-family:arial, helvetica, sans-serif;
font-size:11px;
margin:0 auto;
position:relative;
width:700px;
text-align:right;
padding-top:22px;
}
#footer div
{
font-family:arial, helvetica, sans-serif;
font-size:11px;
float:left;
}