body
{
	font-family: arial, sans-serif;
	color: #000;
	font-size: 15px;
	background: #666633;
	text-align: center;
	overflow: hidden;

}

a:link
{	font-family: arial, sans-serif;
	color: #CD9B9B;
	text-align: center;
	font-size: 15px;
	text-decoration: underline;
}

a:hover
{	font-family: arial, sans-serif;
	color: #CD9B9B;
	text-align: center;
	font-size: 15px;
	text-decoration: underline;
}

a:visited
{	font-family: arial, sans-serif;
	color: #CD9B9B;
	text-align: center;
	font-size: 15px;
	text-decoration: underline;
}




#container		
{
	width: 900px;
	margin: 0 auto;
}


#sidebar
{
	float: right;
	width: 110px;
	height: 523px;
	font-variant:small-caps;
        margin-top: 28px;
}
.sidebarButton {margin-top: 10px; margin-bottom: 25px;}
.sidebarButton a { color: #CC6666; text-decoration: none; font-size: 27px;}
.sidebarButton a:hover {letter-spacing: 3px; border-bottom: none;}

#content
{
	color: #000;
	width: 816px;
	height: 550px;
	background-color: #663333;
	font-family: arial, sans serif;
	color: #000;
	padding: 15px;
	text-align: left;
	margin-top: 70px;
        
}


#portfolio1
{
	width: 250px;
	height: 250px;
	background-color: transparent;
	background: url(print/green1.jpg) no-repeat;
	position: absolute;
	margin-top: 68px;
	margin-left: -45px;
	border: 1px solid #cc6666;

}

#portfolio2
{
	width: 250px;
	height: 250px;
	background: url(photos/green2.jpg) no-repeat;
	position: absolute;
	margin-top: 68px;
	margin-left: 225px;
	border: 1px solid #cc6666;
}

#portfolio3
{
	width: 250px;
	height: 250px;
	background: url(photos/green3.jpg) no-repeat;
	position: absolute;
	margin-top: 68px;
	margin-left: 495px;
	border: 1px solid #cc6666;
}


#footer
{
	clear: both;
	background-color: transparent;
	padding: 0px 0px;
	border: transparent;
	letter-spacing: .7px;
}

.footerLink a { color: #999966; text-decoration: none; font-variant: small-caps; font-weight: normal; letter-spacing: .7px; border-bottom: none; }


h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #999966;
	font-variant:small-caps;
	margin-bottom: 0px;
	margin-top: -8px;
	letter-spacing: 6px;
}

h2
{
	font-family: arial, sans-serif;
	font-size: 15px;
	color: #CD9B9B;
	margin-bottom: 0px;
	font-weight: normal;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #999966;
	font-variant:small-caps;
	margin-bottom: 0px;
	margin-top: 4px;
	letter-spacing: 6px;
}

#about
{
	width: 540px;
	height: 300px;
	margin-left: 210px;
	font-family: arial, sans-serif;
	font-size: 15px;
	color: #CD9B9B;
	margin-top: -15px;
	font-weight: normal;


}



blockquote
{
	border-left: 2px solid #666;
	padding-left: 5px;
	padding-right: 5px;
}

img
{
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: center;
  margin-top: 1px;
  border: 1px solid #cc6666;
}

iframe
{
	border: 0px solid #cc6666;
	margin-top: -28px;
	margin-right: 15px;
	width: 520px;
	height: 500px;
	float: right;
	overflow: hidden;
}

