* {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #696969;
}

body {
	margin: 0px;
}

p {
	font-size: 11px;
	margin: 5px;
	text-align: justify;
}

h1 {
	font-size: 16px;
	margin: 0px;
	font-style: italic;
}

h4 {
	font-size: 10px;
	margin: 5px;
	text-align: center;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	margin: 0px;
}

li {
	font-size: 11px;
}


blockquote {
	padding: 4px;
	font-size: 11px;
}	
	
#wrapper {
	width: 610px;
	float: left;
}

#header {
	width: 100%;
	height: 200px;
	background-image: url(main.jpg)
}

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #403F39;
	margin: 2px;
	padding: 4px;
	text-align: left;
	float: left;
	width: 205px;
}

#content {
	width: 390px;
	float: left;
}

#footer{
	clear: both;
	width: 600px;
	text-align: center;
	font-size: 9px;
	margin-top: 25px;
}

a {
	color: #403F39;
	text-decoration: none;
}
a:hover {
	color: #403F39;
	text-decoration: underline;
	font-style: italic;
}

input, textarea, select {
	margin: 1px;
	border: solid 1px #403F39;
	font-size: 10px;
	color: #403F39;
	background-color: #FFFFFF;
}

img {
	border: none;
}

.codesort p {
	text-align: left;
}
	
.codesort h2 {
	font-size: 12px;
	margin: 2px;
}