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

body {
	margin: 0px;
}
#container {
	width: 260px;
	margin: 0 auto 0 auto;
	background:#FFF;
	border-left: 1px dotted #333;
	border-right: 1px dotted #333;
	border-bottom: 1px dotted #333;
}
#blankbox {
	width: 260px;
	height: 175px;
	background:#FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topbox {
	height: 125px;
	padding: 0 10px 0 15px;
	background:#FFF;
}
#topbox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: 300;
	color: #333;
	margin: 3px 0 0 0;
}
#topbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: 300;
	color: #FFF;
	margin: 0;
}
#btmbox {
	width: 260px;
	padding: 0;
	background: #FFF;
}
#btmbox ul {
    list-style-type: none;
    width: 260px;
	margin: 0;
	padding: 0;
} 

#btmbox li {
    border-top: 1px dotted #333;
    border-width: 1px 0;
}

#btmbox li a { 
    color: #333;
    display: block;
    font: 70% Arial, Helvetica, sans-serif;
    padding: 3px 0 3px 15px;
    text-decoration: none;
	outline-style: none;
}

* html #btmbox li a {  /* make hover effect work in IE */
	width: 260px;
}

#btmbox li a:hover {
    color: #999;
}
#btmbox li a:visited {
    text-decoration: none;
}
