@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div {
	color: #4e2f12;
	font-size: 8pt;
	font-family: tahoma;
	
	
}

#repeatbackground {
	background-image: url(images/background_repeat.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
}
#staticbackground {
	background-image: url(images/background_full.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
	height: 740px;
}
#transwhite {
	background-image: url(images/bg_transwhite2.png);
}
#content {
	width: 960px;
	margin: 0 auto;
}

#content_left {
	padding: 10px;
	width: 500px;
	float: left;
}
#content_full {
	width: 880px;
	padding: 20px;
}
#content_full td img {
	border: 5px #ffffff solid;
}

#content_right {
	float: left;
	width: 400px;
}
#contact_right {
	margin-top: 10px;
}
#contact_right input, #content_right textarea  {
	width: 50%;
}
#content_right_submit {
	/*height: 25px;
	width: 60px;
	background-image: url(images/button_send.gif);
	background-repeat: no-repeat;
	background-position:top right;*/
	margin-right: 10px;
	width: 80px;/**/
}
.align_right {
	text-align: right;
}
.clearfloat {
	clear: both;
}
#flash {
	width: 960px;
	margin: 0 auto;
}


/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
width: 500px;
text-align: right;
padding: 2px 0;
margin: 5px 0;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 0px solid black;
color: #ffffff;
background-color: #513113;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #513113;
background-color: #cc9933;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: #cc9933;
}
a {
	color: #513113;
}
