@charset "UTF-8";
/* CSS Document */

body {
background-image:url(images/bkgd.png);
background-repeat:no-repeat;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

#slantedmenu{
	position:absolute;
	top: 123px;
	font-weight: 200;
	font-size: 12px;
	left: 291px;
	width: 653px;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 11px;
padding: 3px 0;
margin: 0;
background-color: #CEB0D4;
border: 1px solid #CEB0D4;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 15px;
margin: 0;
text-decoration: none;
background: transparent url(../images/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: black;
text-decoration:underline overline;
}

#content {
	position:absolute;
	text-align: left;
	left: 293px;
	top: 154px;
	height:auto;
	width: 652px;
}

#thumb1 {
position:absolute;
left:0px;
top:0px;
height:200px;
width:300px;
}

#thumb2 {
position:absolute;
left:0px;
top:0px;
height:200px;
width:300px;
}

#thumb3 {
position:absolute;
left:0px;
top:0px;
height:200px;
width:300px;
}

#thumb4 {
position:absolute;
left:0px;
top:0px;
height:200px;
width:300px;
}

#thumb5 {
position:absolute;
left:0px;
top:0px;
height:200px;
width:300px;
}

#thumb6 {
position:absolute;
left:0px;
top:0px;
height:200px;
width:300px;
}

#rec {
	position:absolute;
	text-align: left;
	left:988px;
	top:11px;
	width:200px;
	height:auto;
}

.small {
font-size:10px;
}

.credit {
font-style:italic;
font-size:10px;
text-align:right;
}

#footer {
	position:relative;
	width: auto;
	height:auto;
}

img {
border:#000000;
}

