/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
}

body { 
	font-family: 100% Consolas;
  font-size: 12px;
	line-height: 1.88889;
	color: #555753; 
	background: rgb(36,33,33);
	margin: 0; 
	padding: 0;
}

p {
color: rgb(45,223,10);
 font-family: Consolas;
}
.main {
    margin-right: 400px;
}
h1{
font: 400% Consolas;
color: rgb(45,223,10);

}

h2{
text-align: left;
font-size: 30px;
font-family: Consolas;
color: rgb(45,223,10);
}

.preamble {
    text-align: left;
    width: 1100px;
}

h3{
text-align: left;
font-size: 30px;
font-family: Consolas;
color: rgb(45,223,10);
}

.sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    padding-top: px;
}
