body {
	margin: 0px;
	padding: 0px;
	background-color: #fffdea;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #333;
}

div#frame {
	margin-left: auto;
	margin-right: auto;
	width: 813px;
	min-height: 500px;
	background-image: url(img/bg.jpg);
	background-repeat : no-repeat;
	padding-top: 61px;
}

div#nav {
	width: 608px;
	margin-left: 59px;
	height: 35px;
	overflow: hidden;
	background-image: url(img/nav.jpg);
	background-repeat : no-repeat;
	background-position : top right;
}

div#content {
	width: 608px;
	margin-left: 59px;#
}

div#content div#top-image {
	height: 339px;
	overflow: hidden;
	background-repeat : no-repeat;
	background-position : top;
	margin-bottom: 20px;
}

div#content div#top-image h1 {
	display: none;
}

h2, p {
	margin: 0;
}

h2 {
	color: #2121b3;
	padding: 10px 10px 10px 20px;
}

h3 {
	color: #2121b3;
	font-size: 14px;
	padding: 10px 10px 0px 20px;
	margin: 0;
}

p {
	padding: 0 10px 10px 20px;
	font-size: 14px;
	line-height: 25px;
}

div.context {
	float: left;
	width: 185px;
	padding-top: 30px;
	background-image: url(img/boy.jpg);
	background-repeat : no-repeat;
	background-position : bottom;	
}

div.main {
	float: left;
	width: 410px;
}

a:link, a:hover, a:visited {
	color: #c1272d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

div.footer ul {
	margin: 0 0 0 50px;
	padding: 0px;
	display: inline;
	float: left;
}

div.footer li {
	list-style: none;
	float: left;
}

div.footer a {
	display: block;
	width: 180px;
	
}

div#nav ul {
	margin: 0 0 0 0px;
	padding: 0px;
	display: inline;
	float: right;
}

div#nav li {
	list-style: none;
	float: left;
}



