@charset "utf-8";
/* CSS Document */

body {
background-color:#fbeaea;
margin-left: 0px;
margin-top: 30px;
margin-right: 0px;
margin-bottom: 0px;
}

p {
font-family:Verdana, Arial;
font-size:15px;
color:#000000;
text-align:left;
}

p a {
color:#ff6666;
text-decoration:underline;
}

p a:hover {
color:#ff9999;
text-decoration:none;
}

p span {
font-size:16px;
color:#ff6666;
font-weight:bold;
}

h1 {
font-family:Arial;
font-size:30px;
color:#ff6666;
text-align:center;
margin:10px;
}

h2 {
font-family:Arial;
font-size:20px;
color:#ff6666;
text-align:left;
margin: 0px 0px 0px 0px;
}

.container {
width:900px;
height:100%;
vertical-align:top;
}

.header {
width:900px;
}

.table {
width:900px;
background-image:url(images/background.jpg);
background-repeat:no-repeat;
background-position:top;
}

.photo {
vertical-align:top;
width:200px;
}

.info {
width:500px;
height:150px;
vertical-align:top;
}

.info p {
margin:0px 0px 5px 0px;
font-size:13px;
}

.address {
width:200px;
vertical-align:top;
}

.address p {
font-size:13px;
}

.footer {
width:900px;
height:60px;
}

.footer p {
font-size:12px;
line-height:14px;
text-align:center;
font-weight:bold;
}

.footer p a {
color:#ff6666;
text-decoration:underline;
}

.footer p a:hover {
color:#ff9999;
text-decoration:none;
}
