﻿
body {

	margin: 0px;
	padding: 0px;
	background: #dfd295;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4d4d4d;

}

p{
	line-height: 180%;
}

a {
	text-decoration: none;
	color: #696969;
}

a:hover {
	color: #969696;
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 20px;
}

img.alignright {
	margin-left: 20px;
}

a img {
	border: none;
}

/* Wrapper */

#wrapper {
	background: url(pics/images/bg.jpg) repeat-x left top;
}


/* Header */

/*#header {
	width: 945px;
	height: 59px;
	margin: 0px auto;
 	background: url(pics/images/bg_01.jpg) no-repeat left top;
}*/


/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 25px 30px 0px 45px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 10px 0px 12px;
	background: url(pics/images/img02.gif) no-repeat left center;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #696969;
}

#menu a:hover {
	text-decoration: underline;
	color: #969696;
}

#menu .first a {
	background: none;
}
/* Logo */
#logo {
	float: left;
	
}

/* Page */

#page {
	width: 945px;
	height: 509px;
	margin: 0px auto;
	background: url(pics/images/bg_03.jpg) no-repeat left top;
}

/*#bgtop {

	width: 945px;
	height: 306px;
	margin: 0px auto;
	background: url(pics/images/bg_02.jpg) no-repeat left top;
}*/


#content {
				float: left;
				width: 620px;
				padding: 40px 0px 0px 50px;
				text-decoration: none;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 16px;
				color: #696969;
}

#content h1 {
				text-decoration: none;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 20px;
				color: #696969;
				padding-top: 0px;
				padding-bottom: 0px;
}

#content a:hover {
	text-decoration: underline;
	color: #969696;
}
/* Footer */

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 40px 20px 0px 0px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin: 15px 15px 25px 0px;
}

#sidebar li li {
	font-size: 11px;
}

#sidebar h3 {
	height: 27px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background: url(images/img04.gif) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #696969;
}

#sidebar h2 {
	height: 27px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	background: url(images/img04.gif) no-repeat left top;
	font-size: 24px;
	color: #696969;
}

#sidebar a {
	color: #969696;
}


#footer {
	width: 945px;
	height: 76px;
	margin: 0px auto;
	background: url(pics/images/bg_04.jpg) no-repeat left top;
	
}

#footer p {
	margin: 0px;
	padding: 30px 0px 30px 0px;
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #696969;
}

#footer a:hover {
	text-decoration: underline;
	color: #969696;
}

.thumbnail{
				padding: 3px 3px 8px 3px;
				background-color: #DFD295;
				border: 1px solid #2a2a2a;
				float: left;
				margin-right: 10px;
				margin-bottom: 10px;
}	
