@charset "utf-8";
/* CSS Document */
body {
text-align:center;
margin-top: 50px;
margin-bottom: 50px;
padding: 0px;
color:#58575b;
font-family:Tahoma;
font-size:12px
}

body a {
color:#58575b;
text-decoration:none;
}

#leftcol {
width:300px;
float:left;
text-align:center;
}

#pictures {
width:300px;
margin-left:15px;
}

#outerframe {
margin-top:40px;
height:614px;
width: 662px;
margin: 0px auto;
text-align: left;
padding: 15px;
padding-right:10px;
border:1px solid #58575b;
}

#header {
font-family:Tahoma;
font-size:20px;
margin-bottom:7px;
margin-top:7px;
}

#rightcol {
text-align:center;
	padding:5px;
	border:1px solid #58575b;
	height:603px;
	width:330px;
	float:left;
	margin-left:15px;
}

#imageholder {
float:left;
height:300px;
}

#menu {
color:#58575b;
text-decoration:none;
}
#menu:hover{
text-decoration:none;
border-bottom:2px solid #58575b;
}

