#container {
        border-style: solid;
        border-color: #ffffff;
        border-width: thin;
	width: 850px;
        text-align: left;
}

#top {
	background-image: url('/images/headbg.jpg');
	border-bottom: 1px solid #ffffff;
        padding: 0px 0px 5px 10px;
}

#nav {
	background-color: #4d4d4d;
	border-bottom: 1px solid #ffffff;
        padding: 5px 10px 5px 10px;
        height: 20px;
}

        ul#ntxt {
		list-style: none;
		float: right;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #fff;
	}
		ul#ntxt li {
			float: right;
			margin: 0 20px 0 0;
		}
			ul#ntxt li#title {
				float: left;
        		        text-align: left;
		                margin: 0 275px 0 0;
        		        font-size: 14px;
        		        font-weight: bold;
			}

#photo {
	width: 550px;
        height: 400px;
        text-align: left;
        padding: 20px 20px 20px 20px;
}

#rtxt {
        float: right;
        font-size: 12px;
        color: #fff;
	width: 220px;
        padding: 20px 20px 20px 0px;
}
#ad {
        height: 70px;
        text-align: center;
        padding-bottom: 20px;
}


.pcred {
        font-size: 10px;
}

a {text-decoration: underline;}
a:link {color: #ffffff;}
a:hover {color: #CCCCCC;}
a:visited {color: #CCCCCC;}
a:active {color: #ffffff;}