/* Page Content*/

/* TOC

1: - Global Styles

2: - Header

3: - Content

4: - Footer

*/


/* 1 :-------- Global Styles ------------ */

	body {
		font: 12px/18px Helvetica, Arial, sans-serif;
		}
		
	body * {
		margin-top: 0;
		}

/* 2 :-------- Header ------------ */

/* See structure.css */

/* 3 :-------- Content ------------ */
	
	p {
		margin-bottom: 10px;
		}
		
	h1 {
	
		}
	#content h2 {
		font-size: 1.4em;
		font-family: Georgia, Times;
		margin-bottom: 0;
		font-weight: normal;
		}
		
	#content .dialog h2 {
		font-size: 1.2em;
		margin-bottom: 10px;
		color: #fff;
		background: #5d0a6f url(../images/h2_bg.gif) 2px 5px no-repeat;
		padding: 0 4px 0 13px;
		display: inline;
		display: inline-block;
		}
		
	#content h3,
	#footer h3 {
		font-family: Georgia, Times;
		font-size: 1.1em;
		color: #999;
		font-weight: normal;
	}
		
	#content,
	#footer {
		color: #999;
	}
	
	#content .left {
		float: left;
		clear: left;
		margin-bottom: 7px;
		}
		
	#content a {
		color: #5d0a6f;
		}
	#content a:hover {
		color: #fff;
		}
		
	.purpleText {
		color: #5d0a6f;
	}

/* 4 :-------- Footer ------------ */

/* See structure.css */
