body
	{
	background: #f4f4f4;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	color: #000;
	}
	
table
	{
	margin: 0 auto;
	background: #fff;
	font-family: Verdana;
	font-size: 13px;
	color: #000;
	}

img a
	{
	border: none;
	}
	
td.left-border
	{
	width: 20px;
	background: #fff url(images/oz02.png) repeat-y;
	}
	
td.right-border
	{
	width: 20px;
	background: #fff url(images/oz03.png) repeat-y;
	}
	
td.top-row
	{
	width: 720px;
	height: 30px;
	background: #666;
	vertical-align: middle;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	}
	
td.top-image
	{
	width: 720px;
	height: 142px;
	background: #fff;
	vertical-align: bottom;
	}
		
td.menu-row
	{
	width: 720px;
	height: auto;
	background: #666;
	vertical-align: middle;
	}

td.spacer
	{
	width: 720px;
	height: 25px;
	background: #fff;
	}	
	
#nav
	{
	background: #666;
	border-top: 2px solid #fff;
	margin: 0; 
	padding: 0;
	height: auto;
	}
	
#nav li
	{
	list-style-type: none;
	display: inline;
	line-height: 1.4em;
	}
			
#nav li a
	{ 
	text-decoration: none; 
	color: #ddd;
	background-color: #666;
	border-right: 2px solid #fff; 
	padding: 3px 8px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	}
	
#nav li a:hover
	{
	background: #800000;
	color: #FFFFFF;
	}
	
td.sidebar
	{
	width: 200px;
	vertical-align: top;
	border-right: 2px dotted #ddd;
	text-align: center;
	}
	
td.sidebar p
	{
	text-align: center;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 1.3em;
	}
	
td.content
	{
	width: 518px;
	vertical-align: top;
	text-align: left;
	}
	
td.content p
	{
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	line-height: 1.4em;
	}
	
td.content p.center
	{
	text-align: center;
	margin-top: 150px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

td.content p.notebox
	{
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 10px 2px;
	font-size: 11px;
	}
	
td.content p.postmeta
	{
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 20px;
	font-size: 13px;
	line-height: 1.4em;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
	}
	
td.content p.post
	{
	font-family: Georgia, "Times New Roman";
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 16px;
	line-height: 1.5em;
	}
	
td.content h1
	{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	}
	
td.content h1.blog
	{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
	}
	
td.content h2, h3, h4, h5
	{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	}

td.base-image
	{
	width: 720px;
	height: 72px;
	vertical-align: top;
	}

td.footer
	{
	width: 720px;
	height: 46px;
	background: #666;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	color: #fff;
	}
	
img.sideframe
	{
	display: block;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 4px solid #ddd;
	padding: 5px;
	background: #fff;
	}
	
img.big
	{
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 8px solid #ddd;
	padding: 10px;
	background: #fff;
	}
	
img.wall
	{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 8px solid #ddd;
	padding: 10px;
	background: #fff;
	}

img.right
	{
	display: block;
	float: right;
	margin: 20px;
	border-top: 4px solid #808080;
	border-right: 4px solid #ddd;
	border-bottom: 4px solid #ddd;
	border-left: 4px solid #808080;
	}

a:link, a:visited
	{
	text-decoration: underline;
	color: #800000;
	padding-left: 2px;
	padding-right: 2px;
	}

a:hover
	{
	text-decoration: underline;
	color: #800000;
	}
	
a.vanity:link, a.vanity:visited
	{
	background: #666;
	color: #fff;
	border-bottom: 1px dashed #fff;
	padding-bottom: 1px;
	text-decoration: none;
	}
	
a.vanity:hover
	{
	background: #666;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
	text-decoration: none;
	background: #666;
	}
	
ul.folderz
	{ 
	list-style-type: none;
	margin-top: 15px;
	}
		
li.folder
	{
	background: url(images/oz33.gif) 0 50% no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 21px;
	}
	
.line
	{
	display: block;
	width: 170px;
	height: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: 2px dotted #ddd;
	}
	
.line2
	{
	display: block;
	height: 20px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	border-bottom: 2px dotted #ddd;
	}
	
input.alpha
	{
	margin-top: 2px;
	margin-bottom: 15px;
	border-top: 2px solid #999;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	border-left: 2px solid #999;
	background: #f0f0f0;
	}
	
select
	{
	margin-top: 2px;
	margin-bottom: 15px;
	}
	
textarea
	{
	margin-top: 2px;
	border-top: 2px solid #999;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	border-left: 2px solid #999;
	background: #f0f0f0;
	}