body {
	font: 12px/17px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	margin-top: 80px;
}

h1 {
	color: #006688;
}

a img {
	border: none;
}

a { color: red; }

div#content {
	position: absolute;
	left: 50px; top: 0;
	width: 810px;
	min-height: 500px;
	background-color: white;
	padding: 0 15px 60px 15px;
}


/***** Christmas Update ******
* The following two styles have been inserted only for a christmas campaign*/

div#content_christmas {
	position: absolute;
	left: 50px; top: 345px;
	width: 810px;
	min-height: 500px;
	background-color: white;
	padding: 0 15px 60px 15px;
}
p.logo_christmas{
	width: 160px; height: 92px;
	margin: 0px 0 0px 0px;
	position: absolute;
	left: 28px;
	top: 0px;
}
/*#content_christmas form p { margin: 0 0 5px 0; float: none; clear: both; }
#content_christmas form ul { list-style: none !important; }
#content_christmas form ul label { width: 200px; }*/


/*** End of christmas update****/
p.link {
	border-bottom: 1px dotted black;
	font-size: 10px;
	padding:  5px 0 3px 210px;
	margin: 0;
}
p.link a {
	text-decoration: none;
	color: red;
}


p.logo {
	width: 278px; height: 206px;
	margin: 35px 0 80px 0px;
}


div.news-item h2 {
	margin: 10px 0 15px 0;
	color: red;
}

div.news-item {
	
	padding: 15px 0 15px 0;
	width: 550px;
	background: url(/media/img/div.gif) no-repeat 0 0;
}

div.news-item p {
	width: 450px;
	margin: 0 0 1em 0;
}

div.item {
	border-top: 1px dotted black;
	padding: 15px 0 15px 0;
}
div.item p:first-child {
	margin-top: 0;
}

div.item img, div.news-item img {
	display: block;
	margin-bottom: 5px;
}

h3 {
	font-size: 21px;
	line-height: 28px;
	color: red;
	margin-top: 0;
}

.yellow {
	background-color: yellow;
	width: 450px;
}


.red {
	color: red;
}

div.left {
	float: left;
	width: 180px;
	margin-right: 30px;
}

div.right {
	float: left;
	width: 520px;
}

div.clear {
	clear: both;
}

.footer {
	padding-top: 30px;
}

.footer a {
	float: left;
	border: 0;
	margin-right: 20px;
}


/* FORMS */

div.clear { clear: both; line-height: 0; height: 0; font-size: 0; border: 0; padding: 0; margin: 0; }

form { margin: 20px 0; }
#content form p { margin: 0 0 5px 0; float: none; clear: both; }
#content form ul { list-style: none !important; }
#content form ul label { width: 200px; }
label { width: 80px; float: left; }
input { font: 12px/15px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif; }
input.send { margin-left: 80px; width: 80px; clear: both; float: none; }

ul#mails { list-style: none; margin: 0; padding: 0;  }
ul#mails a { color: #f00; font-weight: bold; font-size: 14px; }