body, html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #484848;
	background: #fff;
}

html, body, #container {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #container {
	height: auto;
}

ul {
	padding-top: 0px;
	margin-top: 0px;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
}

#base {
	width: 690px;
	margin: 10px auto 10px;
}

#header {
	background: pink;
	color: #fff;
	font-family: Newtown, Arial, Helvetica, sans-serif;
	margin-bottom: -10px;
}

#header h1 {
	font-size: 250%;
	padding-left: 180px;
	margin-bottom: -12px;

}

#header h2 {
	padding-left: 230px;
	padding-bottom: 3px;
	font-size: 150%;
}

/* The settings for the black colors */

.black {
	color: #000;
	background: inherit;
}

/* The navigation settings */

#navigation {
	background: pink;
	color: inherit;
	padding: 3px 10px 10px 30px;
}

#navigation li {
	display: inline;
	padding-left: 10px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 5px;
}

#navigation a:link, #navigation a:visited{
	color:#fff;
	background: pink;
	text-decoration: none;
	border-bottom: 10px solid pink;
}

#navigation a:hover {
	color: #fff;
	background: pink;
	border-bottom: 10px solid #fff;
}

/* The settings for the content */

#content {
	border-top: 5px solid #fff;
}

/* The links for the content */

#content a:link, #content a:visited {
	color: #0059AE;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, #content a:focus, #content a:active {
	color: #0059AE;
	background: inherit;
	text-decoration: underline;
	font-weight: bolder;
}

/* The heading for the content */

#content h1 {
	background: pink;
	color:#fff;
	font-size: 130%;
	padding-left: 10px;
	font-weight: 200;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -5px;
}

/*This lets the big image be place on the left */

#leftpanel  img {
	float: left;
}

/* Bottom to colums*/

#bottomcontent {
	clear: both; 
}

#bottomcontent  img {
	float: right;
	border: 10px solid #fff;
	margin-top: 5px;
}

#bottomleft{
	float: right;
	border-top:  3px solid #fff;
	border-bottom:  3px solid #fff;
	border-right:  3px solid #fff;
	border-left: 20px solid #fff;
	width: 320px;
}

#bottomright {
	border-top:  3px solid #fff;
	border-left:  3px solid #fff;
	border-bottom:  3px solid #fff;
	border-right: 20px solid  #fff;
	width: 320px;
	float: right;
}

/* The footer settings*/

#footer {
	bottom: 0px;
	position: static;
	background: pink;
	color: #fff;
	width: 690px;
	height: 30px;
	text-indent: 10px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	clear: both;
	margin-top: 5px;
	border-bottom: 8px solid #fff;
	border-top: 5px solid #fff;
	font-size: 85%;
}

#footer a:link, #footer a:visited {
	color: #fff;
	background: inherit;
	text-decoration: none;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color: #fff;
	background: inherit;
	text-decoration: underline;		
}