/* pinched.com styles start */
/* These are comments. Use them to describe elements etc. */
* {
	color: #003366;
	font: 10pt arial, verdana;
}

html,body {
	margin:0px 0px 0px 0px;
	padding:0px;
	height: 100%;
}

h1 {
	font: bold 14pt arial, verdana;
}

h2 {
	font: bold 11pt arial, verdana;
}

a:link {color: #368F94}
a:visited {color: #000}
a:hover {color: #40B3AA}
a:active {color: #0000FF}

#layout {
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
    height: 90%;
	text-align: left;
	clip: auto;
	padding: 0px 50px 0px 0px; 
	background: url("../images/back.jpg") center no-repeat;
	border: 1px groove red;
}

#head {
	background:#fff;
	border: 1px dashed #6E3694;
}
		
#content_left {
	width:150px;
    height: 100%;
	float:left;
	padding: 10px 5px 15px 5px;
	border: 1px dashed #000;
		}

ol, ul {
	list-style: inside;
}
		
p {
	text-indent: 7px;
}