/*--writing and articles stylesheet--*/

html {
height: 100%;
width: 100%;
margin: 0 0 0 0;
font-family: 'Trebuchet MS', sans-serif;
}
body {
background-color: #cff;
margin: 0 0 0 0;
}
h1 {
position: absolute;
color: #8dd4da;
background: transparent;
margin-top: -17px;
margin-left: -5px;
font-size: 160px;
letter-spacing: -20px;
font-weight: 600;
z-index: 10;
}
h2 {
position: absolute;
color: #d7ef65;
background: transparent;
font-size: 160px;
margin-top: -17px;
margin-left: 265px;
letter-spacing: -20px;
font-weight: normal;
}
h3 {
font-size: 28px;
padding-top: 40px;
margin-left: 10px;
margin-bottom: 16px;
margin-right: 10px;
color: #000;
font-family: 'Courier New', monospace;
text-align: center;
letter-spacing: 0.4em;
}
h4 {
font-size: 16px;
font-weight: bold;
font-style: italic;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
color: #000;
font-family: 'Trebuchet MS', sans-serif;
text-align: center;
border-bottom: 1px solid #000;
}
p {
font-family: 'Courier New', monospace;
color: #000;
font-size: 12px;
margin-left: 20px;
margin-right: 20px;
}
a:link, a:visited {
color: #19bcb5;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #666;
font-weight: bold;
text-decoration: none;
}


/*--outer div--*/
#outer {
margin: 0 auto;
width: 800px;
}

/*--header--*/
#header {
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 800px;
height: 200px;
background: #fff url(../images/topbak-sm.jpg) no-repeat;
}
#header p {
font-family: 'Trebuchet MS', sans-serif;
position: absolute;
color: #cff;
background: transparent;
font-size: 30px;
margin-top: 150px;
margin-left: 120px;
letter-spacing: normal;
font-weight: normal;
}
.definition {
position: absolute;
margin-top: 310px;
margin-left: 20px;
margin-right: 330px;
font-size: 10px;
color: #296a70;
font-style: italic;
visibility: hidden;
}

/*--top nav--*/
#mainmenu {
position: absolute;
width: 550px;
margin-top: 183px;
margin-left: 125px;
height: 30px;
}
.topnav li {
display: inline;
direction: ltr;
}
.topnav li a, .topnav li a:visited {
float: left;
font-size: 13px;
text-align: center;
color: #fff;
padding: 4px 6px;
margin: 0 1px;
text-decoration: none;
background-color: #8dd4da;
}
.topnav li a:hover {
color: #d7ef65;
text-decoration: none;
background-color: #509ea5;
}

/*--main content--*/
#container {
background: #fff url(../images/typewriter.jpg) top right no-repeat;
width: 780px;
height: 100%;
margin: 0 0 0 0;
padding: 50px 10px 10px 10px;
}
.chapline {
width: 600px;
margin: 16px auto;
height: 3px;
background: #fff url(../images/check.jpg) repeat-x;
}
.line {
width: 100%;
height: 1px;
margin-top: 16px;
margin-bottom: 16px;
background-color: #000;
}
.work {
font-family: 'Trebuchet MS', sans-serif;
font-size: 14px;
color: #024d54;
font-weight: bold;
}

/*--footer--*/
#footer {
width: 800px;
margin: 0 0 0 0;
padding-top: 12px;
padding-bottom: 12px;
background-color: #509ea5;
border-top: 5px solid #d7ef65;
}
#footer p {
font-family: 'Trebuchet MS', sans-serif;
font-size: 11px;
color: #fff;
background: transparent;
text-align: center;
}
#footer a, #footer a:visited {
color: #cff;
background: transparent;
text-decoration: none;
}
#footer a:hover {
color: #cff;
background: transparent;
text-decoration: underline;
}




