/* 
    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: 800px; */
    background-image: url('/sitecomposer/render/image/styles/backgrounds/rice-paper-70.png'); 
    padding: 8px;
}


body {
	font-family : Arial;
	font-size: 15px;
	color : silver;
    background: fixed center -300px no-repeat black url('/sitecomposer/render/image/styles/backgrounds/background.jpg?width=1920'); 
	text-align : left;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding: 0px;
	border: 0px;
}

a.topIcon {
    border : none;
}

a img {
/*    border: none; */
}

a:visited {
    color: silver;
}

a:link {
    color: silver;
}

img.ChronicleImage {
    border: 2px solid #404040;
}

div.PageContent {
    padding-left: 20px;
    padding-left: 20px;
    font-size: 15px;
    height:800px;

}