/* 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 {
    height: 100%;
	background-color: #0c1514;
    color: #e0e0e0;
    }

@font-face {
	font-family: "Deja Vu Serif";
	src: url(DejaVuSerif.ttf) format("truetype");
	}
@font-face {
	font-family: "Deja Vu Serif";
	font-weight: bold;
	src: url(DejaVuSerif-Bold.ttf) format("truetype");
	}
@font-face {
	font-family: "Deja Vu Serif";
	font-style: italic;
	src: url(DejaVuSerif-Italic.ttf) format("truetype");
	}
   
#bg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    }

#wrapper {
	background-image: url('background2.jpg');
	background-repeat: no-repeat;
	background-position: 25px 0;
	
	margin: 0 0 0 auto;
	padding: 0 0 0 24px;
	
	width: 495px;
	height: 100%;
	
	position: relative;

	text-shadow: black 1px 1px 1px;
	font-size: 0.9em;
	}
#content {
	/*background-color: black;
	background-image: url('background2.jpg');*/
	/* a48b6c 4893bc a48b6c */
	
	margin: 0;
    padding: 70px 15px 25px 15px;

	height: 100%;
    }

.button, .link {
	margin: 0 15px 15px 0;
	padding: 0 0 0 63px;
	float: left;

	background-image: none;
	background-repeat: no-repeat;

	height: 48px;
	width: 150px;
	}
.wide {
	width: 275px;
	margin-top: 25px;
	}
.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	}
.button span {
	display: block;
	}
.link {
	width: 203px;
	height: auto;
	padding: 0;
	margin: 0 0 20px 10px;
	}
	
	
	
    
h1 {
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-family: "Deja Vu Serif", Georgia, Helvetica, Verdana, sans-serif;
    font-size: 2em;
	
	text-align: center;
	text-shadow: black 1px 1px 2px;
    
    margin: -15px 0 10px -15px;
    padding: 15px;
    }
p, h2 {
    font-family: "Deja Vu Serif", Georgia, Helvetica, Verdana, sans-serif;
    line-height: 1.4em;
    
    margin: 0 0 0px -15px;
    padding: 25px 0 10px 15px;

	display: block;
	clear: both;
    }

.link p {
    padding: 0;
	margin-left: 10px;
	font-size: 0.75em;
    }

.link a {
	border-bottom: none !important;
	}

h2  {
	margin: 0;
	padding: 0;
    font-weight: normal;
	}

a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted white;
    }

a:hover {
    border-bottom: 1px solid white;
	color: orange;
	background-color: inherit;
	
/*	padding: 3px 4px 0 3px;
	margin: -3px -4px 0 -3px;*/
    }

.orange {
    color: orange;
    }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}