body {
	background: #ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px; 
	padding: 0;

}

.header {
	background: #333333;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 40px;
	text-align: center;
}

.leftContainer {
	position: absolute;
	top: 100px;
	left: 10%;
	width: 15%;
	text-align: left;
	}

.rightContainer {
	position: absolute;
	top: 100px;
	right: 10%;
	width: 15%;
	text-align: left;
}
.centerContainer {
	margin-left: 19%;
	margin-right: 19%;
	border-top: thin dotted #999999;
	border-right: thin dotted #999999;
	border-bottom: thin dotted #999999;
	border-left: thin dotted #999999;
	margin-top:10px;
	
	padding-left: 10%;
	padding-right: 10%;
	text-align: justify;
	font-family: verdana;
	font-size: 8pt;
	padding-bottom: 10px;
	
	}
	
.menuheader {
	background: #339933;
	color: #ffffff;
	text-align: center;
	margin: 0;
	font-weight: bold;
}

.menubox {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	background: #ffffff;
	color: #333333;
	border-top: thin solid #333333;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;;
	border-left: thin solid #333333;
	text-align: center;
	font-family: sans serif;
	font-size: 10pt;
	}
	
	
.colorboxright1 {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #999999;
	width: 40px;
}
.colorboxleft1 {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #999999;
	width: 40px;
}
.colorboxright2 {
	position: absolute;
	top: 0px;
	right: 40px;
	background: #666666;
	width: 40px;
}
.colorboxleft2 {
	position: absolute;
	top: 0px;
	left: 40px;
	background: #666666;
	width: 40px;
}


.postheader {
	border-top: thin dotted #999999;
	border-bottom: thin dotted #999999;
	margin-top: 15px;
	color: #999999;
	}


	
a.author {
	color: #666699;
	text-decoration: none;
	}

a.author:hover {
	color: #333366;
	text-decoration: underline;
	}
	
	
a.menuitem {
	color: #666699;
	text-decoration: none;
	}
	
a.menuitem:hover {
	text-decoration: underline;
	color: #9999aa;
	}
	text-align:center;
    position:relative;
    top:80px;
}
.box {
    width:70%;
    height:200px;
    background:#FFF;
    margin:40px auto;
}
 
/*==================================================
 * Effect 1
 * ===============================================*/
.effect1{
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}
.box h3{
    text-align:center;
    position:relative;
    top:80px;
}