body {
	font-size: small;
	font-family: Verdana;
	margin: 0;
	background: url(../images/concretegraffiti.jpg) no-repeat black;
}
div#lozenge {
	background: url(../images/spray.png) no-repeat;
	left: 0;
	top: 0;
	width: 225px;
	height: 210px;
	position: absolute;
}
table#ribbon {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	table-layout: fixed;
}
td#ribbon {
	width: 750px;
}
td#ribbonrepeat{
	background: url(../images/ribbonrepeat.png) repeat-x;
}
div#title {
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	position: absolute;
}
div#menu {
	padding: 10px;
	position: absolute;
	top: 148px;
	left: 600px;
	z-index: 5;
}
div#menu a {
	color: white;
	text-decoration: none;
}
ul#nav,
ul#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#nav a {
	display: block;
	width: 10.5em;
}
ul#nav li {
	float: left;
	width: 10.5em;
}
ul#nav li ul {
	position: absolute;
	width: 10.5em;
	left: -999em;
	background: url(../images/menubackground.png);
}
ul#nav ul li a{
	padding: 3px;
}
ul#nav ul li:hover,
ul#nav ul li.sfhover {
	background: rgb(53%, 0%, 0%);
}
ul#nav li:hover ul {
	left: auto;
}
ul#nav li:hover ul,
ul#nav li.sfhover ul {
	left: auto;
}
div#content {
	margin-top: 225px;
	margin-left: 50px;
	font-family: Tahoma;
	font-size: medium;
	color: white;
}
div#homepage {
	width: 800px;
	margin-bottom: 20px;
	margin-top: 25px;
	margin-left: 25px;
	background:transparent url(../container_bg.png) no-repeat scroll 0%;
}
div#homepage a[href]{
	color: white;
	text-decoration: none;
}
div#homepage a[href]:hover {
	color: rgb(0%, 79%, 79%);
	text-decoration: underline;
}
div#homepage a[href]:visited {
	color: rgb(79%, 0%, 0%);
	text-decoration: none;
}

div#content p.blog_date {
        margin-top: 2px;
        text-align: right;
        color: rgb(60%, 60%, 60%);
}
div#content p.blog_comments_details {
        clear: both;
        background: url(../images/greydots.png) repeat-x 0 0;
        padding-top: 5px;
        background-position: top;
        margin-bottom: 0px;
        text-align: right;
        color: rgb(60%, 60%, 60%);
}
div#content p.blog_comments_details a {
        color: rgb(60%, 60%, 60%);
}
div#content h3.blog_comment_details {
        background: url(../images/greydots.png) repeat-x 0 0;
        padding-bottom: 5px;
        background-position: bottom;
        margin-top: 2em;
        margin-bottom: 0px;
}
div#content div.blog_comments {
        display: none;
        color: rgb(30%, 30%, 30%);
        background: rgb(95%, 95%, 95%);
        padding: 1em;
}
div#content div.blog_comments.show {
        display: block !important;
}
div#content div.blog_comments input {
        width: 250px;
}

.skip {
	height: 0;
	left: -900em;
	position: absolute;
}
