/* Setting things up */
* {
	margin: 0;
}

html, body {
	height: 100%;
	font-family: "Myriad Pro", arial, sans-serif;
	font-size: 12px; 
    background: #3e3d3d;
}

/* Setting Top part of layout  */
#header{
	background: #FFF url('../img/header-bg-text.gif') no-repeat 26% 0%;
	height: 164px;
}

#logotext {
	float: left;
    width: 50%;
}
#logotext p{
    font-family: Myriad Pro, Arial, helvetica;
    font-size: 36px;
    color: #3e3d3d;
    padding: 35px 0 0 15%;
}
#logotext span{
    font-family: Myriad Pro, Arial, helvetica;
    font-size: 36px;
    color: #3e3d3d;
    padding: 35px 0 0 28%;
}
#aforism{
    float: right;
    width: 50%;
}
#aforism p{
    font-family: Myriad Pro, Arial, helvetica;
    font-size: 18px;
    color: #424242;
    text-align: center;
    font-style:italic;
    padding: 50px 12% 0 0;
}
/* Starting to use 900 pix width */
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -34px;
}

/* Menu */
#navbar {
	background: #FFF url('../img/nav-bg.gif') repeat-x;
	height: 66px;
	width: 545px;
	margin:0 auto;
}
.navL {
	float: left;
}
.navR{
	float: right;
}

#navbar ul{
    list-style: none; 
}
#navbar ul li a {
	font-family: "Myriad Pro", arial, sans-serif;
	font-size: 24px; 
	text-decoration: none; 
	color: #424242;
}
#navbar ul li {
	padding: 20px 30px 0 0;
	float: left;
}
#navbar ul li a:hover {
	color: #605e5e;
}

/* Content of website aka Texts */

#container {
	width: 900px;
	background: #FFF;
	height: auto;
	margin:30px auto;
}
.contTL, .contBL { float: left;}
.contTR, .contBR { float: right;}
.contBL { margin: -10px  0px  0px  0px; }
.contBR { margin: -10px  0px  0px  0px; }

#content {
	padding: 20px;
}

/* Lets keep Footer at bot */
.push {
	height: 34px;
}

/* Footer aka Copyright */

#footer {
	width: 100%;
	background: #FFF url('../img/footer-bg.gif') repeat-x;
	height: 34px;
}

.footerL {
	float: left;
}
.footerR{
	float: right;
}

#footer p{
    font-family: "Myriad Pro", arial, sans-serif;
	font-size: 16px; 
	text-decoration: none; 
	color: #424242;
    text-align: center;
    padding-top: 5px;
}
#footer a{
    font-family: "Myriad Pro", arial, sans-serif;
	font-size: 20px; 
	text-decoration: none; 
	color: #424242;
}

/* Teksti css **/

img{
	max-width: 200px;
}

a{
	color: #000;
	font-size: 20px;
}

h1{
	color: #3D3D3D;
	font-size: 32px;
	display: inline;
}
h2{
	color: #3D3D3D;
	font-size: 25px;
	display: inline;
}

p {
	color: #000;
	font-size: 16px;
	
}

ul{
	font-size: 16px;
	padding-left: 30px;
}
td{
	vertical-align: top;
	padding: 10px;
}
