/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #554D49;
	background-image: url(images/bg2.gif);
	background-repeat: repeat;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	margin-bottom: .75em;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-bottom: 1.8em;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul, ol {
	list-style-position: inside;
}

ul {
}

ol {
}

a {
	color: #859C0E;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

/* Header */

#header {
	width: 680px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-image: url(images/img01-pica.gif);
	background-repeat: no-repeat;
	background-position: 74px 18px;
}

#header h1 {
	margin: 0;
	padding: 0 196px 0 0;
	text-transform: lowercase;
	text-align: right;
	letter-spacing: 5px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#header h1 a {
	color: #000000;
}

#header h2 {
	margin: -5px 0 0 0;
	padding: 0 210px 0 0;
	text-transform: lowercase;
	text-align: right;
	font: normal 30px Garamond, "Times New Roman", Times, serif;
	font-style: italic;
}

#header a {
	text-decoration: none;
}

/* Page */

#page {
	width: 580px;
	margin: 0 auto;
	padding: 0 0 0 100px;
	background-image: url(images/img02-2.gif);
	background-repeat: repeat-y;
	background-position: 100px 0px;
}

/* Content */

#content {
	float: left;
	width: 339px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
}

#content .image {
	position: relative;
	margin: 3px 20px 0 -100px;
	float: left;
	border: 5px solid #666666;
}

#content .image img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 50px 0 0 0;
}

/* Footer */

#footer {
	width: 470px;
	height: 60px;
	background-image: url(images/img04-2.gif);
	background-repeat: no-repeat;
	background-position: 100px 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 210px;
	padding-bottom: 0;
	padding-left: 0px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: 77%;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer .image {
	position: relative;
	float: right;
	
}
#footer .image img {
	border: 1px solid #FFFFFF;
}
