html {
	width:100%;
	height:100%;
}

body {
	min-width:763px;
	text-align:center;
	background-color: #990000;

}

.bodytext{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12pt;
}

.crumbs{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
}

.crumbs a{
	color: #003366;
}

.crumbs a:hover{
	color: #003366;
	text-decoration:underline;
}

div {
	margin:0px;
	padding:0px;
}

div, p, ul {
	text-align:left;
}

img {
	border:0px;
}

a {
	color:#660000;
	text-decoration:none;
}

a:hover {
	color:#660000;
	text-decoration:underline;
}

#area{
	text-align: center;
	margin-left: -381px;
	position: absolute;
	left: 50%;
	visibility: visible;
	width:763px;
	height:548px;
}

#container{
	width:763px;
	height:548px;
	border:1px solid #999999; 
}

#header_top{
	width:763px;
	height:125px;
	background:url(../img/header_top.jpg);
}

#header{
	width:763px;
	height:53px;
}

#menu{
	padding-top:60px;
	padding-left:356px;
	float:left;
}

#content{
	width:763px;
	height:350px;
	padding-top:20px;
	background:white;
}

#text{
	width:500px;
	height:350px;
	float:left;
	padding-right:10px;
}

#photo{
	width:235px;
	height:350px;
	float:right;
}