@charset "UTF-8";
/* CSS Document */

body {
	margin:30px 0 100px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	width:800px;
	-webkit-text-size-adjust:none;
	}
	
a {
	outline:none;
	text-decoration:none;
	color:#777;
	}
	
a:hover {
	text-decoration:underline;
	}
	
img {
	border:none;
	}
	
#nav a:hover {
	text-decoration:none;
	color:#000;
	}
	
#leftcol {
	float:left;display:inline;
	width:220px;
	text-align:right;
	border-right:1px solid #ccc;
	margin:0 40px 0 0;
	}
	
#rightcol {
	float:left;display:inline;
	width:480px;
	margin:0 0 50px 0;
	}
		
#nav {
	margin:0 40px 0 0;
	}
	
#address {
	margin:40px 40px 40px 0;
	font-size:12px;
	line-height:18px;
	}
	
.right {
	float:right;
	margin:0 0 10px 25px;
	}
	
.clear {
	clear:right;
	}
	
.space {
	height:40px;
	width:800px;
	}
	
.offset {
	margin:0 0 0 50px;
	}
	
li {
	list-style-type:none;
	line-height:24px;
	}
	
hr {
	margin:30px 0 0 0;
	}
	
h1 {
	margin:20px 0 0 0;
	font-size:36px;
	}
	
h2 {
	margin:10px 0 0 0;
	}
	
h3 {
	margin:5px 0 0 0;
	font-size:16px;
	}
	
h4 {
	margin:2px 0 0 0;
	font-size:14px;
	font-weight:normal;
	}

p {
	line-height:18px;
	font-size:13px;
	}