/* Default settings */
body {
margin:0;
padding:0;
font-size: 13pt;
font-family: Arial;
text-align: center;
}
p {
margin: 0;
padding: 0;
}
h1 {
font-size: 17.25pt;
color: #bf1e2e;
font-weight: normal;
}
a,a:visited {
font-size: 11px;
color: white;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
border: none;
}
/* End default settings */
/* More settings */
#container {
margin: 0 auto;
width: 887px;
min-width: 887px;
padding: 0px;
min-height: 500px;
}
.smallPadding {
padding-top: 3px;
}
.content {
padding: 5px;
}
.center {
text-align: center;
}
.clear {
	clear:both;
	font-size:0px;
	height:0px;
}

/* End more settings */

/* Header settings */

#headerBackground {
background: url("headerBackground.png") no-repeat ;
height: 150px;
position: relative;
}
.logo {
background: url("logo.png") no-repeat;
width: 270px;
height: 125px;
position:absolute;
top: 10px;
left: 5px;
z-index: 1;
}
.menu {
text-align: left;
padding: 0px;
margin: 0px;
line-height: 25px;
background-color: #bf1e2e;
}
.menu li {
display: inline;
margin-right: 75px;
}
.menu a,a:visited {
font-size: 15pt;
color: #ffffff;
}
.menu a:hover,a:focus {
text-decoration: underline;
color: black;
}
.menu a.current:hover,a.current:focus,a.current:visited,a.current {
text-decoration: none;
cursor: default;
color: black;
}
.menu ul {
display: inline;
}
.titles {
background-color: #dedede;
line-height: 15px;
padding-left: 10px;
text-align: left;
}
.titles h2 {
font-size: 11px;
color: black;
display: inline;
}
/* End header settings */

/* Content */

.rightPart {
text-align: left;
padding: 0 10px 0 90px;
color: black;
margin-left: 50%;
}
.leftPart {
text-align: left;
float: left;
width: 50%;
}
.photoText {
min-height: 110px;
max-height: 110px;
margin-bottom: 20px;
}
.photo {
float: left;
margin-right: 10px;
width:176px;
}

/* End content */

/* Bottom bar */

#bottomBar {
text-align: center;
line-height: 24px;
background-color: #bf1e2e;
color: #ffffff;
font-size: 12pt;
}

/* End bottom bar */