BODY {
	color: #333;
	font-family: Verdana, Arial; 
	font-size: 76%;
	background: #121212 url(http://thisisthebox.com/previousBOXdesigns/images/backgrounddots.gif);
	background-attachment: fixed;
	}

#page {
	position: absolute;
	left: 50%;
	margin-left: -235px;
	width: 470px;
	visibility: visible;
	display: block;
	}

#content  {
	padding-bottom: 10px;
	margin-top: 50px;
	margin-bottom: 60px;
	width: 470px;
	background: white;
	visibility: visible;
	display: block;
	}

.nav {
	color: white;
	text-align: center;
	padding-left: 12px;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 9px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #121212;
	}

.nav a:link { color: white; text-decoration: none }
.nav a:visited { color: white; text-decoration: none }
.nav a:hover { color: #999933; text-decoration: underline; }

.blog { color: #222; background: white; padding: 10px; }
.blog a:link { color: #666600; text-decoration: none }
.blog a:visited { color: #666600; text-decoration: none }
.blog a:hover { color: #666600; text-decoration: underline }

/*typography*/

ABBR, ACRONYM {border-bottom: 1px dotted #000; cursor: help;}
img {
	border-left: solid white 10px; border-top: solid white 10px; border-right: solid white 10px; border-bottom: solid white 9px;
	}
p {
	font-size: 1.1em;
	line-height: 1.5em;
	}
blockquote {
	font-family: serif; 
	font-size: 1.3em;
	padding-left: 10px;
	border-left: 1px dashed #222;
	}
ul {
	list-style-type: square;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	}
h2 {
	font-size: 1.7em;
	margin: 0px 0em 4px 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 10px 0em 10px 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 10px 0em 10px 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 10px 0em 10px 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 10px 0em 10px 0em;
	font-weight: bold;
	}