/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#000000;
	/*background-image: url("sigback.jpg");*/
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	font-size:12px;
	font-family:Century Gothic, Verdana;
	letter-spacing:0.6px;
	color:#777;
	padding:0px;
	margin:20px;
	margin-bottom:16px;
	text-align:left;
	}

html, body {
     min-height:100.1%;
	}



/* .............................. */
/* Links */
/* .............................. */

a {
	font-weight:normal;
	font-style:bold;
	color:#aaa;
	text-decoration:none;
	}

a:hover {
	text-decoration:none;
	color:#660000;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
    float:right;
	clear:right;
	font-weight:normal;
	font-size:14px;
	letter-spacing:1px;
	color:#660000;
	margin-bottom:12px;
	padding:0px;
    font-style:normal;
	}
	
h1 a {
    text-decoration:none;
	color:#aaa;
	font-style:normal;
	}

h1 a:hover {
    text-decoration:none;
	color:#660000;
	}

.title {
	/* font-weight:bold; */
	font-size:14px;
	letter-spacing:1px;
	color:#aaa;
	margin:0px;
	margin-bottom:6px;
	padding:0px;
    font-style:normal;	
	}

h3 {
	font-weight:normal;
	font-style:bold;
	font-size:12px;
	letter-spacing:1px;
	color:#aaa;
	text-align:left;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
    background:#000;
    width:60%;
	float:center;
    	border-bottom:1px dotted #444;
	/* padding:20px; */
	height:66px;
	margin-top:16px;
	margin-bottom:16px;
	text-align:right;
	line-height:16px;
	margin:0px auto;
	}

.menu {
    	float:right;
	clear:right;
	text-align:right;
	font-size:12px;
    	font-style:normal;	
	}
.menu a {
	padding:0px;
    font-style:normal;	
	}
		
.menu a:hover {
	text-decoration:none;
	color:#660000;
	}
	
/* .............................. */
/* Browse */
/* .............................. */

#page {
    background: transparent;
	float:center;
	border:0px solid #111;
	padding:20px;
	text-align:left;
	width:60%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:14px;
	}
#page table {
	width: 80%
	margin: 0 auto;
	}
#page td {
	width: 80%;
	}

#page a {
    font-weight:normal;
	}

	
#page img {
	background:#00000;
    	padding:0px;
	border:0px solid #000000;
	}

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.thumbnails {
	border:0px solid #660000;
	padding:3px;
	margin:0px;
	}


/* .............................. */
/* Footer */
/* .............................. */


#footer {
	width:40%;
	margin:0px auto;
   text-align: center;
   margin-bottom:20px;
   font-size:10px;
   color:#444;
   }


