@charset "UTF-8";
/* CSS Document */

BODY {
	background: #bcbec0 url(../photos/home/background.jpg) repeat-y 50% 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
#main{
	height:100%;
	width:800px;
	float:center;
}
#top-photo{
	height:187px;
	width:800px;
	margin:auto;
	text-align:center;
}
#middle-photo{
	min-height:600px;
	width:800px;
	margin:0 auto;
	text-align:left;
}
#bottom-photo{
	background: #bcbec0;
	min-height:200px;
	width:804px;
	margin:auto;
	text-align:center;
	clear:both;
}
#minheight-menu{
	width:241px;
	background-image:url(../images/home/bodybgimage_left.jpg);
	background-repeat:repeat-y;
	text-align:left;
	float:left;
	overflow:hidden;
	display:inline;

}
#minheight-main{
	width:489px;
	background-image:url(../images/home/bodybgimage_right.jpg);
	background-repeat:repeat-y;
	padding-left:30px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:60px;
	text-align:left;
	float:right;
	overflow:hidden;
	display:inline;
}
.txt-subtitle
{
    FONT-SIZE: 13pt;
	color:#00b0d8;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.txt-title
{
    FONT-SIZE: 16pt;
	color:#d3232a;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.txt-main
{
    FONT-SIZE: 11pt;
	color:#000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color:#333333;
	text-decoration: underline;
}
a.body:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color:#d3232a;
	text-decoration: underline;
}
a.body:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color:#d3232a;
	text-decoration: underline;
}
a.body:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color:#d3232a;
	text-decoration: underline;
}
a.body:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color:#d3232a;
	text-decoration: none;
}