body {
	background-color: white;
}

a {
	color: #144973;
}
a.visited {
	color: #0d2b43;
}
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;
}

.advertisement {
	border-color: #999999;
}
