/* CSS Document */

/* 1. Reset Mode */

*	{
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, ul, li, ol	{
	color: #000000;
	font-family: Century Gothic, Avant Garde, sans-serif;
	font-size: 1em;
}

/* 2. Layout */

body	{
	background: url(../images/pk-fade.png) repeat-x #cbcbcb fixed;
}

#container	{
	background: url(../images/pk-backgroundnew.jpg) no-repeat transparent;
	height: 600px;
	margin: 0 auto;
	width: 800px;
}

#content	{
	margin: 0 auto;
	width: 616px;
}

#navigation	{
	height: 32px;
	padding: 110px 0 0 0; 	
	width: 616px;
}

#maintext	{
	height: 411px;
	overflow: auto;
	padding: 10px;	
	width: 606px;
	scrollbar-3dlight-color:#F4F4F4;
           scrollbar-arrow-color:#C668B2;
           scrollbar-base-color:#F4F4F4;
           scrollbar-track-color:#F4F4F4;
           scrollbar-darkshadow-color:#F4F4F4;
           scrollbar-face-color:#F4F4F4;
           scrollbar-highlight-color:#F4F4F4;
           scrollbar-shadow-color:#F4F4F4;
}

#maintext-2	{
	height: 411px;
	padding: 10px;	
	width: 606px;
	overflow: auto;
	scrollbar-3dlight-color:#F4F4F4;
           scrollbar-arrow-color:#C668B2;
           scrollbar-base-color:#F4F4F4;
           scrollbar-track-color:#F4F4F4;
           scrollbar-darkshadow-color:#F4F4F4;
           scrollbar-face-color:#F4F4F4;
           scrollbar-highlight-color:#F4F4F4;
           scrollbar-shadow-color:#F4F4F4;
}
		
		#maintext blockquote, #maintext-2 blockquote	{
			background-color: #f6cdef;
			border-left: 6px solid #c668b2;
			padding: 1.4em;
		}

#footer	{
	height: 15px;
	padding: 22px 0 0 0;
	width: 616px;
}


/* 3. Text */
p	{
	font-family: Calibri, Verdana, Kalimati, sans-serif;
	margin: 0 0 1em 0;
}

#maintext ul, #maintext-2 ul	{
	list-style-type: square;
	margin: 1em 0 1em 4em; 
}

#maintext li, #maintext-2 li	{
	font-family: Calibri, Verdana, Kalimati, sans-serif;
	font-size: 0.9em;
	margin: 0 0 0.6em 0;
}

#maintext p, #maintext-2 p	{
	font-size: 0.9em;
	text-align: left;
}

#footer p	{
	font-size: 0.8em;
	text-align: right;
}

h1, h2, h3	{
	color: #b01c8c;	
	font-family: Century Gothic, Avant Garde, sans-serif;
	margin: 0 0 1em 0;
}

#maintext h1, #maintext-2 h1	{
	font-size: 1.1em;
}

#maintext h2, #maintext-2 h2	{
	font-size: 0.95em;
	margin: 2em 0 1em 0;
}

#maintext p.emphasis, #maintext-2 p.emphasis	{
	font-style: italic;
	line-height: 1.4em;
}

#maintext blockquote p, #maintext-2 blockquote p	{
	margin: 0;
}

#maintext-2 p.address	{
	margin: 0 0 0 2em;
}

#maintext-2 p.address-bold	{
	font-weight: 600;
	margin: 0 0 0 2em;
}

/* 4. Navigation */

a	{
	color: #b01c8c;
	text-decoration: none;
}

a:hover	{
	color: #b01c8c;
	text-decoration: underline;
}

a:active	{
	background-color: #b01c8c;
	color: #000000;
	text-decoration: none;
}

#navigation a	{
	color: #b01c8c;
	display: block;
	text-decoration: none;
}

#navigation a:hover	{
	color: #b01c8c;
	display: block;
	text-decoration: underline;
}

#navigation a:active	{
	background-color: #b01c8c;
	color: #000000;
	display: block;
	text-decoration: none;
}

#navigation ul	{
	display: inline;
	float: right;
	list-style-type: none;
	width: 270px;
}

#navigation li	{
	display: inline;
	float: left;
	font-size: 0.75em;
	font-weight: 400;
	text-align: center;
	width: 90px;
}


/* 5. Images */

img.left	{
	border: 6px solid #f0d3e9;
	float: left;
	margin: 0 1.5em 1.5em 0;
}

img.right	{
	border: 6px solid #f0d3e9;
	float: right;
	margin: 0 0 1.5em 1.5em;
}