*
{
	margin: 0;
	padding: 0;
}

body
{
	background: url(../images/background-site.jpg);
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11pt;
}

img
{
	border: none;
}

ul
{
	color: #333333;
	font-size: 10pt;
	list-style: square;
	list-style-position: inside;
}

a
{
	color: #6ea8c5;
}

a:hover
{
	color: #0099FF;
}

a:visited
{
	color: #6ea8c5;
}

h2.sidebar
{
	font-weight: 100;
}

h3
{
	font-family: Helvetica, Arial, Sans-Serif;
}

h3.nav
{
	color: #FFFFFF;
	font-weight: 100;
	text-shadow: #660000 2px 2px 2px;
}

h3.nav a
{
	color: #FFFFFF;
}

p.content
{
	color: #666666;
	line-height: 1.6em;
	font-size: 10pt;
}

p.nav
{
	color: #FF9999;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
}

#page
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#container-header
{
	padding-top: 20px;
}

#header
{
	height: 479px;
	margin-top: -20px;
}

#container-nav
{
	height: 479px;
	background: url(../images/background-navigation.png) repeat-x;
}

#container-content
{
	/*padding-top: 40px;*/
}

.button-nav
{
	padding:16px 20px 15px 20px;
	border-bottom:1px dotted #FF6666;
}

.button-nav:hover
{
	background: #FF0000;
	cursor: pointer;
}

.button-nav a
{
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.button-nav a:visited
{
	
}

#container-left
{
	padding: 20px;
}

.container-right
{
	margin-top: 40px;
	padding: 20px;
	border-left: 1px solid #CCCCCC;
}











#footer-content
{
	padding: 20px;
	color: #999999;
	font-size: 10pt;
}

#footer-content a
{
	color: #999999;
}

#footer-content a:hover
{
	color: #FFFFFF;
}

#footer-content a:visited
{
	color: #999999;
}
























/*  STICKY FOOTER CSS  */
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	background: url(../images/background-page.png) repeat-y;
	width: 1018px;
}
.footer
{
	background: #333333;
	width: 1000px;
	margin: auto;
}
.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
}
