* {																						/* reset */
		margin: 0;							
		padding: 0;
}
																							/* global text settings */
body	{
			background-image: url(images/diamond-background.png);
			background-attachment: fixed;
			font-family: arial, helvetica, sans-serif;
			font-size: .8em;
			line-height: 1.5em;
			color: black;
}
																							/* background settings */
#wrapper	{
				background-image: url(images/numbers.png);
				width: 90%;
				min-height: 550px;
				margin: auto;
				margin-top: 12px;
}
																							/* header */
#header h2	{
					background-color: #008C99;
					color: white;
					font-size: 1.2em;
					line-height: 1.2em;
					text-align: center;
					letter-spacing: 1em;
}
																							/* nav bar settings */
#navigation	{
					float: left;
					width: 20%;
					min-height: 42em;
					background-color: #9A341B;
}

#navigation .homepage	{
									font-size: 2em;
									font-weight: bold;
									color: white;
}

#navigation h2	{
						font-size: 1.3em;
						line-height: 1.9em;
						color: #D5D786;
						border-top: 5px black double;
						
}

#navigation ul	{
							margin-left: 2%;
}

#navigation li	{
						line-height: 1.8em;
						list-style-type: none;
						background-image: url(images/bullet.png);
						background-repeat: no-repeat;
						background-position: 0 3px;
						margin-left: 10px;
						padding-left: 25px;
}

#navigation	a	{
						font-size: 1.3em;
						line-height: 1.3em;
						letter-spacing: .4em;
						color: #E6E7B1;
						text-decoration: none;
}

#navigation a:hover	{
								text-decoration: underline;
}
																							/* course info div settings */
#course	{
				background-color: white;
				color: #9A341B;
				width: 80%;
				margin-bottom: 10px;
				float: right;
				border-bottom: 1px black solid;
}

#course img {
					float: left;
					width: 23%;
}

#course h1	{
					font-family: sans-serif;
					font-size: 4em;
					font-weight: lighter;
					line-height: 1em;
					float: left;
					width: 38%;
					margin-top: 1.2em;
					margin-left: 10px;
}

#course h2	{
					font-size: 1em;
					line-height: 1em;
					margin-top: 2.8em;
					width: 37%;
					float: right;
}

#course p	{
					font-size: 1.2em;
					font-style: italic;
					margin: 7px;
					width: 36%;
					float: right;
}
																								/* main content area settings */
#main-content	{
						width: 79%;
						padding: 5px;
						float: left;
}

#main-content h2	{
							font-size: 2.5em;
							line-height: 1.3em;
							color: #008C99;
}

#main-content p	{
							font-size: 2em;
							line-height: 1.2em;
							color: #9A341B;
							padding:.2em;
}

#main-content p:first-letter { 
											font-size: 2em;
}

#validated	{
						text-align: center;
}
																								/* copyright bar */
.copyright	{
					font-size: .9em;
					line-height: 1.2em;
					background-color: #008C99;
					color: white;
					text-align: center;
					clear: both;
}
