* {
	margin:0px;
	padding:0px;
}

body {
	border: 0px;
	margin: 0px;
	text-align:center; /*center hack*/
	font-family: "Trebuchet MS",arial;
	/*
	font-family: "Trebuchet MS",Verdana, Sans-serif;
	*/
	font-size: 10pt;
	/*background: url(../images/body_bg.jpg) #041F4A top center repeat-y;*/
	background: #111111;
	font-weight: normal;
}


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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


html, body, div, span,applet,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,
dd, dl, dt, li, ol, ul,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img, :link img, :visited img {
	border: 0;
}

li, ul {
	list-style-type: none;
}



#wrapper {
	background: #000000;
	width: 1000px;
	padding: 0px 0px 30px 0px;
	text-align: left;
	margin:0 auto;
	position: relative;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}



#header {
	width: 100%;
	height: 300px;
	position: relative;
}

.en #header {
	background: url(../images/aderyn_en.jpg) #000000 0px 0px no-repeat;
}

.cy #header {
	background: url(../images/aderyn_cy.jpg) #000000 0px 0px no-repeat;
}

/*navigation bar */
#navigation {
	width: 1000px;
	margin: 10px 0px 0px 0px;
	background-color: #000000;
	height: 34px;
	padding: 8px 0px 0px 0px;
	border-top: 2px solid #700000;
	border-bottom: 2px solid #700000;
}            
        
        
#navigation ul {
	padding: 0px 0px 0px 0px;
}

#navigation li {
	float: left;
	
	
}

#navigation a, #navigation a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
	display: block;
	margin: 0px 20px;
	font-size: 1.0em;
	border-bottom: 4px solid #000000;

	
	
}


#navigation li:hover  {
	
}


#navigation a:hover {
	border-bottom: 4px solid #A30000;
	
}



#navigation li.current_page_item a {
	font-weight: bold;	
	color: #a30000
}

#navigation li.current_page_item:hover a {
	border-bottom: 4px solid #000000;
}

#navigation li.current_page_item {
}


/* information and message box */
#information {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 400px;
	height: 0px;
	padding: 0px 0px 0px 0px;
	
}

.message_info {
	position: absolute;
	width: 400px;
	z-index: 100;
	left: 20px;
	float: left;
	margin: 5px 13px 0px 0px;
	background: #ffffff;
	border: 2px solid #023F15;
	padding: 10px
}

.message_info img {
	float: right;
}

/*login box*/
#login {
	height: 200px;
	padding: 20px 5px 0px 20px;
}

#login td {
	padding: 4px;
}

#loggedin {
	position: absolute;
	top: 280px;
	left: 20px;
	color: #999999;
}

#loggedin a {
	height: 30px;
	color: #847147;
	background: url(../images/arrow_tags.jpg) no-repeat 0px -2px;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
}

#loggedin a:hover {
	color: #9A9A9A;
	background-position:  0px -62px;
	text-decoration: underline;
}

.wide {
	width: 960px;
}

.narrow {
	width: 700px;
}


#content {
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px 20px 0px 20px;
	color: #888888;
	min-height: 400px;
}

#content div {
	margin-bottom: 10px;
}

#content h1, #content_map h1 {
	line-height: 30pt;
	letter-spacing: 2pt;
	margin: 20px 20px 20px 0px;
	font-size: 24pt;
	color: #a30000;
	text-align: left;
	font-weight: normal;
		
}

#content h2, #content_map h2 {
	line-height: 20pt;
	letter-spacing: 2pt;
	margin: 20px 20px 20px 0px;
	font-size: 1.4em;
	color: #eeeeee;
	text-align: left;
	font-weight: normal;

		
}

#content h3, #content_map h3 {
	line-height: 20pt;
	letter-spacing: 1pt;
	margin: 20px 20px 20px 0px;
	font-size: 1.0em;
	color: #cccccc;
	text-align: left;
	font-weight: bold;
}

#content h4 {
	letter-spacing: 1pt;
	margin: 20px 20px 2px 0px;
	font-size: 1.0em;
	color: #aaaaaa;
	text-align: left;
	font-weight: bold;

	}


#content p, #content_map p  {
	text-align: justify;
	margin: 0px 0px 10px 0px;
	line-height: 1.8em;
	font-size: 1.1em;
	color: #888888;
}

#content li, #content_map li {
	text-align: justify;
	line-height: 1.5em;
	font-size: 1.0em;
	color: #888888;
	list-style-type: disc;
	margin: 0px 0px 0px 10px;

}

#content ul {
	list-style-type: disc;
	margin: 10px 0px 10px 10px;
}

#content_map img {
	text-align: left;
	float: right;
	border: 0px solid #000000;
	margin: 10px 0px 10px 20px;
}

#content p img {
	text-align: left;
	border: 1px solid #999999;
	margin: 10px 10px 10px 20px;
	float: right;

}

#content h2 img, #content h2 img  {
	margin: 0px;
	text-align: left;
	border: 0px solid #000000;
}



#content a:link, #content_map a:link, #content a:visited, #content_map a:visited {
	color: #ffffff;
	text-decoration: underline;	
}


#content h3 a:link, #content_map h3 a:link, #content h3 a:visited, #content_map h3 a:visited {
	color: #ffffff;
	text-decoration: none;	
}

#content a:link:hover, #content_map a:link:hover, #content a:visited:hover, #content_map a:visited:hover {
	color: #a30000;
	text-decoration: none;	
}



#content b {
	font-size: 1.2em;
	font-weight: normal;
}


#boxes {
	margin: 20px 20px 0px 30px;
	float: right;
	width: 200px;
	padding: 0px 0px 0px 0px;
}

.box {
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	border: 0px solid  #ffffff ;
}




.box h2 {
	color: #999999;
	height: 45px;
	font-size: 1.2em;
}






.box ul {
	margin: 0px 0px;
}

.box li a {
	color: #ffffff;
	line-height: 1.8em;
	font-size: 1.0em;
	text-decoration: none;
}

.box li a:hover {
	color: #a30000;
}




/*language selector*/

#language {
	float: right;
	margin: 10px 10px;
}

#language a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#language a:hover {
	color: #700000;
	text-decoration: underline;
}


#content .posted {
	display: block;
	margin-bottom: 20px;
}


.nList {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 4px solid #700000;
}


