* {
    font-family: Helvetica, Arial;
}

body {
    background: #ccc;
}

html, body {
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
}


h1 {
    float: left;
    margin: 5px 5px 5px 50px;
    text-align: center;
    font-size: 24px;
    color: white;
    text-shadow: 5px 5px 5px black;
}

.top_nav {
    float: right;
    overflow: hidden;
}

.top_nav li {
	height: 20px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	background: #3d3d3d;
	float: left;
	text-align: center;
	padding: 5px;
	margin-right: 5px;
	font-size: 13px;
}

.top_nav li a {
    text-decoration: none;
    color: white;
}

.top_nav li a:hover,
.sub_menu li a:hover {
    text-shadow: 2px 2px 2px #ccc;
}

.sub_menu {
    clear: both;
    background: #3d3d3d;
    overflow: hidden;
    text-align: center;
    -moz-border-radius: 10px;
    text-align: center;
    float: left;
    width: 200px;
    margin: 5px auto 5px 27px;
}
.sub_menu li {
    margin: 10px;
    font-size: 14px;
}
.sub_menu li a {
    text-decoration: none;
    color: white;
}

#content {
    float: right;
    margin: 10px;
    width: 740px;
    height: 90%;
}

#content h2 {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}

#content img {
    margin: 10px auto;
    display: block;
    border: 5px solid;
    -moz-border-radius: 5px;
}

#content p {
    margin: 5px auto;
    width: 500px;
}

#content .contact {
    width: 400px;
    overflow: hidden;
    margin: auto;
}

#content .contact p {
    width: 350px;
    clear: both;
    margin: 3px;
    overflow: hidden;
}

#content .contact p label {
    width: 120px;
    float: left;
}

#content .contact p span {
    float: right;
}
