
* {
	font-family:georgia;
	color:#7a7a7a;
}

body {
	margin:0;
	padding:0;
	font-size:11px;
}

a {
	text-decoration:none;
}

#base {
	display:block;
	width:100%;
	text-align:center;
}

#center {
	display:block;
	width:880px;
	margin:0 auto;
	padding:0 0 0 20px;
	text-align:left;
}

#content {
	
	display:block;
	width:580px;
	float:left;
	
	border-style:dashed;
	border-color:#000;
	border-width:0 1px 0 1px;
	
	padding:70px 20px 0 20px;
	
	background:url(images/logo.gif) no-repeat center top;
}

#column {
	
	display:block;
	width:238px;
	float:right;
	
	padding:226px 0 0 20px;
	
	background:url(images/jsmd.gif) no-repeat left top;
}


#content h1,
#content h2 {
	display:block;
	margin:0 0 7px 20px;
}

#content h1,
#column h1 {
	font-size:16px;
	color:#3e2f25;
	font-weight:normal;
}

#column h1 {
	font-style:italic;
}

#content h2,
#column h2 {
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}

#column h2 {
	margin:18px 0 4px 0;
}

#content img {
	margin:10px 0 0 0;
}

#column ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#column li {
	display:block;
	margin:4px 0 0 0;
}

#column li a {
	font-variant:small-caps;
	font-size:16px;
	color:#3e2f25;
}

#footer {
	display:block;
	text-align:right;
	padding:18px 0 10px 0;
}

#footer a {
	font-style:italic;
}

