*{
	margin:0;padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
}
#central {
	margin:5em auto;
	width:380px;
}
#main {
	background: url(./images/front/bgtransmain.png);
	padding: 10px;
}
#content {
	background: url(./images/front/bgtranscontent.png) top left repeat;
}
#branding,#links,#footer{
	margin:1em;
}
h1{
	font-size:24px;
	line-height:40px;
	margin:0;padding:0;	
}
h1 a{
	color:#048acb;
}
#site-description{
	font-weight:600;
	color:#024873;
}
#links {
	overflow: hidden;
}
#footer{
	height:32px;
}
#footer a{
	color:#414141;
	line-height:2em;
}
#site-generator{
	float:right;
}
#site-generator a{
	display:block;
	background: url(./images/front/wordpress24.png) top left no-repeat;
	width:24px;
	height:24px;
	text-indent:-2000px;
	overflow:hidden;
}

a {
	text-decoration: none;
}

.menu li{
	list-style:none;
	margin:.5em 0 0;
}
.menu li a{
	height: 32px;
	background: url(./images/front/link.png) top left no-repeat;
	display: block;
	line-height:28px;
}
.menu li a:hover{
	background: #fff url(./images/front/link.png) top left no-repeat;
}

p.text {
	margin-left: 42px;
	padding-top: 3px;
	font-weight: bold;
	color: #024873;
}
.url {
	font-size: 9px;
	color: #999;
	font-style: italic;
}