body
{
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/bg.png) repeat-x top left;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #222222;
}
a img, #btn1, #btn2, #btn3, #btn4
{
	border: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#header
{
	width: 530px;
	height: 180px;
	margin: auto;
	background: transparent url(../images/bg.header.png) no-repeat top center;
}
#content
{
	width: 530px;
	margin: auto;
	background: transparent url(../images/bg.content.png) repeat-y top center;
}
#main
{
	width: 480px;
	margin: auto;
}
#footer
{
	width: 530px;
	height: 16px;
	margin: auto;
	background: transparent url(../images/bg.footer.png) no-repeat top center;
}
#bottomspace
{
	height: 20px;
}
#headermenu
{
	width: 472px;
	height: 132px;
	margin: auto;
}
.headerbtn
{
	width: 85px;
	float: left;
}
.headerlogo
{
	width: 132px;
	float: left;
}
.btnlegend
{
	height: 19px;
	margin-top: 23px;
	width: 85px;
}
.btnlegend table, .btnlegend table tr, .btnlegend table tr td
{
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
.btnlegend table
{
	height: 19px;
	margin: auto;
}
.btnlegend .left
{
	width: 4px;
	background: #ffffff url(../images/bg.tip.left.png) no-repeat top right;
	font-size: 0px;
}
.btnlegend .center
{
	background: #ffffff url(../images/bg.tip.center.png) repeat-x top right;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 4px;
	padding-right: 4px;
}
.btnlegend .right
{
	width: 4px;
	background: #ffffff url(../images/bg.tip.right.png) no-repeat top left;
	font-size: 0px;
}
.btnicon
{
	margin: 0;
	padding: 0;
	height: 85px;
	width: 85px;
}

/* posts */
.post
{
	padding-bottom: 20px;
}
.postHeader
{
	height: 42px;
	width: 480px;
	background: transparent url(../images/bg.post.header.png) no-repeat top left;
}
.postDate
{
	width: 58px;
	height: 42px;
	float: left;
}
.postDateDay
{
	width: 58px;
	height: 30px;
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-align: center;
}
.postDateMonth
{
	width: 58px;
	height: 12px;
	font-size: 9px;
	color: #0099FF;
	font-family: "Trebuchet MS", Verdana, Arial;
	margin: 0;
	padding: 0;
	text-align: center;
}
.postTitle
{
	width: 414px;
	height: 28px;
	float: left;
	padding-top: 6px;
	padding-left: 0px;
	font-size: 20px;
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.postContent
{
	width: 420px;
	margin-left: 54px;
	color: #222222;
	font-size: 13px;
}
.clear
{
	clear: both;
	height: 1px;
}

/* floaters */
#rightlinks
{
	background: #001832;
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: -150px;
	overflow: hidden;
	padding-left: 5px;
}
#rightlinkstrigger
{
	background: transparent url(../images/bg.bottom.png) repeat-x top left;
	width: 100%;
	height: 25px;
	position: fixed;
	bottom: 0px;
}
#righttrigger
{
	width: 73px;
	height: 25px;
	left: 12px;
	position: fixed;
	cursor: pointer;
}

.folder
{
	height: 21px;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	background: url(../images/bg.folder.off.png) no-repeat top left;
	cursor: pointer;
	padding-top: 1px;
	padding-left: 12px;
}
.folder:hover
{
	background: url(../images/bg.folder.on.png) no-repeat top left;
	padding-left: 18px;
}
.folder_on
{
	height: 21px;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	background: url(../images/bg.folder.on.png) no-repeat top left;
	cursor: pointer;
	padding-top: 1px;
	padding-left: 18px;
}

/* page */
#content ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#content ul li
{
	margin-left: 20px;
	padding: 0;
	padding-left: 20px;
	list-style: none;
	background: #ffffff url(../images/puce.png) no-repeat top left;
}

#content h1
{
	padding-bottom: 2px;
	margin-left: 10px;
	margin-bottom: 2px;
	background: #ffffff url(../images/h1.png) no-repeat bottom right;
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
}
#content h1span
{
	padding-bottom: 10px;
	margin-left: 30px;
	background: #ffffff url(../images/h1.png) no-repeat bottom right;
	font-size: 16px;
	font-weight: bold;
}
#content a, #content a:link
{
	text-decoration: none;
	color: #222222;
	border-bottom: 1px dotted #0099FF;
	font-weight: bold;
}
#content a:hover
{
	text-decoration: none;
	color: #0099FF;
	border-bottom: 2px solid #222222;
}

/* login */
#box
{
	text-align: center;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}