/*Kent Wong Photography Template Wong3 */
/*Designed by wowit.ca*/
/* Layout Stylesheet */ 
/*dark purple rgb(97,51,209)  */
/*light pink rgb(236,179,234) */

/*scroll-bar css needs to be defined in html selector
when using XHTML doctype */
html{
scrollbar-base-color: rgb(97,51,209);
scrollbar-face-color: rgb(97,51,209);
scrollbar-arrow-color: none;
scrollbar-3dlight-color: none;
scrollbar-highlight-color: none;
scrollbar-shadow-color: rgb(97,51,209);
scrollbar-darkshadow-color:rgb(97,51,209);
}

body {
 margin:0;
 padding:0; 
background-color: rgb(236,179,234);
background-image: url(images/bg1.jpg);
background-repeat: repeat-x;
color: #000000;
text-align:center;
margin-top:0px;
scrollbar-base-color:rgb(97,51,209);
scrollbar-face-color: rgb(97,51,209);
scrollbar-arrow-color: none;
scrollbar-3dlight-color: none;
scrollbar-highlight-color: none;
scrollbar-shadow-color:rgb(97,51,209);
scrollbar-darkshadow-color: rgb(97,51,209);
 }

#outer {
margin:0px auto 0px auto;
 text-align:center;
 border-right:3px dotted rgb(236,179,234);
 border-left:3px dotted rgb(236,179,234);
 width:800px;
 height:600px;
 }

#hdr {
 height:133px;
 background:transparent;
 color: #000000;
 background-image: url(images/LOGO_KWP_embossed.jpg);
 background-repeat: no-repeat;
 text-align:right;
 padding-right:20px;
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #000000;
 border:solid #000000;	
 border-width:0px 0 0px 0;
 }

#bodyblock {
 position:relative;
 background: transparent;
 color: #000000;
 width:800px;
 padding:0;
   border:solid black;
 border-width:0;
 }

#l-col {
 float:left;
 background:transparent;
 /*color: #333333;*/
  border:solid red;
 border-width:0;
 width:130px;
 }

#content {
 width:666px;
 height:360px auto;
 background:transparent;
 color: #000000;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
padding:20 10 0 10;
 }

#ftr {
	height:auto;
	background:transparent;
	color:rgb(0,31,149);
	border:solid black;
	text-align:center;
	border-width:0px;
	margin-top:0px;
	margin-left:5px;
	padding-top:205px;
	line-height: 8pt;
	font-size: 8px;
   font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font : normal;
}
 
 
 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	color:rgb(250,205,255);
}
h2{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:bold;
	color: rgb(250,205,255);
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	text-align:justify;
	text-indent: 0px;
	margin-top:9px;
	margin-bottom:0;
	margin-left:10px;
	margin-right:10px;
	padding-top:0;
	padding-bottom:0;
	line-height : 1.25em;
}

p:first-letter{
  font-size: large;
  font-weight:bold;
  color:rgb(0,31,149);
  line-height : 100%;
 }
 
 p:first-line{
  line-height : 100%;
	}



ul {
	margin: 2px 20px;
	 padding: 2px 20px;;
	 width:275px;
}

li{
	list-style-type : circle;
	
}

/*menu buttons*/
#button{
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#FACDFF;
	width:120px;
	height:21px;
	background-position: top;
	background-color:transparent;
	/*background-image: url(images/buttons/button_0.gif);
	background-repeat: no-repeat;*/
	text-decoration: none;
	padding-top:3px;
	margin-top:2px;
	font-size:12px;
	}


a:link {
	text-decoration: none;
	color: #FACDFF;
	/*color: rgb(90,10,116);
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor:hand;
	text-decoration: none;
}

 a.button, a:visited.button{
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#FACDFF;
	width:120px;
	height:21px;
	background-position: top;
	background-color:transparent;
	background-image: url(images/buttons/button_0.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top:3px;
	margin-top:2px;
	font-size:12px;
}

a:hover.button{
display: block;
background-color:transparent;
background-image: url(images/buttons/button_1.gif);
background-repeat: no-repeat;
text-decoration: none;
color:rgb(97,51,209);
}

 

a:active {
	text-decoration: none;
	color: rgb(70,50,147);
	/*color: #000000;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: extra-bold;
	cursor:hand;
	background-color:transparent;
	background-image: url(images/buttons/button_1.gif);
	background-repeat: no-repeat;
	background : Gray;
}
	/* end of menu buttons*/
