#header {
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #c1377e;
	border-top-style: none;
	background-position: 25px;
	background-repeat: no-repeat;
	background-image: url(../images/logo.png);
	height: 80px;
	width: 100%;
	background-color: #F8459F;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
}

#footer {
clear: both;
margin: 40px;
font-size: 10px;
}

#navcontainer {
}
#navigation ul {
list-style: none;
}
#navigation li {
display: inline;
padding-right: 15px;
margin: 5px;

}

#navigation a:hover {
background-color: #f9c6dc;
}
#navigation a:visited {
color: blue;}

a:visited {
color: blue;
}


#content {
	float: left;
	width: 550px;
}
#sidebar {
	float: right;
	width: 300px;
	height: 250px;
	margin-left: 20px;
	margin-top: 77px;
}
#wrapper {
margin-left: 40px;
width: 900px;
/* background-color: lime; */
}
p {
line-height: 23px;
}
h1 {
font-family: Verdana, sans-serif;
font-size: 20px;
}
h2 {
font-family: Verdana,san-serif;
font-size: 15px;
}
#imgstyle {
padding: 10px;
border-style: solid;
border-width: 1px;
border-color: #CCCCCC;
margin: 10px;
}

#footer {
/* 	background-color: #4ee3ff; */
	clear: both;
}

