/* reset margins and paddings for all elements */
* {
	margin: 0;
	padding: 0;
}

p {
    margin: 0 0 10px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

html {
    overflow-x: hidden;
}

body {
	font-size: 12px;
	font-family: Courier, monospace, sans-serif;
	background: #f0f0f0;
}

body.frontpage {
    background-image: url(images/1_background.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
}

a:link { text-decoration: underline; color: black; }
a:active { text-decoration: none; color: #666; }
a:visited { text-decoration: underline; color: black; }
a:hover { text-decoration: underline; color: #666; }

a img { border: none; }

#once { clear: left; }

#menu {
    width: 160px;
    float: left;
    padding: 20px 10px 20px 10px;
    text-align: left;
    overflow: auto;
    top: 20px;
    left: 20px;
    position: absolute;
    height: auto;
    background-color: #f0f0f0;
    font-size: 12px;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
}

#menu ul li.section-title { }

#content {
    margin: 0 0 0 200px;
    position: relative;
    top: 20px;
    left: 20px;
}

#content p {
    width: relative;
    float: left;
    
    margin: 0;
    padding: 20px 10px 20px 10px;
    background-color: #f0f0f0;
    font-size: 12px;
    z-index: 10;
}

.detailimage-container {
    clear: both;
    padding-top: 40px;
    z-index: 5;
}

/*
#content {
    height: 100%;
    margin: 0 0 0 200px;
    top: 50px;
}

.container {
    padding: 0 0 0 5px;
}

#content p { 
    width: relative;
    float: left;
    padding: 20px 10px 20px 10px;
    text-align: left;
    top: 20px;
    left: 20px;
    position: relative;
    background-color: #f0f0f0;
    font-size: 12px;
    z-index: 10;
}

.detailimage-container {
    position: relative;
    text-align: left;
    top: 40px;
    left: 20px;
    padding: 0;
    z-index: 5;
    width: 10px;
    padding: 20px 20px 20px 0px;
}
*/
