@charset "UTF-8";

/* my css file */ 

body {
	margin: 0 auto;
	width: 850px;
	font-family: minion, mrs eaves, serif;
	background-color: #633;
}
header,
section {
	margin-bottom:20px;
	padding-bottom:20px;
	text-align:center;
	<img src="../images/logo.png" alt="Logo">

}
.column {
	float:left;
	width:43%;
	padding:28px;
	margin-right:0px;
	margin-left:0;
	margin-bottom:0px;
	display:inline;
}
footer {
}
.clear {
	clear:both;
}

h1 {
	font-size:57px;
	font-style:oblique;
	color:#C96;
	text-align:center;
	font-family: 'Radley', serif;	
}

h2 {
	color: #C96;
	font-size:24px;
	font-style:roman;
}
h3 {
	color: #999;
	font-size: 20px;
	font-style: regular;
}

h3.byline {
	color:#600;
	font-size:25px;
}
h4 {
	font-style:roman;
	font-size:15px;
	color:#CCC;
}

p {
	font-size:16px;
	line-height:24px;
	color:#CCC;
	margin-bottom:20px;
}

a:link {
	color:#333;
	text-decoration: none;
}

a:visited {
	color:#999;
	text-decoration: none;
}
nav {
	border:1px;
	border-width:1px 0;
}
nav ul {
	margin:0;
	padding:0;
	display:inline;
	list-style-type:none;
}
nav ul li {
	position:relative;
	float:left;
	margin:0 0 0 0;
	font-size:18px;
}
nav > ul:after {
	content:"";
	display:table;
	clear:both;
}
nav ul li a {
	display:inline;
	margin:0;
	padding:10px;
	font-size:18px;
	line-height:12px;
	text-decoration:none;
	color:#333;
}
nav ul li:hover ul {
	display:block;
}
 fieldset { border:0px; }