*{	margin: 0;
	padding: 0;
	}
	
body{ 	font-family: arial, verdana, sans-serif;
		color: #4d4d4d;
		line-height: 2;
		text-align: center;
		background-color: #ffffff;
		}
		
p{ 	font-size: 0.8em;}

#container{	margin: 0 auto;
			width: 500px;
			text-align: left;
			}
			
#main{ 	width: 500px;
		}

.portitem{	width: 500px;
			clear: both;
			}

.portleft{ 	width: 178px;
			float: left;
			}

.portright{ width: 312px;
			float: right;
			margin: 0px 0px 20px 10px;
			}
			


h2{	clear: both;
	}
	
h3{ font-size: 1.2em;
	font-weight: normal;
	}

h4{	font-size: 0.8em;
	}

.portright h2, h3, h4{ 	color: #336B12;
						}

ul.header{ text-align: right;
	}

li.header{ display: inline;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0px 0px 0px 20px;}
	
ul{ list-style: square;
	margin-left: 30px;
	}

li{	font-size: 0.8em;
	}

div.hr {	height: 8px;
			background-color: #DBDBDB;
			clear: both;
			}
div.hr hr{	display: none;
			}





a.about:link, a.about:visited{ 	text-decoration: none;
				color: #C40068;
				}
					
a.about:hover, a.about:active{	text-decoration: underline;
				color: #C40068;
				}
				
a.portfolio:link, a.portfolio:visited{ 	text-decoration: none;
				color: #336B12;
				}
					
a.portfolio:hover, a.portfolio:active{	text-decoration: underline;
				color: #336B12;
				}

a.contact:link, a.contact:visited{ 	text-decoration: none;
				color: #016891;
				}
					
a.contact:hover, a.contact:active{	text-decoration: underline;
				color: #016891;
				}

a.footer:link, a.footer:visited{ 	text-decoration: none;
				color: #4d4d4d;
				}
					
a.footer:hover, a.footer:active{	text-decoration: underline;
				color: #4d4d4d;
				}	

.imgport{	width: 164px;
			height: 104px;
			background-image: url("images/port_img_bg2.jpg");
			padding: 14px 0px 0px 14px;
			margin: 6px 0px 0px 0px;
			}
			
img{ 	display: block;
			}
			
.knome {	display: none;
			}
			
h3.aboutheading, h4.aboutheading{	color: #C40068;
							}
							
h3.contactheading, h4.contactheading{	color: #016891;
							}
								
input, textarea{ 	margin: 0px 0px 0px 0px;
					padding: 3px;
					border: 1px solid #016891;
					font-size: 1em;
					color: #4d4d4d;
					font-family: arial, "trebuchet ms", verdana;
					}

input.submit{	border: 1px solid #016891;
				font-size: 1em;
				margin: 10px 0px 20px 0px;
				}
