/* Do you know the way? */
html, body {
    height: 100%;
}
body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #ffffff;
}
#container {
    position: relative;
    min-height: 100%;
}
#main-title {
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
padding-top: 17px;
padding-bottom: 17px;
padding-left: 25px;
padding-right: 100px;
background-color: #cc6600;
border-bottom: 1px #ffffff dotted;
color: #f0f0e1;
font-weight: bold;
font-size: .8em;
letter-spacing: 5px;
text-align: right;
}

#main-text {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 190px;
margin-right: 220px;
}

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1.3em;
color: #bf8f30;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 1em;
color: #bf8f30;
font-weight: bold;
}
h3 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: .7em;
color: #bf8f30;
font-weight: bold;
}

dt {
margin-top: 0;
margin-left: 0;
margin-right: 0;
font-size: .7em;
line-height: 1.9em;
}

p, ul, ol, table, dt {
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
font-size: .7em;
line-height: 1.9em;
}

ol, ul, dl {
margin-left: 25px;
}

a:link, a:visited {
color: #cc6600;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #cc6600;
font-weight: bold;
text-decoration: underline;
}
code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	font-weight: normal;
	background: inherit;
	color: #333;
	}
	
#left-menu {
position: absolute;
top: 75px;
left: 0;
margin: 20px;
width: 150px;
}

#left-menu p {
border-bottom: 1px #cc6600 dotted;
text-align: right;
line-height: 20px;
font-size: .8em;
padding-bottom: 7px;
padding-top: 7px;
margin-bottom: 0;
}

#left-menu a:link, #left-menu a:visited {
color: #cc6600;
}

#left-menu a:hover, #left-menu a.current {
color: #7f3f00;
text-decoration: none;
}

/* Styles for the pullquote on the right side. */

#right-column {
position: absolute;
top: 160px;
right: 0;
margin: 20px;
width: 170px;
}

#right-column p {
line-height: 1.5em;
font-size: .7em;
}

#right-column strong {
color: #cc6600;
font-style: italic;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
background-color: #cc6600;
color: #ffffff;
margin-bottom: 0;
padding-top: 15px;
padding-bottom: 15px;
font-size: .7em;
border-top: 1px #ffffff dotted;
position: relative;
bottom:0;
}

#footer a:link, #footer a:visited {
color: #f0f0e1;
}

#footer a:hover {
color: #f0f0e1;
text-decoration: underline;
}
#license {
height:80%;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 190px;
margin-right: 220px;
}
}
/* DEMO CSS */
img{
    border:0px;
}
 
#mainContainer{
    width:760px;
    margin:0 auto;
    text-align:left;
    background-color:#FFF;
 
}
 
#mainContent{
    padding:10px;
}
 
.clear{
    clear:both;
}
