* {
	margin: 0;
	padding: 0;
}

body {
	color: #2b2b2b;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/background.png) repeat fixed;
}

sup {
	font-size: 9px;
}

span.math {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #2b2b2b;
	text-decoration: none;
}

a:hover {
	color: #4b4b4b;
	text-decoration: underline;
}

#wrapper {
	background-color: transparent;
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
}

.border {
	background: url(../images/border.png);
	width: 780px;
	height: 27px;
}

#header {
	background-color: transparent;
	width: 780px;
	height: 352px;
}

#contentWrapper {
	width: 780px;
	background: url(../images/contentBackground.png) repeat-y;
}

#accent {
	padding: 0 30px;
	height: 0px;
	overflow: visible;
	display: none;
}

html > body div#contentWrapper div#accent {
	display: block;
}

#navigation {
	text-align: center;
	width: 780px;
	height: 46px;
	line-height: 46px;
}

#navigation ul li {
	display: inline;
	padding: 10px;
}

#content {
	width: 780px;
}

#content div.inner {
	padding: 30px;
}

#content div.inner div.equation{
	padding-left: 300px;
}

#content div.inner div.square{ 
	padding-left: 250px;
}

#content div.inner div.perp{ 
	padding-left: 150px;
}

#content div.inner div.rules{ 
	padding-left: 70px;
	padding-right:70px;
}

#content div.inner div.divide{ 
	padding-left: 200px;
}

#content h1 {
	font-weight: 100;
	font-size: 32px;
}

#content h2 {
	font-weight: 100;
	font-size: 20px;
}

#content h3 {
	font-weight: 100;
	font-size: 16px;
}

#content p, #content ul {
	font-size: 12px;
}

#content ul {
	padding-left: 20px;
}

#content ul li {
	list-style-type: square;
}

.underline {
	text-decoration: underline;
}

#footer {
	width: 780px;
	height: 30px;
	background: url(../images/footer.png) repeat-y;
}

#footer div {
	padding: 0 30px;
}

#footer p {
	font-size: 10px;
	line-height: 30px;
}

#footer p a {
	color: #993300;
	font-weight: bold;
}

#leftFooter {
	float: left;
}

#rightFooter {
	float: right;
}