/* CSS Document */

body {
font-family:Tahoma, Ariel, Verdana;
font-size:12px;
color:white;
}

#container {
border:#F4C9E9 10px solid;
display:block;
width:856px;
margin-left:auto;
margin-right:auto;
background-color:#CC0099;
}

#slogan {
margin:20px;
margin-bottom:13px;
}

#header {
display:table;
}

#logo {
margin:20px;
}

#nav {
background-color:#333333;
line-height:28px;
display:table;
height:auto;
width:100%;
}

#nav a {
color:white;
text-decoration:none;
display:block;
float:right;
padding-left:30px;
padding-right:30px;
height:30px;
}

#nav a:hover {
background-color:#494949;
}

#nav a#selected {
background-color:#666666;
}

#left {
display:block;
float:left;
width:252px;
padding:20px;
padding-right:25px;
background-image:url(../Images/greybg.jpg);
height:331px;
color:#E5E5E5;
}

#left, #centerimg {
border-top:1px solid white;
}

#left p {
line-height:17px;
}

#left a {
text-decoration:none;
border-bottom:1px dotted #E5E5E5;
color:#E5E5E5;
}

#left a:hover {
border-bottom:1px solid #E5E5E5;
}

h1 {
font-weight:normal;
font-size:22px;
padding-bottom:10px;
width:95%;
border-bottom:2px solid #CC0099;
}

.pics {  
    height:  372px;  
    width:   559px;  
	padding-top:0;
    margin:  0;  
	float:right;
	overflow:hidden;
} 
 
.pics img {  
    padding: 0px;  
    border:  0;
    width:  559px; 
    height: 372px; 
    top:  0; 
    left: 0;
}

#center {
display:block;
height:372px;
}

#thumbs {
display:block;
height:60px;
}

#thumbs img {
height:60px;
}

#left.wed p {
line-height:15px;
margin-top:10px;
padding:0;
}