body {
	margin: 0 0 0 0;
	background:url(images/bg-body.jpg);
	font-family: "Trebuchet MS";
}

a {
	color: #CC99CC;
	}
	
a:hover {
	color:#CCCCCC;
	text-decoration: none;
	}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 18px;
	color:#00CC00;
	}

#header-wrap {
	width: 100%;
	height: 250px;
	background: url(images/bg-header.jpg) repeat-x;
	}
	
#header {
	width: 900px;
	margin: 0 auto 0 auto;
	background: url(images/bg-header2.jpg);
	}

#nav {
	padding-top: 198px;
	margin-left: 175px;
	height: 52px;
	}	
	
#nav td {
	width: 98px;
	height: 52px;
	background-color:#333333;
	font-family: "Trebuchet MS";
	font-size: 18px;
	color:#CCCCCC;
	text-align: center;
	line-height: 2.5em;
	}
	
br.test {
	
	}
	
#nav td a {
	color: #CCCCCC;
	text-decoration: none;
	background:url(images/nav-off.png);
	display: block;
	height: 52px;
	width: 98px;
	}
	
#nav td a:hover {
	background: url(images/nav-on.png);
	display: block;
	height: 52px;
	width: 98px;
	}

#content-wrap {
	width: 820px;
	background:url(images/bg-content.png);
	margin-left: auto;
	margin-right: auto;
	}
/*----------BEGIN CONTENT-----------*/	
#content {
	width: 780px;
	margin-left: 30px;
	margin-right: 10px;
	color:#FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 13px;
	}

#top-pictures {

	}
	
#top-pictures img {
	padding: 3px;
	}

#clear {
	clear: both;
	margin: 0px
}
	
#left {
	float:left;
	width: 200px;
	}
	
#left img {
	border: 0;
	}
	
#right {
	float:right;
	width: 580px;
	}


/*contact page----------------------*/
input.textinput {
	background-color: #FFFFCC;
	border: 1px solid #33CC33;
	}

textarea.comments {
	background-color: #ffffcc;
	border: 1px solid #33cc33;
	}
	
select.dropdown {
	background-color: #ffffcc;
	border: 1px solid #33cc33;
	}

/*-----------*/
#footer-wrap {
	width: 100%;
	background-color: #666666;
	height: 100px;
}

#footer {
	margin: auto;
	width: 780px;
	font-size: 12px;
	color: #CCCCCC;
	padding-top: 5px;
	text-align: center;
	}
	
#footer a {
	color: #CCCCCC;
	text-decoration:underline;
	}
	
#footer a:hover {
	text-decoration:none;
	color: #00CC33;
	}
