/* CSS Document */
body {
  background: #000;
  margin: 30px 0px 50px 0px;
  padding: 0px;
  text-align: center;
}
.wrap-left {
  float: left;
  margin: 0px 15px 15px 0px;
}
.wrap-right {
  float: right;
  margin: 0px 0px 15px 15px;
}
.center {
  text-align: center;
  margin: 0px auto;
}
#container {
  width: 800px;
  margin: 0px auto;
  text-align: justify;
}
#content {
  text-align: justify;
  padding: 0px 18px 0px 18px;
	font: normal normal 1.0em/1.2em "Times New Roman", "Times", serif;
  color: #ddd;
}
#content td {
	font: normal normal 1.0em/1.2em "Times New Roman", "Times", serif;
  color: #ddd;
}  
#content td a, #content td a:vlink {
  text-decoration: none;
	font: normal normal 1.0em/1.2em "Times New Roman", "Times", serif;
  color: #ddd;
}
#content td a:hover, #content td a:alink {
  text-decoration: underline;
	font: normal normal 1.0em/1.2em "Times New Roman", "Times", serif;
  color: #ddd;
}
#content h2 {
  font-size: 1.2em;
}
.title {
	font: bold normal 1.8em/1.0em "Times New Roman", "Times", serif;
}  
.pf {
  border: 17px solid #fff;
}
a:link, a:vlink {
  color: #333;
}
#tinybrd {
  border: 15px solid #fff;
}
#smallbrd {
  border: 30px solid #fff;
}
#mediumbrd {
  border: 45px solid #fff;
}
#largebrd {
  border: 60px solid #fff;
}
#xlargebrd {
  border: 75px solid #fff;
}
.artsy {
  font : normal normal 9px/16px 'verdana', 'arial', sans-serif;
  letter-spacing : 0.09em;
  text-transform : uppercase;
  text-align: justify;
}
