body {
	background: url(../images/backgrounds/0.png)white url(../images/backgrounds/0.png) repeat-y top left scroll;  
	font: normal 12px/15px 'courier new', monospace;
	color: black;
	margin: 0;
}

img { border-width: 0px; }

a { color: black; }

.win {
  position: absolute;
  padding: 0 8px 24px 8px;
}

.menu, .menu_with_text {
  background: #D8CCD1;
  border: 1px solid #C8C7C7;
  width: 140px;
}

.main {
  background: white;
  border: 1px solid #C8C7C7;
  width: 191px;
  opacity: .8;
	filter: alpha(opacity=80);
}

.page, .page2, .wide_menu, .small_menu, .cv, .med_menu, .med_large_menu, .med_small_menu {
  background: white;
  border: 1px solid #C8C7C7;
  opacity: .8;
	filter: alpha(opacity=80);
}
.large_slideshow, .video, .wide_slideshow, .vid_menu, .vid_menu2 { background: white; border: solid 1px #c8c7c7; }
.page, .page2, .page3, .asset { background: white; border: solid 1px #c8c7c7; }
.page, .large_slideshow, .menu_with_text { width: 400px; }
.page2 { width: 480px; }
.page3 { width: 600px; }
.wide_slideshow { width: 565px; }
.video { width: 480px; }
.med_menu { width: 450px; }
.med_large_menu { width: 520px; }
.vid_menu { width: 480px; height: 380px; }
.vid_menu2 { width: 640px; height: 380px; }
.med_small_menu { width: 320px; }
.wide_menu { width: 600px; }
.cv { width: 700px; }
.small_menu { width: 200px; }
.asset { width: 1120px; }



.large_slideshow .slide, .asset { text-align: center; }
.wide_slideshow .slide, .asset { text-align: center; }
.large_slideshow .slide p { text-align: left; }
.large_slideshow .slide img {
  display: block;
  margin: 0 auto 8px auto;
}
.wide_slideshow .slide img { display: block; margin: 0 auto 8px; }
.large_slideshow .slide a {
  text-decoration: none;
}


.wide_menu table, {
  border: 0;
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}


.wide_menu td {
  width: 33%;
  padding-right: 1em;
  vertical-align: top;
}

.handle {
  height: 10px;
  overflow: hidden;
  background: #EDEDF0;
  margin: 0 -8px 8px -8px;
}

.handle a {
  float: right;
  padding: 2px;
  margin-right: 1px;
}

.menu .handle, .menu_with_text .handle {
  background: #CCAFB7;
}

.menu.main .handle {
  background: #EDEDF0;
  margin-bottom: 10px;
}

ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
  text-transform: lowercase;
}

ul.links li ul {
  margin-left: 1em;
  margin-bottom: 1em;
}

ul.links li a {
  text-decoration: none;
}

.wide_menu ul.links li a {
  text-transform: none;
}
.med_menu ul.links li a { text-transform: none; }
.med_large_menu ul.links li a { text-transform: none; }
.med_small_menu ul.links li a { text-transform: none; }
.page ul.links li a { text-transform: none; }
.page2 ul.links li a { text-transform: none; }
.page3 ul.links li a { text-transform: none; }
ul.links li a:hover {
  color: #8E47AD;
}

ul.links li {
  margin: 2px 0;
}

.page h3, {
 font-size: 12px;
 line-height: 15px;
 margin: 0;
}

.page2 h3, {
 font-size: 12px;
 line-height: 15px;
 margin: 0;
}

.page3 h3, {
 font-size: 12px;
 line-height: 15px;
 margin: 0;
}
