* {
	margin: 0px;
	padding: 0px;
}

html,body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

A:link {text-decoration: none; color: #99CC33;}
A:visited {text-decoration: none; color: #99CC33;}
A:active {text-decoration: none; color: #99CC33;}
A:hover {text-decoration: underline; color: #99CC33;}

#outline {
	width: 887px;
	margin: 0px auto 0px auto;
	background: url('i/outline_bg.png') repeat-y;
	min-height: 100%;
	position: relative;
}

* html #outline {
	height: 100%;
}

#top {
	width: 887px;
	height: 61px;
	background: url('i/top.png');
}

#top2 {
	width: 887px;
	height: 161px;
	position: relative;
}

#top2 p.top2text {
	position: absolute;
	bottom: 6px;
	right: 4px;
}

#logo {
	width: 449px;
	height: 100px;
	float: left;
}

#photo {
	width: 386px;
	height: 358px;
	padding: 6px;
	border: 1px solid #D7D7D7;
	float: right;
	text-align: right;
	color: #544D6F;
	background-color: white;
	font-size: 1.2em;
}

#right1 {
	width: 38px;
	height: 372px;
	float: right;
	background: #EFEFEF url('i/right_bg.png') no-repeat;
}

#menu {
	width: 419px;
	height: 254px;
	float: left;
	padding: 18px 0px 0px 30px;
	background: url('i/menu_bg.png') no-repeat;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	margin: 0px;
	padding: 0px;
	height: 49px;
}

#menu img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}

#menu2 {
	width: 887px;
/*	height: 254px;*/
	float: left;
	padding: 0px 0px 0px 54px;
	background: url('i/menu2bg.png') repeat-y;
	display: block;
}

#menu2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu2 li {
	margin: 0px;
	padding: 0px;
	height: 56px;
	display: inline;
}

#menu2 img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#menu2 li a {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#content_top {
	background: url('i/rounded_top.png') bottom no-repeat;
	width: 887px;
	height: 37px;
	float: left;
}

#content_top2 {
	background: url('i/rounded_top.png') bottom no-repeat;
	width: 887px;
	height: 18px;
	float: left;
}

#content {
	background: url('i/content_bg.png') repeat-y;
	width: 742px;
	float: left;
	padding: 0px 60px 0px 85px;
}

#content_bottom {
	background: url('i/content_bottom.png') top no-repeat;
	width: 887px;
	height: 41px;
	float: left;
	padding-bottom: 88px;
}

#footer {
	background: url('i/footer_bg.png') top no-repeat;
	width: 804px;
	height: 74px;
	padding: 14px 32px 0px 51px;
	color: #333333;
	font-size: 0.8em;
	position: absolute;
	bottom: 0px;
	left: 0px;
	clear: left;
}

#footer img {
	float: right;
}

#content h2 {
	font-size: 1.2em;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
} 

#content hr {
	width: 742px;
	border-top: 1px solid #CCCCCC;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	height: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

#content p {
	color: #333333;
	margin-top: 8px;
	text-align: justify;
	line-height: 15px;
}

#content img.photo {
	float: left;
	border: 1px solid black;
	margin: 6px;
}

#content ul {
	color: #333333;
	margin-top: 8px;
	text-align: justify;
	line-height: 15px;
	list-style-type: square;
	margin-left: 26px;
	line-height: 18px;
}