/*
If you want this size in pixels (px)  	Declare this percent (%)
10 	77
11 	85
12 	93
13 	100
14 	108
15 	116
16 	123.1
17 	131
18 	138.5
19 	146.5
20 	153.9
21 	161.6
22 	167
23 	174
24 	182
25 	189
26 	197
*/

body {
	margin: .5em;
	background-color: #666666;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

p,h1,h2,h3,h4,img	{
	line-height: 1.2em;
	margin-bottom: .5em;
}

p	{font-size: 85%;}
h4	{font-size: 100%;}
h3	{font-size: 116%;}
h2	{font-size: 131%;}
h1	{font-size: 146%;}


img	{
	border: 1px solid #333333;
	width: 100%;
}

a	{
	font-weight: bold;
	display: block;
	text-decoration: none;
}

a:hover 	{
	text-decoration: underline;
}

#container {
	width: 60em;
	margin: auto;
	border: 1px solid #333333;
	border-top: none;
	text-align: left;
	background-color: #cccccc;
}

#leftside	{
	width: 20em;
	float: left;
}
	
#rightside	{
	margin-left: 20em;
	border-left: 1px solid #333333;
}

.cell	{
	border-top-color: #333333;
	border-top: 1px solid;
	padding: 1em;
	padding-bottom: .5em;
}

.credit	{
	color: #333333;
}

.serif	{
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bold	{
	font-weight: bold;
}

.italic	{
	font-style: italic;
}

