* {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #2a2a2a;
}

body {
	background-color: #fbfbfb;
}

a {
	color: #2a2a2a; text-decoration: none
}

a:hover {
	text-decoration: underline
}

input, textarea {
	border: 1px silver solid; 
	background-color: white; 
}

input {
	color: #797979; 
}

#top {
	background: url('img/kate_bg.jpg') repeat-x;
	text-align:center;
	width: 100%;
	border: none;
}

#menu {
	width:100%; 
	border:0; 
	text-align:center;
	background-color:#F0F0F0; 
	font-weight: bold; 
	font-size: 12px; 
	padding: 5px 0px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	display: inline;
	padding: 0 5px;
	font-size: 12px;
}

#wrapper {
	width: 800px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}

#left {
	width: 350px;
	float: left;
}

#right {
	width: 444px;
	text-align: center;
	float: left;
}

.content, .news {
	text-align: justify;
}

.news {
	padding: 0 20px;
}

.content h3, .content p
{
	padding-bottom: 13px;
}

.content h3 {
	font-size: 13px;
}

.content ul, .news ul {
	padding-left: 40px;
	list-style-type: disc;
}

.news h2 {
	font-size: 12px;
	text-align: center;
	padding-bottom: 13px;
}

.news h3 {
	font-size: 11px;
	padding-bottom: 13px;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	border-top:1px solid #878787;
	background-color: #feb451;
	padding: 2px 0;
}