body  {
	font-size : x-small;
	font-family : sans-serif;
	color : #000000;
	background-color: #e1e1e1;
	text-align : center;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-collapse: collapse;
}

#title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: verdana, arial;
  font-size: 30px;
  font-weight: bold;
  color: #999933;
}

#topleft {
  height: 20px;
  width: 20px;
  background-image: url("portfolio/css/topleft.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #e1e1e1;
}

#top {
  height: 20px;
  background-image: url("portfolio/css/top.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #e1e1e1;
}

#topright {
  height: 20px;
  width: 20px;
  background-image: url("portfolio/css/topright.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #e1e1e1;
}

#left {
  width: 20px;
  background-image: url("portfolio/css/left.jpg");
  background-repeat: repeat-y;
  background-position: right;
  background-color: #e1e1e1;
}

#center {
  background-color: #ffffff;
  width: 750px;
}

#right {
  width: 20px;
  background-image: url("portfolio/css/right.jpg");
  background-repeat: repeat-y;
  background-position: left;
  background-color: #e1e1e1;
}

#bottomleft {
  height: 20px;
  width: 20px;
  background-image: url("portfolio/css/bottomleft.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #e1e1e1;
}

#bottom {
  height: 20px;
  background-image: url("portfolio/css/bottom.jpg");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #e1e1e1;
}

#bottomright {
  height: 20px;
  width: 20px;
  background-image: url("portfolio/css/bottomright.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #e1e1e1;
}

P  {
	font-size : 11px;
	font-family : sans-serif;
	color : #000000;
}

H1  {
	font-size : 16px;
	font-family : sans-serif;
	font-weight : bold;
	color : #FFFFFF;
}

H2  {
	font-size : 14px;
	font-family : sans-serif;
	font-weight : bold;
	color : #888822;
	text-decoration : none;
}

H3  {
	font-size : 12px;
	font-family : sans-serif;
	font-weight : bold;
	color : #990000;
	text-decoration : underline;
}

A  {
	color : #990000;
}

A:Visited  {
	color : #990000;
}

A:Active  {
	color : #ff0000;
}

A:Hover  {
	color : #990000;
}


.white  {
	color : #FFFFFF;
}

.black  {
	color : #000000;
}

.red  {
	color : #990000;
}

td {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 10pt;
        vertical-align : top;
}

.mediumblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.small  {
        color : #000000;
        font-size : 8pt;
}

