body {
	margin: 0px;
	padding: 0px;
	background-image: url("bg.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: #7386c1;
}


h1 {
	font-size: 16px;
	margin: 5px;
	font-style: italic;
	color: #56679d;
	font-family: Georgia;
}

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

h3 {
	font-size: 12px;
	margin: 0px;
	padding-right: 25px;
	font-weight: bold;
	font-style: italic;
	color: #253b7f;
	font-family: Georgia;
}

ul {
	list-style: circle;
}

li {
	font-size: 11px;
}


blockquote {
	padding: 4px;
	font-size: 11px;
}	
	
#wrapper {
	width: 450px;
	margin-top: 150px;
	margin-right: 200px;
	float: right;
	padding: 0px;
}

#menu {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 440px;
	
}

#content {
	width: 425px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 30px;
}

#footer{
	float: right;
	width: 440px;
	text-align: center;
	font-size: 9px;
	margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	text-align: justify;
}
	
a {
	color: #253b7f;
	text-decoration: none;
}

a:hover {
	color: #56679d;
	text-decoration: none;
}

input, textarea, select {
	margin: 1px;
	border: solid 1px #253b7f;
	font-size: 10px;
	color: #7386c1;
	background-color: #FFFFFF;
}

img {
	border: none;
	padding-right: 3px;
}

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