/* CSS Document */

body {
	background-color:#fff;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color:#444444;
	margin:0;
}

img {
    border-width: 0;
}

#header
{
	text-align: center;
}

#nav
{	background-image: url(../images/backgrounds/menuline.jpg) ;
	background-repeat: repeat-x;
	background-position:center;
}


#header h1 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:46px;
	color:#000;
}

#header h1 a {
	text-decoration:none;
	color:#000;
}
#header h1 a:hover {
	border:none;
}


#nav a {
	color:#43CBAE;
	text-decoration:none;
}
#nav a:hover {
	border-bottom:1px dotted #333;
}

#nav ui
{
	width: 0px;
	position: static;
	height: 0px;
}
#nav li {
	float:left;
	display:block;
	list-style:none;
}
#nav li a {
	display:block;
	width:92px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background-image:url(../images/backgrounds/menua.jpg);
	background-repeat:no-repeat;
	padding:5px 0 9px 0;
}
#nav li a:hover {
	background-image:url(../images/backgrounds/menuahover.jpg);
	border:none;
	padding:6px 0 8px 0;
}
.clear {
	clear:both;
}


#footer {
	padding:15px;	
	margin:30px 0 30px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	clear:both;
	vertical-align:bottom;
}
#footer a {
	color:#666;
}
#footercontent {
	width:700px;
	margin:0 auto 0 auto;
}

.tag-cloud ul {
white-space:normal;
}
.tag-cloud ul, .tag-cloud ul li {
display:inline;
}
.tag-cloud a {
color:#336699;
font-size:0.83em;
line-height:1.4em;
text-decoration:none;
}
.tag-cloud a:hover {
background:#999966 none repeat scroll 0 0;
color:#FFFFFF;
}
.tag-cloud a.w1 {
font-size:80%;
}
.tag-cloud a.w2 {
font-size:100%;
}
.tag-cloud a.w3 {
font-size:120%;
}
.tag-cloud a.w4 {
font-size:140%;
}
.tag-cloud a.w5 {
font-size:160%;
}
.tag-cloud a.w6 {
font-size:180%;
}
.tag-cloud a.w7 {
font-size:200%;
}
.tag-cloud a.w8 {
font-size:220%;
}
.tag-cloud a.w9 {
font-size:240%;
}
.tag-cloud a.w10 {
font-size:260%;
}
