/* Page
----------------------------------------------- */
html {
	height:100%;
	font-size:small;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:'times new roman', times, serif;
	font-size:15px;
	line-height:20px;
	color:#fff;
	background-color:#070606;
	
	background-image:url(../img/page_back.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
}


/* Headers
----------------------------------------------- */
h1, h2 {
	margin:0px 0px 15px 0px;
	padding:0px 0px 12px 0px;
	font-family:'times new roman', times, serif;
	font-size:30px;
	line-height:27px;
	background-image:url(../img/h1_sep.gif);
	background-repeat:no-repeat;
	background-position:50% bottom;
}

/* Paragraphs
----------------------------------------------- */
p.intro {
	font-size:19px;
	line-height:25px;
}
p {
	margin:15px 0px 15px 0px;
}


/* Lists
----------------------------------------------- */

/* Tables
----------------------------------------------- */
table.agenda{
	width:100%;
	border-collapse:collapse;
	text-align:left;
	margin:0px 0px 30px 0px;
}


table.agenda tr.highlight{
	border-right:2px dashed #000;
	border-left:2px dashed #000;
	background-color:#433f37;
}

table.agenda tr.highlight td{
	border-top:2px dashed #000;
	border-bottom:2px dashed #000;
	color:#fff;
}

table.agenda th.date{
	width:100px;	
}

table.agenda th,
table.agenda td{
	padding:3px 5px 3px 5px;
	vertical-align:top;
	font-size:12px;
}

table.agenda td{
	border-bottom:1px solid #282828;	
}

table.agenda th{
	font-weight:bold;
	margin:1px;
	border-bottom:1px solid #282828;	
}


table.agenda td{
	color:#B0A48B;
}


/* Forms
----------------------------------------------- */

/* Links
----------------------------------------------- */
a {color:#FFA600}

a.walk{
	display:block;
	width:200px;
	height:252px;
	position:fixed;
	top:0px;
	right:0px;
	background: url(../img/twalk_with_me.gif) 0px 0px no-repeat;
	text-indent:-3000px;
	border:10px solid #0e3b65;
	outline:none;
}

a.walk:hover{
	border-left:10px dashed #fffe09;
	border-bottom:10px dashed #fffe09;
}

/* Misc
----------------------------------------------- */
strong {
	font-weight:bold;
}


/* Main wrapper
----------------------------------------------- */
#wrapper{
	position:relative;
	width:718px;
	padding:0px 20px 60px 20px;
	margin:0px auto 0px auto;
	background-image:url(../img/content_back.gif);
	background-repeat:repeat-y;
}


/* Identity
----------------------------------------------- */
#identity {
	width:452px;
	height:109px;
	padding:20px 0px 0px 0px;
	border-top:3px solid #433f37;
}

div#identity img.logo {
	float:left;
}


/* Prim Nav
----------------------------------------------- */
.prim-nav {
	float:right;
	border:0px solid red;
	text-align:right;
	line-height:14px;
	letter-spacing:1px;
}

.prim-nav a {
	font-family:'times new roman', times, serif;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

.prim-nav a:hover,
.prim-nav .active a {
	color:#ffa600;
}


/* Primary content
----------------------------------------------- */
#content {
	width:452px;
	padding:0px 0px 30px 0px;
	border-bottom:1px solid #433f37;

}

#content img {
	display:block;
	border:3px solid #282828;
}

#content a:hover img{
	border:3px solid #FFA600;
}

#content ul{
	margin:0px 0px 30px 0px;
}


.news-item,
.agenda-item{
	margin:0px 0px 30px 0px;
}
.news-item em {
	display:block;
	font-style:italic;
}

.gallery-wrapper {
	float:left;
	width:100%;
	clear:both;
	margin:15px 0px 15px 0px;
	border:0px solid white;
}
.gallery-wrapper dl{
	float:left;
	display:inline;
	width:106px;
	margin:15px 7px 0px 0px;
	font-size:13px;
	font-weight:bold;
}
.gallery-wrapper dl dd{
	padding:0px 0px 0px 3px;
}


/* Secondary content
----------------------------------------------- */
#sidebar {
	position:absolute;
	top:129px;
	right:0px;
	width:246px;
	padding:0px 0px 60px 0px;
	font-family:Verdana;
	font-size:11px;
	color:#b0a48b;
}

#sidebar h2 {
	margin:30px 0px 10px 0px;
	background-image:url(../img/h2_sep.gif);
}

#sidebar h2.first {
	margin:0px 0px 10px 0px;
}

#sidebar h2 span {
	display:none;
	text-indent:-3000px;
}

#sidebar h2 img {}

#sidebar p img {
	display:block;
	margin:5px 0px 0px 0px;
	border:3px solid #282828;
}

#sidebar p {margin:0px;}
#sidebar ul {line-height:20px;}
#sidebar li {margin:0px 0px 5px 0px}

.h_contact.gif{

}

/* Footer
----------------------------------------------- */