html {min-height: 100%;}
* {
	margin: 0;
	padding: 0;
}
body {
    background-image: url(img/antiaging-8.jpg);
	font: normal 62.5% Tahoma,sans-serif;
	margin: 10%;
}
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}
.outer-container {
}
.inner-container {
	border: 4px solid darkgreen;
    background-image: url(img/bg-2.jpg);
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}
.header {
	height: auto;
	margin-bottom: 0px;
}
.title {
	color: #FFF;
	padding-top: 0px;
}

.main {
	padding: 0px 12px 0 0;
	margin-top: 0;
}
.content {

	float: right;
	width: 585px;
	color: whitesmoke; 
	font-family: "Verdana",sans-serif; 
	padding-bottom: 1.2em;
}

a { color: black; text-decoration: underline;}
a:hover { text-decoration:none;}
h1 { padding-top: 6px; margin-bottom: 4px; color: whitesmoke; font: normal 1.4em Tahoma,sans-serif;
}
h2 { padding-top: 6px; margin-bottom: 4px; color: whitesmoke; font: normal 1.4em Tahoma,sans-serif;

}
h3 { padding-top: 6px; margin-bottom: 4px; color: whitesmoke; font: bold 0.9em Tahoma,sans-serif;

}


.social { color: blue; font-family: "Verdana",sans-serif;}

img { border: 1px; }

li { list-style: none; 
}

ul {padding-bottom: 1.2em;}

.navigation {
	background-image: url(img/bg-6.jpg);
	float: left;
	width: 170px;
	border-right: thin double black;
	padding-left: 3px;

}



.navigation li a {
	font: bolder 1.0em Verdana,sans-serif;
	text-decoration: none;
	color: black;
}
.navigation li a:hover {
	background: beige;
}

.navigation p a {
	text-decoration: none;
}
.navigation p a:hover {
	color: red;
	text-decoration: none;
}

.footer {

	border: 2px solid darkgreen;
    background-image: url(img/antiaging-7.jpg);
	color: black;
	font: 1em sans-serif;
	padding: 3px;

}
.footer a {
	color: black;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;

}

span.right
{
    text-align: right;
    font-weight: bold;
}