/* Main DIV Positions */

body {
background-color:#477A35;
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
font-family:georgia, sans-serif;

}
img {

	border: 0px;

}


#wrapper {
width:720px;
margin:0 auto;

height:auto;
background-color:#FFFFFF;
}

#header{
width:710px;
background-color:#FFFFFF;
text-align:center;

}

#content {
width:710px;
background-color:#FFFFFF;
text-align:justify;
}

#footer {
width:710px;
background-color:#FFFFFF;
clear:both;
}

/* Embedded DIVs */

#content_main {
width:460px;
background-color:#FFFFFF;
float:left;

}

#content_side {
width: auto;
height:auto;
background-color:#FFFFFF;
margin-right:10px;
text-align:left;
}

.caption{
font-size:10pt;
}

/* Spacers */

#content_spacer {
width:80px;
float:left;
text-align:right;
background-color:#FFFFFF;
}

#header_content_spacer {
width:710px;
background-color:#FFFFFF;
}


/*Tag Specific Styles */

p {

padding-left:20px;
font-family:georgia, sans-serif;
line-height: 1.8em;
font-size:12pt;
}

table {

padding-left:20px;

font-size:12pt;
font-family:georgia, sans-serif;
line-height: 1.8em;
}


li {
padding-left:20px;
font-family:georgia, sans-serif;
line-height: 1.8em;
font-size:12pt;
list-style-type:none;
}
ul {
padding-left:20px;
font-family:georgia, sans-serif;
line-height: 1.8em;
font-size:12pt;
list-style-type:none;
}


h2{
padding-left:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:20pt;
letter-spacing: -1px;
}

pre{
padding-left:20px;

font-size:12pt;
}


/* links */



a:link {



	font-size: 12pt;

	font-weight: bold;



	text-decoration: none;



}

a:active {



	font-size: 12pt;



	color: #0000FF;

}

a:hover {



	font-size: 12pt;

	

	color:#FF0000;

	text-decoration: none;



}

a:visited {



	font-size: 12pt;

	text-decoration: none;



}








a.home {
display: block;
width: 150px;
height: 50px;
background-image: url(../images/nav/home.gif);
background-repeat:no-repeat;

}
a.home:hover {
background-image: url(../images/nav/home_hover.gif);
background-repeat:no-repeat;


}


a.portfolio{
display: block;
width: 150px;
height: 50px;
background-image: url(../images/nav/portfolio.gif);
background-repeat:no-repeat;

}
a.portfolio:hover {
background-image: url(../images/nav/portfolio_hover.gif);
background-repeat:no-repeat;

}

a.services{
display: block;
width: 150px;
height: 50px;
background-image: url(../images/nav/services.gif);
background-repeat:no-repeat;

}
a.services:hover {
background-image: url(../images/nav/services_hover.gif);
background-repeat:no-repeat;

}


a.contact{
display: block;
width: 150px;
height: 50px;
background-image: url(../images/nav/contact.gif);
background-repeat:no-repeat;

}
a.contact:hover {
background-image: url(../images/nav/contact_hover.gif);
background-repeat:no-repeat;

}