html, body {
	margin: 0;
	padding: 0;
}
body { 
	margin: 0;
	padding: 0;
	background: white url(assets3/layout/back2.gif) repeat-y left top;
}

#nav .vaulttitle {	
	display: block;
	color: grey;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted lightgrey;
	background-image: url(assets3/layout/pi.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
}
#nav a, vault a:visited {
	text-decoration: none;
	color: #477;
	padding-left: 13px;
}
#nav a:hover {
	color: black;
	text-decoration: underline;
}

#nav
{
	font-family: georgia, times, times new roman, serif;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
	color: #999;
	padding: 10px;
	border-right: 1px solid #e6ede5;
	background-color: #F5FDF4;
}

#mainnav, #mainnav a, #mainnav a:visited{
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
}

.mini {
	color: red;
	font-size: 14px;
}

.withphoto {
	background-color: #F5FDF4;
	background-image: url(assets3/layout/moi.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#title {
	position: absolute;
	left: 470px; 
	top: 10px;
	z-index: 999;
}
#cont
{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: georgia, times, times new roman, serif;
	font-size: 12px;
	text-align: left;
	color: #444;
	background-image: url(assets3/layout/back_content.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#footer
{
	padding-top: 10px;
	border-top: 1px solid #eee;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #c0c0d0;
	background-image: url(assets3/layout/footer.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-bottom:14px;
}

.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 0px;
   margin-bottom: 0px;
}

.comments-content {
	margin-top: 30px;
	color: #574;
}
.comment {
	border-bottom: 1px solid #cec;
}
.comments-header {
	letter-spacing: 1px;
	background-image: url(assets3/layout/pi.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	display: block;
	margin-bottom: 5px;
	padding-left: 13px;
}

.comment-label {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}

/* main content column */
#main {
	font-family: georgia, times, times new roman, serif;
	font-size: 0.85em;
	text-align: left;
	color: black;
	float: right;
	width: 489px;
}
#cont h1 {	
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
}
#cont .date {
	font-size: 11px;
	font-family: arial, sans-serif;
	color: grey;
	font-weight: normal;
	margin-left: 10px;
}

#cont #entry {
	padding-bottom: 10px;
	border-bottom: 1px solid #b1d6f4;
}

#cont .posted {
	font-size: 11px;
	font-family: arial, sans-serif;
	color: #999;
	margin-left: 10px;
}
#cont .posted a, #main .posted a:visited {
	color: #4466cc;
	text-decoration: none;
}
#cont .posted a:hover, #main a:hover {
	color: black;
	text-decoration: underline;
}
#cont a {
	text-decoration: none;
	color: #24f;
}
#cont a:visited {
	color: #249;
}

img ( border: 0px solid white; }
.imgleft { margin-right: 8px; border: 0px solid white; }
.imgright { margin-left: 8px; border: 0px solid white; }
.imgtop { margin-bottom: 8px; border: 0px solid white; } /* img width should be 460px */

