body {
	margin:0px;
	font-family: book antiqua,souvenir lt bt,serif;
	color: #555555;
        background-color: #e9e8f9;
}

div.main {
	width: 700px;
	margin: 60px auto;
	background: url(menu.jpg) #ffffff repeat-y 0 0;
	border: 2px solid #593e7c;
}

div.photobar {
        float: auto;
	width: 700px;
	height: 160px;
	margin: 0px;
}

div.textbar {
	margin-left: 0px;
	padding: 20px 0px 15px 0px;
	width: 700px;
	font-size: 12pt;
	float: auto;
	
}

div.textbar p {
	margin-left: 0em;
	margin-right: 0em;
}

a {
	text-decoration: none;
}

div.menu {
	width: 150px;
	padding-left: 20px;
        float: left;
        margin-right: 35px;
        
}

div.menu a:link {
	text-decoration: none;
	color: #e9e8f9;
        font-size: 12pt;
        border-bottom: 1px dotted;
}

div.menu a:visited {
	color: #e9e8f9;
	border-bottom: 1px dotted;
}

div.menu a:hover {
	color: #e9e8f9;
	border-bottom: 1px solid;
}

div.menu p {
	margin: 0px 0px 1em 0px;
}

div.content {
        margin-left: 210px;
        margin-right: 15px;
}

div.content a:link {
	color: #593e5a;
	border-bottom: 1px dotted;
}

div.content a:visited {
	color: #593e7c;
	border-bottom: 1px dotted;
}

div.content a:hover {
	color: #593e7c;
	border-bottom: 1px solid;
}

table.members td {
        text-align:left;
        padding: 0px 20px 0px 20px;
}

table.members a:hover {
        color: #593e7c;
}

div.pagetitle {
        font-size: 125%;
        font-weight: bold;
        margin: 1em 0px 1em 0px;
        color: #593e7c;
}


div.businessname {
        color: #593e7c;
        font-weight: bold;
        font-size: 95%;
}

div.subtitle {
        color: #593e7c;
        font-weight: normal;
        font-size: 95%;
}

div.profile {
}

div.profilephoto {
        float: right;
        margin-left: 1em;
        margin-bottom: 0em;
        margin-right: 2em;
}

div.citylist {
        color: #b6b5c6;
        font-style: italic;
        float: auto;
}




