/*
Website:	http://kinarlaw.com/
*/

/* Misc. */

* {
	margin:0;
	padding:0;
	}
body {
	font-family:"Times New Roman", Times, serif ;
	font-size: 18px;
	background-color: #393939;
	margin: 25px 0 4px 0;
	color: #222222;
}
img {
	border:0;
	}
p {
	margin-bottom:20px;
	line-height:20px;
	}

/* Structure */

#wrapper {
	width:700px;
	margin:0 auto;
	}
#header {
	height:100px;
	line-height:100px;
	background-image:url(images/bg-header.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	}
#content {
	background-color:#fff;
	background-image:url(images/bg-content.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding:10px 40px;
	}
#footer {
	text-align:right;
	background-image:url(images/bg-footer.gif);
	background-repeat:no-repeat;
	background-position:top center;
	line-height:24px;
	color:#efefef;
	}

/* Headings */

h1 {
	font-size:20px;
	font-weight:normal;
	letter-spacing:-1px;
	}

#small {
	font-size:15px;
	}

#content a {
	color:#222222;
	}
#content a:hover {
	color:#222222;
	text-decoration:underline;
	}

#footer a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
	}
