body {
    background-image: url(../images/blue_gradient4.png);
    background-repeat: repeat-x;
    min-width: 800px;
}

a {
	color: #2269a1;
}
a.visited {
	color: #0d2b43;
}
.advertisement {
	border: 3px solid;
	border-color: #999999;
}

.error {
	color: #aa0000;
}



div#demo_login a {
	color: #f2f2f2;
}

div#inside {
	color: black;
	background: white;            /* YCC: background-color of the inside */
    min-width: 800px;
}
div#top-left, div#top-right, div#bottom-left, div#bottom-right { 
	background-image: url('../images/topbottom.png'); /* CHANGE: path and name of your image1 */
}
div#insideleft, div#insideright {
	background-image: url('../images/sides.png'); /* CHANGE: path and name of your image2 */
	background-repeat: repeat-y;   /* DNC: to pile the image2 as much as needed */
}
div#top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
}
div#bottom-left  { 
	background-position: 0 -62px;    /* CHANGE: replace second number by negative height of one of your corners */
}
div#bottom-right { 
	background-position: 100% -62px; /* CHANGE: replace second number by negative height of one of your corners */
}
div#insideright {
	background-position: 100% 0;
} /* DNC: position right corner */


div#footer_links_content {
	background-color: white;
}

.dark_stroke {
	background-color: black;
}
.light_stroke {
	background-color: gray;
}


.ads {
	color: gray;
}


/* Comments: */
div.comment_box {
	border: 2px solid #585858;
}
div.comment_head {
	background-color: #8cb2cf;
}
div.comment_moderation {
	background-color: #DDDDDD;
}
div.comment_staffhead {
	background-color: #DDDD99;
}


/* Story Elements */
th {
	background-color: #729ab9;
	border-color: black;
}
td {
	border-color: black;
}
th.special {
	background-color: #e9e9e9;
}
td.dark_row {
	background-color: #b9cede;
}
th.dark_row {
	background-color: #729ab9;
}
td.light_row {
	background-color: white;
}
th.light_row {
	background-color: #e9e9e9;
}





