/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin:0;
	padding: 0;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h3 {
margin-bottom: 10px;
	background: url(images/img03.gif) repeat-x left bottom;
	font-size: 14px;
	font-weight:normal;
}

p, ul, {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

#video a {
	color: #000000;
	text-decoration: none;
	background: #dddddd;
}

#video a:hover, a:active{
	text-decoration: underline;
}

#video a:visited {
	color: #006600;
}
/* a:link {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
	background: #000000;
}

a:visited {
	color: #006600;
} */

/* Header */

#header {
	width: 610px;
	height: 57px;
	margin: 0 auto 20px auto;
	background: url(images/img03.gif) repeat-x left bottom;
}

#logo {
	float: left;
}

/* Menu */

#menu {
	float: right;
	width: 440px;
}

#menu ul {
	margin: 0;
    text-decoration: none;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: url(images/img02.gif) repeat-x left bottom;
}

/* Page */

#page {
	width: 600px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

/* Footer */

#footer {
	height: 100px;
	min-height: 100px;
	padding:0;
	background:#006600;

}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#legal a {
	color: #476B77;
}

