@CHARSET "UTF-8";

body{font-family:Arial;
background-color: #002030;
margin: 0;
	padding: 0;
}

#header{
	background: #002030 url(../blog/wp-content/themes/luc/images/header.jpg) repeat-x;
 height:100px;
 padding:0px;
 margin:0px;
}

h1{	color:white;
	padding:16px 0 0 185px;
 	margin:0px;
 	font-size: 22px;
 	font-weight: normal;}

#topmenu ul{
	margin-left: 145px;
	margin-top: 0px;
}

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

#topmenu ul li{
	float: left;
	margin-right: 5px;
	font-family: Arial, "Lucida Grande", Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: #5da82a url(../blog/wp-content/themes/luc/images/tab_right.gif) right top no-repeat;
}

#topmenu ul li a{
	display: block;
	padding: 9px 20px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	background: transparent url(../blog/wp-content/themes/luc/images/tab_left.gif) left top no-repeat;
	color: #fff;
}

#topmenu ul li a:hover{
	background: transparent url(../blog/wp-content/themes/luc/images/tab_hover_left.gif) left top no-repeat;
}

#topmenu ul li:hover{
	background: #9e3535 url(../blog/wp-content/themes/luc/images/tab_hover_right.gif) right top no-repeat;
}



#cm_mapTABLE{padding-left:50px;}
 
h3{margin-top: 0px;}

#dagencol{
	text-align:left;
	vertical-align: top;
	width: 130px;
	color:white;
	padding-right:20px;
	height:540px;
	overflow:auto;
}


#info{
	vertical-align: top;
	color:white
}
a:link{text-decoration: none; color: white; }
a:hover{text-decoration: underline;}


blockquote {
	font-family:Georgia;
	font-style: italic;
	color:white;
	display: block;
	padding: 0 185px;
	width: 700px;
}

blockquote:before {
	color: white;
	display: block;
	font-size: 700%;
	width: 50px;
	content: "\201c";
	height:0;
	margin-left: -0.55em;
}



