﻿body
{
	margin: 0 auto;
	padding: 0;
	background-color: #B4D1D7;
	background-image: url('imagez/Page-BgTexture.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
h2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	color: #2A8CA2;
}
h3
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #2A8CA2;
}

a:link
{
	color: #2A8CA2;
	text-decoration: underline;
}
a:hover
{
	color: #9D7B52;
	text-decoration: none;
}
a:visited{
	color: #34AFCB;
	text-decoration: underline;
}
ul#portfolio
{
list-style-type: none;
padding: 0;
margin: 0;
}

#portfolio li
{
background-image: url(arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .6em;
}