@charset "UTF-8";
/* CSS Document */

/*------------------------------
  CSS RESET
------------------------------*/

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,
label, legend,
caption, tbody, tfoot, thead, th{
	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;
}


p {
	padding: 0px 0px 0px 0px;
}

a,  a:hover {
	color:#ffffff;
	text-decoration:none;
	margin:0px;
	}
	
a:hover {
	color:#96AA24;
	}



/*------------------------------
  SET UP
------------------------------*/

body{
	background-color:#414141;
	padding:0px;
	margin:0px;
	background-image: url(links/background.gif);
	background-repeat: no-repeat;
	font-family: 'Lekton', Courier, sans-serif;
	font-weight: 400; 
}

#container{
	display:block;
	position:relative;
	width:950px;
	height:auto;
	margin:0px;
}

#header{
	display:block;
	position:relative;
	width:950px;
	height:282px;
}

/*------------------------------
  LOGO
------------------------------*/

#logo{
	display:block;
	position:relative;
	width:334px;
	height:282px;
	float:left;
}

/*------------------------------
  MENU
------------------------------*/

#menu{
	display:block;
	position:relative;
	width:607px;
	height:36px;
	margin:236px 0px 0px 0px;
	float:right;
	background-image: url(links/menu_icons.png);
	background-repeat: no-repeat;
}

#menu a,  #menu a:hover {
	color:#ffffff;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	font-size:19px;
	line-height:36px;
	}
	
#menu a:hover {
	color:#96AA24;
	}

#menu p {
	text-align:right;
	margin:-2px 0px 0px 0px;
	}
	
/*------------------------------
  CONTENT
------------------------------*/

#content_container{
	display:block;
	position:relative;
	width:950px;
	height:auto;
	margin:0px 0px 0px 0px;
}

#image{
	display:block;
	position:relative;
	width:417px;
	height:305px;
	margin:0px 0px 0px 0px;
	float:left;
}

#copy{
	display:block;
	position:relative;
	width:506px;
	height:auto;
	margin:45px 0px 0px 0px;
	float:right;
}

#copy p {
	color:#ffffff;
	margin:0px 0px 8px 0px;
	font-size:0.8em;
	line-height:20px;
	font-family: Arial, sans-serif;
	}
	
#copy h1 {
	color:#96AA24;
	margin:0px 0px 8px 0px;
	font-size:1.5em;
	font-weight:normal;
	}
	
#copy li{
	padding:0px;
	margin:0px 0px 0px 0px;
	list-style:square;
	display:list-item;
}

#copy ul{
	color:#ffffff;
	margin:0px 0px 8px 12px;
	font-size:0.8em;
	line-height:20px;
	font-family: Arial, sans-serif;
}
	
.line {
  border-bottom: dotted 1px #000000;
  margin:15px 0px 15px 0px; 
  width:506px;
}


/*------------------------------
  FOOTER
------------------------------*/

#footer{
	display:block;
	position:relative;
	width:506px;
	height:20px;
	margin:0px 0px 0px 0px;
}

#footer p {
	color:#ffffff;
	margin:0px 0px 20px 0px;
	font-size:0.55em;
	line-height:0px;
	font-family: 'Lekton', Courier, sans-serif;
	font-weight: 400; 
	line-height:20px;
	}