* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background: #ffffff;
}

h1, h2, h3 {
	margin-bottom: 20px;
	font-family: Book Antiqua, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

h1 { font-size: 2em; }
h2 { font-size: 2em; }
h3 { font-size: 1.4em; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #0065CC;
}

a:visited {
     color:#90049d
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
	height: 36px;
	margin-bottom: 15px;
	background: url(images/img06.gif) repeat-x left center;
}

/* Header */

#header {
	width: 780px;
	height: 122px;
	background: #ffffff url(images/01.jpg) no-repeat center top;
	margin: 0 auto;
}

/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	background: #ffffff;
}

/* Content */

#content {
	float: right;
	width: 450px;
	padding: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 259px;
	padding: 0px 0px 0px 0px;
	background: #bcae8c url(images/02.jpg) no-repeat center top;
}

.animation {
    margin-top: 223px;
}

.navigation {
	margin-top: 0px;
}

/* Footer */

#footer {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0;
	background: #ffffff url(images/img06.gif) repeat-x;
	border-top: 1px solid #000000;
	font-size: small;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #000000;
}

#footer a {
	color: #042fb9;
}