</*
-----------------------------------------------
drb main style
version: 2008.01.26
----------------------------------------------- */

h1,h2,h3,h4,h4,h6,p,span,ol,ul,li,form,img { margin:0; padding:0; font-size:100.01%; }

div.clear {
	clear:both;
	height:0;
	margin:0;
	line-height:0;
	font-size:1px;
	}

body {
  margin:0;
  padding:0;
	background:#fff;
  color:#616161;
  font:12px geneva,arial,sans-serif;
	text-align:center;
  }
	


/* header --------------------------- */

#header {
	width:720px;
	height:65px;
	margin:0 auto;
	}

#header #logo {
	float:left;
	width:217px;
	height:23px;
	margin:21px 0 0 0;
	}

#header #text {
	float:left;
	text-align:right;
	width:500px;
	margin:33px 0 0 0;
	font-size:11px;
	letter-spacing:0.3px;
	}
	

/* body --------------------------- */

#content {
	width:720px;
	margin:0 auto;
	background:#f1f1f1 url( ../i/bg.jpg );
	}

#content #main {
	float:left;
	width:560px;
	text-align:left;
	background:#f1f1f1;
	}
	
#content #right {
	float:left;
	width:160px;
	text-align:left;
	background:#616161;
	color:#f1f1f1;
	font-size:11px;
	}
	


/* main --------------------------- */
	
#main .title {
	width:560px;
	margin:0;
	background:#dbdbdb;
	text-transform:uppercase;
	}

#main .teaser {
	width:560px;
	margin:0;
	background:#e6e6e6;
	padding:0 0 0 0;
	}
	
#main h1 {
	padding:0.5em 22px;
	font-weight:bold;
	font-size:16px;
	letter-spacing:4px;
	margin:0;
	}
	
#main strong {
	font-weight:normal;
	font-size:12px;
	color:#000;
	line-height:150%;
	letter-spacing:1.3px;
	margin:0;
	}
	
#main p {
	line-height:150%;
	letter-spacing:0.3px;
	padding:1em 22px 1em 22px;
	margin:0;
	}

/*
#main #welcome p {
	line-height:150%;
	padding:2em 22px 2em 22px;
	letter-spacing:0.3px;
	margin:0;
	}
	
#main #welcome p:first-letter {
	font-size:42px;
	float:top;
	}
--- */

#main a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}

#main a:hover, #main a.current {
	color:#d00;
	}
	
#main form {
	padding:1em 22px 1em 22px;
	}
	
#main img .galThumb {
	float:left;
	padding:0 8px 0 0;
	}
	

	
	

/* right --------------------------- */

#nav {
	line-height:150%;
	text-transform:uppercase;
	letter-spacing:1.5px;
	padding:1em 0 1em 15px;
	}

#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}

#nav ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#dbdbdb;
	}
	
#nav ul li a:hover {
	color:#fff;
	}
	
#nav ul li a.current {
	color:#d00;
	}

#navSub {
	line-height:150%;
	text-transform:uppercase;
	letter-spacing:1.5px;
	padding:1em 0 1em 15px;
	}

#navSub ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}

#navSub ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#dbdbdb;
	}
	
#navSub ul li a:hover {
	color:#fff;
	}
	
#navSub ul li a.current {
	color:#d00;
	}

#right p {
	line-height:150%;
	letter-spacing:0.3px;
	padding:1em 15px 1em 15px;
	color:#dbdbdb;
	}

#right img {
	padding:1em 15px 1em 15px;
	}

#right a {
	color:#dbdbdb;
	text-decoration:none;
	font-weight:bold;
	}

#right a:hover {
	color:#fff;
	}

#right a.current {
	color:#d00;
	}
	
	
	
/* footer --------------------------- */

#footer {
	width:720px;
	margin:0 auto 0 auto;
	text-align:left;
	font-size:11px;
	}
	
#footer a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}

#footer a:hover {
	color:#d00;
	}

#footer p {
	padding:5px 0;
	}


	
/* COMMON --------------------------- */
	


.alert {
	font-size:11px;
	background:#d00;
	color:#fff;
}

.formLabel {
	font-size:10px;
}
	
input,select,textarea {
	font-size:11px;	
	background:#fff url( ../i/bg-box.gif ) repeat-x 0 0;;
	font-family:courier new,courier,mono;
	margin-top:3px;
	border-top:1px #a2a2a2 solid;
	border-left:1px #a2a2a2 solid;
	border-bottom:1px #cacaca solid;
	border-right:1px #cacaca solid;
	}
	
input.button {
	font-size:11px;
	font-family:courier new,courier,mono;
	color:#fff;
	border-top:1px #e85454 solid;
	border-left:1px #e85454 solid;
	border-bottom:1px #940000 solid;
	border-right:1px #940000 solid;
	background:#d00;
	}