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


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */

/* first reset all styling */

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


body {
	background-image:url(../images/bg-slice.jpg);
	background-repeat:repeat-x;
	background-color:#182608;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	
}

div.wrap {
	background:url(../images/website-bg.jpg) no-repeat center top;	
	width:870px;
	margin:auto;
	padding:235px 35px 0px 35px;
}

div.flashbox {
	width:770px;
	height:216px;
	background:url(../images/flash-bg.jpg) repeat-x;
	padding:10px 51px 10px 50px;
}

div.navbar {
	width:170px;
	height:50px;
	padding:0px 80px 0px 620px;
	margin-top:-1px;
}

div.textbox1 {
	width:770px;
	padding:0px 50px 10px 50px;
	height:100%;
}

div.footer {
	text-align:center;
	background:url(../images/horizontal.gif) repeat-x;
	width:730px;
	height:65px;
	padding:15px 71px 0px 70px;
}


div.bottom {
	text-align:center;
	background:#FFFFFF;
	width:870px;
	padding:25px 0px 15px 0px;
}

div.tagbox {
	text-align:center;
	width:870px;
	padding:10px 0px 10px 0px;
}
	


/* Gallery Page */

div.titlebox {
	width:870px;
	height:86px;
}

div.divider {
	width:260px;
	height:1px;
	background-color:#999;
	margin: 30px 255px 30px 255px;
}

img.galpic {
	padding:5px;
	margin:10px;
	border:#999 1px solid;
}

