
* {
	font-family: Verdana;
	vertical-align: top;
}

body {
	background: #fff;
}

p {
	margin: 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

li {
	margin-left: 10px;
	list-style: none;
}

#signature {
	float: right;
	font-style: italic;
	margin-right: 20px;
}

#header {
	background: #000 url(../images/header.png) no-repeat 0 0;
	width: 800px;
	height: 160px;
	float: left;
	border-bottom: 1px solid #000;	
}

#left_col {
	height: 100%;
	width: 199px;
	float: left;
	padding-top: 10px;
}

#left_col a {
	color: #000;
	width: 183px;
	text-decoration: none;
}

#left_col a:hover {
}

#left_col p:hover {
	width: 183px;
	background: transparent url(../images/hover.png) no-repeat 0 0;
}

#left_col p {
	color: #000;
	width: 183px;
	text-decoration: none;
	padding: 5px 8px;
}

#right_col {
	background: #fff url(../images/right_col.png) no-repeat 0 0;
	width: 570px;
	float: right;
	border-left: 1px solid #000;
	padding: 10px 15px 20px 15px;
	text-align: justify;
	min-height: 200px;
}

#right_col a {
	color: #000;
	text-decoration: none;
}

#right_col a:hover {
	color: #000;
	text-decoration: underline;
}

#right_col img {
	margin: 6px;
	width: 110px;
	height: auto;
	border: 6px solid #d5d8ce;
}

#main_wrap {
	border: 1px solid #000;	
}

#main_col {
	background: #d5d8ce url(../images/left_col.png) no-repeat 0 0;
	min-height: 200px;
}

#footer {
	color: #424036;
	background: #000;
	width: 100%;
	height: 32px;
	border-top: 1px solid #000;
	text-align: center;
	padding-top: 6px;
}
