a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #ff0000;
}

ul {
	font-size: 12px;
}

li {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #280092;
}

li:hover {
	background-color: #CBD1F1;
}

.light-blue-bg {
	background-color: #D1C3F4;
	padding: 7px;
}


#nav { 
width: 100%;
list-style: none;
margin-left: 0;
padding-left: 0;
list-style: none;
background-color: #280092;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}


#nav li {
	margin-bottom: 5px;
	padding-bottom: 2px;
	border: 0;
}

#nav a
{list-style: none;
display: block;
padding: 3px;
width: 100%;
border-bottom: 1px solid #eee;
}

#nav li.current { 
background-color: #6CA0CF; 
}

#nav li:hover {
	background-color: transparent;
}

#nav a:link, #nav a:visited
{list-style: none;
color: #EEE;
text-decoration: none;
}

#nav a:hover
{list-style: none;
background-color: #6CA0CF;
color: #fff;
}

#nav.current { 
background-color: white; 
}

#nav li.offers {
	background: #ff0000;
	font-weight: bold;
}

#nav li.offers a:hover {
	background: #C49797;
	color: #000;
}

body {
	font-family: Tahoma, Arial,sans-serif;
}

h1 {
	background-color: #280092;
	color: #fff;
	padding: 6px;
	text-align: center;
	font-size: 16px;
}

.pictures {
	height: 340px;
	width: 400px;
	background-color: #fff;
	float: left;
	margin-right: 30px;
}

.pictures img {
	margin-top: 50px;
}