
body {
	background: #fcf9ce;
	font-family:Tahoma, Geneva, sans-serif;
	width:900px;
	min-height:700px;
	margin:0 auto;
	}

a.nav{
	font-family:times;
	font-size:15pt;
	font-weight:600;
	color:#000;
	text-decoration:none;
	margin:5px;
	}

a.nav:hover{
	font-family:times;
	font-size:15pt;
	font-weight:600;
	color:#555555;
	text-decoration:none;
	}

h2{
	font-family:times;
	font-size:15pt;
	font-weight:700;
	color:#000;
	text-decoration:none;
	}

p {
	align: left;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
	}

img.pic{
	border:2px solid #FF0;
	}

# reuben {
	float: left;
	margin-right: 10px;
	}

# jose {
	float: right;
	margin-left: 10px;
	}

.footer {
	margin-top:50px;
	height:25px;
	width: 600px;
	margin:0 auto;
	}


#jsddm {
	float:left;
	text-align:center;
	margin: 0 auto;
	padding:5px 10px;
	width:800px;
	height:50px;
	}
		
			#jsddm li {
				float: left;
				list-style: none;
				font: 14px Tahoma, Arial;
				width:160px;
				}
		
			#jsddm li a 	{
				display: block;
				background: #381d1a;
				padding: 10px 0px;
				text-decoration: none;
				border-right: 1px solid white;
				height: 22px;
				color: #fff;
				white-space: nowrap;
				}
		
			#jsddm li a:hover {
				background: #593640;
				}
				
			#jsddm li ul {
				margin: 0;
				padding: 0;
				position: absolute;
				visibility: hidden;
				border-top: 1px solid white;
				}
			
			#jsddm li ul li {
				float: none;
				display: inline;
				}
			
			#jsddm li ul li a {
				width: 160px;
				background: #736355;
				}
			
			#jsddm li ul li a:hover {
				background: #593640
				}

