
body {
	margin: 0 0 25px 0; padding: 0;
	background-color: #FFFFFF;
	}

body,
div,
p,
a {
	font: 11pt Arial, Tahoma, Trebuchet MS; line-height: 20px; color: #848484;
	}


/* **************  Structrure  ***************  */

div.container {
	width: 700px;
	margin: 30px auto;
	position: relative
	}


div.content {
	width: 540px; height: auto;
	padding: 0 80px 20px 80px;
	text-align: center;
	}

div.footer {
	width: 760px; height: 35px;
	padding: 11px 20px 0 10px;

	background: url(../images/footer-grey.gif) no-repeat;
	}

div.footer ul {
	margin: 0; padding: 0;
	list-style-image: url(../images/orange-dot_m.gif);

	}

div.footer li {
	margin: 0 0 0 10px; padding: 0;
	display: inline;
	list-style-image: url(../images/orange-dot_m.gif);
	}

	div.footer a:link,a:visited,a:active,a:hover{

		font-size: 9pt;
		text-decoration:none;
		color: #7e7e7e;
		font-weight: bold;
		}

	div.footer a:hover{
			border-bottom: dotted 1px #FF0000;
			}
