﻿/* 
	Copyright (c) 2007 Richard J. Worsfold
	The School of Dance Homepage CSS
	September 11, 2004
*/
@charset "utf-8";

html, body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #111111;
	background-color: white;
	width: 100%;
	padding: 0;
	margin: 0;
}

img
{
	border:0
}

a, a:link, a:visited, a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

#wrapper
{
	width: 7in;
	color: black;
	background-image: none;
	background-color: white;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	margin: 0;
}

#heading, #content, #footer, #nav
{
	width: 7in;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #111111;
	padding: 0;
	background-color: white;
	margin: 0;
}

#heading
{
	height: auto;
}

#nav
{
	display: none;
}

#content
{
	height: auto;
	margin-top: .5in;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer
{
	height: auto;
	text-align: center;
	margin: 0px;
	padding-top: .5in;
}

.blurb
{
	font-size: 15pt;
	font-weight: bold;
	color: black;
}

.company
{
	font-size: 25pt;
	font-weight: bold;
	color: #111;
}

img.logo
{
	float: left;
	margin-right: 30px;
}

#copyright
{
	color: #522004;
	font-family: "Poor Richard", Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 9pt;
	padding-top: .5in;
}

p.topofpage
{
	page-break-after: always;
	visibility: hidden;
}

.blackout
{
	height: 0.1in;
	width: auto;
	background-color: #111;
	margin: 0px;
	padding: 0px;
}
/*	September 12, 2007 10:48
	Revisions

*/