@charset "UTF-8";
/* CSS Document */
/* v1.0 | 20080212 */

html, body, 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-image:url(images/main.png);
	background-position:top;
	background-repeat:repeat-x;
	
}

a:link, a:visited {
	color:#900;
}

ul.nav li {
	margin:10px 0;
	font-size:16px;
	text-align:center;
}

ul.nav li a {
	text-decoration:none;
	display:block;
	background-color:#999;
	padding:5px 0;
}

ul.nav li a:hover {
	background-color:#FFF;
}
	
a:hover {
	color:#F90;
}
.revu {
	direction: rtl; unicode-bidi: bidi-override;}
.texty {
	margin-top:-70px;
	height:120px;
	display:block;
	margin-left:170px;
	font-size:1.4em;
}
.mainbox h2 {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#C00;
	padding-bottom:22px;
	background-image:url(images/h2-thing.png);
	background-repeat:repeat-x;
	background-position:bottom;
	
}
p {
	line-height:18px;
	margin-bottom:20px;
}
#header {
	background-color:#1d1d1d;
}
#banner {
	
	background:url(images/bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	text-indent:-30000px;
	height:250px;
}
#navbar {
	height:40px;
	background-image:url(images/navbar.png);
	background-repeat:repeat-x;
}

#navbar a:link, #navbar a:visited {
	color:#fff;
	text-decoration:none;
}

#navbar a:hover {
	color:#FF0;
}

#bottombanner {
	background-image:url(images/bannerbottom.png);
	background-repeat:no-repeat;
	height:38px;
	margin-left:20px;
}
.wrapper {
	width:900px;
	margin:0 auto;
}
.bodywrapper {
	width:900px;
	margin:0 auto;
	background-image:url(images/bg-conga.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#navbar ul {
	padding-top:12px;
	color:#FFF;
	float:right;
}

#navbar li {
	display:inline;
	margin-right:20px;
}

#leftcol {
	margin-top:20px;
	float:left;
	width:600px;
}

.quote {
	padding:10px;
	background-color:#DADADA;
	border:1px #999 solid;
	margin-bottom:10px;
	
}

#rightcol {
	margin-top:20px;
	float:right;
	width:280px;
}
.mainbox {
	padding:20px;
	background-color:#CCC;
	margin-bottom:20px;
	border:#999 solid 1px;
}
img.photos {
	margin-bottom:20px;
}

h3 {
	font-size:16px;
	padding-bottom:22px;
	background-image:url(images/h2-thing.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#clear {
	clear:both;
	}

#footer {
	text-align:center;
	width:400px;
	margin:20px auto 0;
}