/* 
    Document   : styles
    Created on : 11.4.2009, 1:53:35
    Author     : netmouse
    Description:
        Purpose of the stylesheet follows.
*/

div#container {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
}


body {
	font-family : Arial;
	font-size: 15px;
	color : silver;
	/*background : #AC1214;
	*/
	/*background : #CC3300;
	*/
/*    background: fixed center repeat goldenrod url('/images/chronicle/giraffas.jpg');  */

/*        background: #ba6900;  */
    background-image: url('/sitecomposer/render/image/styles/test/smoothish_paper.jpg');

	text-align : left;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding: 8px;
	border: 0px;
}

a.topIcon {
    border : none;
}

a img {
    border: none;
}

a:visited {
    color: silver;
}

a:link {
    color: silver;
}

img.imagefolderImage {
    border: 1px solid darkslategray;
}

div.PageContent {
    padding-left: 20px;
    padding-left: 20px;
    font-size: 15px;
    height:800px;
}