/* DrNork.com CSS */

/* Structure */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: url('/images/header_bkg.gif') repeat-x;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: .75em;
}

#container {
  	margin: 0 auto;
  	width: 800px;
  	text-align: left;
	padding: 0;
}

/* Header */
#header {
	width: 800px;
	clear: both;
}

#tagline { 
	margin: 10px 0 10px 36px;
	font-size: .87em;
}


/* Navigation */
#nav {
	float: left;
	margin: 0 20px 20px 0;
	width: 386px;
}

#nav ul {
    list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	height: 46px;
	width: 386px;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	font-size: 1.45em;
	letter-spacing: 5px;
	color: #666666;
	text-decoration: none;
	background: url('/images/nav.gif') top left no-repeat;
    padding: 6px 0 20px 36px;
}

#nav a.on {
	display: block;
	font-size: 1.45em;
	letter-spacing: 5px;
	color: #666666;
	text-decoration: none;
	background: url('/images/nav_on.gif') top left no-repeat;
    padding: 6px 0 20px 36px;
}


#nav a:hover {
	text-decoration: none;
	background: url('/images/nav_on.gif') top left no-repeat;
}


/* Footer */
#footer {
	width: 100%;
	display: block;
	clear: both;
	font-size: .9em;
}


/* Content */
#content {
	margin: 0;
}

#content td {
	width: 100px;
}

/* Styles */
a {
	text-decoration: none;
	color: #993300;
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: underline;
	color: #993300;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

img.float {
	float: left;
	margin: 0 10px 10px 0;
}

b {
	color: #FF9933;
}