
	/* body and divs */
	
	body {
		font-family: Helvetica, Arial, sans-serif;
		background: #3b3b3b url(../grey_wood.jpg);
		font-size: 90%;
	}
	
	div#border_container {
		background-color: #C7C7C7;
		padding: 4px;
		width: 428px;
		margin: 50px auto 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border-bottom: 1px solid #696969;
	}
	
	div#container {
		padding: 30px 30px 15px;
		border: 1px solid #0E5574;
		border-top-color: #8D8D8D;
		border-left-color: #BEBEBE;
		border-right-color: #BEBEBE;
		border-bottom-color: #E2E2E2;
		margin: 0 auto;
		background: #fff url(../turq_face.gif) 30px 30px no-repeat;
	}
		
		div#left_col, div#right_col {
			width: 200px;
		}
		
		div#left_col {
			float: left;
		}
		
		div#right_col {
			margin-left: 180px;
		}

		
	/* type */
	
	dl, ul { margin-bottom: 12px }
	
	h2 { margin-bottom: 20px }
		
		h1, h2 { padding-left: 60px }
	
	dl, ul, p {
		line-height: 20px;
		margin-bottom: 15px;
	}
		
		p strong { font-size: 20px; color: #D44747 }
		
		dt, dd {
			display: inline;
		}
			dd { color: #838383; margin-left: 2px; font-size: 11px }
	
	h3, h4 {
		margin-bottom: 8px;
	}
	
	dd, li {
		margin-bottom: 2px;
	}
	
	
	/* forms */
	
	
	/* a hrefs */
	
	a:link {
		color: #24A66B;
		font-weight: bold;
	}
	
	a:visited, a:hover, a:active {
		color: #8FA098;
		font-weight: bold;
	}