/* Generic CSS file - strip browser defaults */

a:link, a:hover, a:visited, a:active { text-decoration:none; }

ul, ol {	list-style:none; }

html,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,body,div,code,fieldset,legend,input,img,hr { margin:0; padding:0; border:0; font: 1em; }

a img { border:0; }

/****************************************************************/

body	{
	font-size: 90%;
	font-family: 'Platino Linotype', 'Apple, Chancery', 'URW Palladio L', serif;
	background: url(images/body_bg3.jpg) repeat-x top;
	background-color:  #f1ad70; /* #9fcb8e; */
	padding-bottom: 40px;
}

#main	{
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background-color: #fff;
	border: 1px solid #999;
	}

#backlink {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;

}

#content {
	padding: 40px 40px;
	
}

#nav li {
	display: inline;
	background: url(images/nav_bg.jpg) repeat-x;
	margin-right: 5px;
	border-top: 4px solid #999;
	padding: 2px 5px;
}

#nav a {
	color: #333; 
	line-height: 2em;
}

#nav a:hover {
	color: #933;
}

#sidebar {
	float: right;
	margin: 0 0 20px 40px;
	width: 170px;
	text-align: center;
}

#wwccr {
	margin: 40px 0 20px 0;
}

h1 {
	background-image: url(images/header2.png);
	height: 154px;
	text-indent: -2000px;
}

h2, h3 {
	margin: 20px 0;
	font-family: 'Arial', 'Helvetica', 'FreeSans', sans-serif;
	color: #300;
}

p {
	margin: 20px 0;
	clear: left;
}

strong {
	color: #300;
	
}

img {
	border: 1px solid #999;
	margin: 10px 10px 10px 0;
}

.fleft {
	float: left;
}

.clear {
	clear: both;
}

#photos {
	padding-left: 85px;
}

#photos .gallery {
	background-color: #f1e8cc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
	padding: 10px;
}

.center {
	text-align: center;
}
/****************************************************/
form {
	line-height: 2em;
}

input, textarea {
	border: 1px solid #300;
	padding: 2px 5px;
	background-color: #f6f6f6;
}

label {
	float: left;
	width: 120px;
}

textarea, .required {
	margin-left: 120px;
}

.required {
	font-size: 0.9em;
}

.submit {
	background-color: #300;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#notsent {
	text-align: center;
	color: #f00;
}

.invalid	{
			border: 1px solid #f00 !important;
}
/****************************************************/

#footer {
	clear: right;
	padding: 60px 40px 5px 40px;
	font-size: 0.9em;
	color: #999;
	background: url(images/footer.png) no-repeat top;
}