/* RANDOM */

img {
	border: 0;
}


/* FONTS */

a:link {text-decoration: none; color: #dc94d4}
a:visited {text-decoration: none; color: #dc94d4;}
a:active {text-decoration: none; color: #dc94d4;}
a:hover {text-decoration: none; color: #dc94d4;}

p {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #995eb8;
	margin-top: 0px;
	
}

p.white {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

p.pink {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #dc94d4;
}

p.purple {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #995eb8;
}

p.blue {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b2a2cf;
}

h1 {
	font-size: 24px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #dc94d4;
	margin-bottom: 0px;
}

h1.white {
	font-size: 24px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ffffff;
}

h1.pink {
	font-size: 24px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #dc94d4;
}

h1.purple {
	font-size: 24px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #995eb8;
}

h1.blue {
	font-size: 24px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #b2a2cf;
}

h1.nospace {
	margin-bottom:0px;
}

p.footer {
	font-size: 8pt;
	color: #995eb8;
}

p.subnav {
	margin-right: 25px; 	/*odd placement, but didn't want to make 2 left divs*/
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 10pt;
	font-style: italic;
	text-align: right;
	color: #dc94d4;
}

p.nav {
	margin-right: 20px; 	/*odd placement, but didn't want to make 2 left divs*/
	font-size: 10pt;
	font-style: italic;
	text-align: right;
	color: #dc94d4;
}

h1.nav {
	margin-right: 20px; 	/*odd placement, but didn't want to make 2 left divs*/
	font-size: 14pt;
	font-style: italic;
	text-align: right;
	color: #995eb8;
}


/*  LAYOUT  */

body {
	background: #520a6d;
	/*text-align: center;*/
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #FFFFFF;
}
			
#container {
	text-align: left;
	width: 890px;			/*should eventually make this 844, when we get rid of long foot links*/
	/*margin: 0 auto;*/    	/*this will make whole page be centered */
	overflow: hidden;
}

		#header {
			width: 844px;		/*255(left) + 619(content) = 844(header)*/ 
			height: 200px;
		}
		
		#left {
			width: 225px;		/*255(left) + 619(content) = 844(header)*/
			padding-top: 1px;
			float: left;
		}
		
		#content {
			width: 619px;		/*255(left) + 619(content) = 844(header)*/
			overflow: hidden;
		}	
			#uppercontent {
				margin-left:20px;
			}
			
			#lowercontent {
				margin-left:20px;
			}
			
			
		#footer {
			width: 890px;
			/*margin: 0 auto;*/	/*to center the footer within the container*/
		}
