body{
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;
}

#wrapper {
	width:960px;
	padding:22px 22px;
	margin:0 auto;
	font-size:10pt;
	background:white; 
}

#container {
	position:relative;	
	background-image:url(images/wand-160.jpg);
	background-repeat:repeat;
	-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
	border-radius: 7px;
	-moz-border-radius:0px 0px 10px 10px; 
	-khtml-border-radius:0px 0px 10px 10px;
  
}

#menu-section {
	position:relative;
	height:145px;
	background:none;
}

#title-section {
	position:relative;
	background:rgba(180,180,180,0.8);
	height:290px;
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.45);
}

#content-section {
	position:relative;
	background:none;
	padding:0px;
}

#footer-section {
	position: relative;
	background:none;
	height:50px;
}


/* MENU */

.menu-menu-container {
	position:relative;top:85px;
	margin:0;
	padding:0 0 0 70px;
	background:none;
}

.menu-menu-container ul {
	list-style-type: none; 
	list-style-image: none; 
	margin:0;
	padding:0; 
	background:none;
}

.menu-menu-container li { 
	font-size:18pt;
	font-weight:400;
	text-shadow:rgba(0, 0, 0, 0.6) 2px 2px 4px;
	margin: 0px 40px 0px 0px;
	display: inline;
}

.menu-menu-container a {
	color:#202020;
	text-decoration:none;
}
.menu-menu-container a:hover {
	color:#e50000;
}

.menu-logo-container {
	position:absolute;left:770px;top:0;
	width:110px;
	height:110px;
	margin:15px;
	padding:0;
	background:red;
	-webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.45);
	box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.45);
}

/* TITLE */

#title-main-container {
	position:relative;
	width:380px;
	height:290px;
	margin:0;
	padding:0;
	background:none;
}

.title-main-box {
	padding:20px 0 10px 0;
	position:relative;
}

.title-main-box h1{
	font-size:23pt;
	font-family: 'Bitter', serif;
	font-weight:700;
	color:#353535;
	margin: 0px 10px 20px 30px;
}

.title-main-box h2{
	font-size:16pt;
	font-weight:700;
	color:#353535;
	margin: 0px 10px 10px 30px;
}

#title-image-container {
	position:absolute; left:380px;top: 0;
	width:580px;
	height:290px;
	margin:0;
	padding:0;
	background:none;
}

/* CONTENT */



#news-box {
	float:left;
	width:375px;
	padding: 0;
	margin: 50px 30px 50px 50px;
	background:rgba(180,180,180,0.8);
	-webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.45);
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.45);
	border-radius: 7px;
	-moz-border-radius:0px 0px 10px 10px; 
	-khtml-border-radius:0px 0px 10px 10px;
}

#next-box {
	float:left;
	width:425px;
	padding: 0;
	margin:50px 50px 50px 30px;
	background:rgba(180,180,180,0.8);
	-webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.45);
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.45);
	border-radius: 7px;
	-moz-border-radius:0px 0px 10px 10px; 
	-khtml-border-radius:0px 0px 10px 10px;
}

#profile-box {
        float:left;
	width:840px;
	padding: 0;
	margin:60px;
	background:rgba(180,180,180,0.8);
	-webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.45);
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.45);
	border-radius: 7px;
	-moz-border-radius:0px 0px 10px 10px; 
	-khtml-border-radius:0px 0px 10px 10px;
}

.box {
	padding:10px 0 10px 0;
	position:relative;
}

.box h1 {
	font-size:19pt;
	font-family: 'Bitter', serif;
	font-weight:700;
	color:#353535;
	margin: 0 15px 10px 15px;
}

.box h2 {
	font-size:11pt;
	font-weight:700;
	color:#505050;
	margin: 0 15px 5px 15px;
}

.box h3 {
	font-size:20pt;
	font-weight:300;
	color:#f00000;
	margin: 0 15px 5px 15px;
}

.box p {
	font-size:11pt;
	font-weight:400;
	color:#393939;
	margin: 0 15px 5px 15px;
}

.box a {
	color:#050505;
	text-decoration:none;
}

.box a:hover {
	color:#e50000;
}


.box-float-img {
	float: left;
	width: 110px;
	height: 110px;
	margin: 15px;
}

.clear { clear: both; padding-top: 10px; }


/* FOOTER */

.footer {
	position:relative;
	text-align: center;
	color:#353535;
	font-size:11pt;
	padding:15px 0 0 0;
}

.footer a {
	color:#353535;
	text-decoration:none;
}

.footer a:hover {
	color:#050505;
}
