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

body {
	color: rgb(50,50,50);
    text-align: center;
    background-color: rgb(220,220,220);
    font-family:arial;
    background-image: url("../../resources/images/diagonalLinesRight.png");
}

#wrapper {
    width: 800px;
    margin: 15px auto 15px auto;
    text-align:left;
    padding: 8px;
    background-color: rgb(255,255,255);
    border: 8px solid rgb(200,200,200);
}

#header {
	height: 150px;
    background-color: rgb(200,100,100);
    background-repeat: repeat-x;
    background-position: top center;
    color: rgb(255,255,255);
    position: relative;

}

#contact {
	text-align: right;
    position: absolute;
    bottom: 8px;
    right:8px;
}

#contact img {
    vertical-align: top;
    margin-right: 5px;
}


#content {

}

#footer {
	font-size: 0.8em;
	text-align: center;
	color: rgb(100,100,100);
	margin-top: 20px;
}

h3:first-child {

}

h3 {
    background-color: rgb(200,200,240);
    color: rgb(255,255,255);
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 15px;
}

h4 {
    color: rgb(150,150,150);
    margin-bottom: 0px;
    margin-top: 10px;
}

th {
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    padding-right: 10px;
}

td {

}

#location {
	margin: 5px;
	text-align: center;
	border: 1px solid rgb(200,200,200);
}

#location iframe {
    width: 100%;
}

p {
	margin-bottom: 0.5em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

span.person {
    color: rgb(150,50,50);
}

img {
    border: none;
	
}