body{
	line-height:1.3;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color:#393536;
	text-decoration:none;
}
a:visited{
	color:#3366CC;
}
a:hover {
	text-decoration:underline;
}
#header{
	padding:30px 0px 0px;
	background-color:#222;
	border:1px solid #B2ECEE;
	border-width:1px 0px;
}
#header-content{
	background-repeat:no-repeat;
	text-align:right;
	width:1000px;
	margin:0px auto;
	color:#fff;
}
#header-content img{
	margin-top:-5px;
}
#container{
	background-color:#1BACDF;
	background-image:url(../images/bubbles.png);
}
#content{
	background-color:#fff;
}
#banner{
	width:1000px;
	margin:0px auto;
	background-image:url(../images/glow.png);
	height:250px;
	padding-top:30px;
}
#elena{
	height:250px;
	padding-left:60px;
	padding-right:50px;
	padding-top:0;
}
#blackboard{
	width:350px;
}
#elena,#blackboard{
	float:left;
}
ul#menu{
	list-style-image:url(../images/bullet.png);
	list-style-position:inside;
	color:#555;
	border:1px solid #B2ECEE;
	width:310px;
	background:#F6F6F6;
	height:190px;
	float:right;
	padding-top:30px;
}

ul#menu li{
	height:28px;
	font-size:1.3em;
	margin-left:30px;
}
#content{
}
#boxes{
	width:1000px;
	margin:0px auto;
	padding-top:30px;
}
.box{
	/*background:url(../images/box-bg.png);*/
	width:295px;
	float:left;
	padding:6px;
	margin-right:30px;
	margin-bottom:30px;
	background-color:#FF3F32;
	position:relative;
	border-color:#FF5B4F #FF1200 #FF1200 #FF5B4F;
	border-style:solid;
	border-width:3px;
}
.box h1{
	height:30px;
	color:#fff;
	font-size:16px;
	font-weight:400;
}
.box p{
	padding:20px 15px 0;
	text-align:justify;
	color:#555;
	font-size:11.5px;
	background-color:#fff;
	height:500px;
}
.box a{
	display:block;
	position:absolute;
	right:0px;
	bottom:0px;
	width:140px;
	height:20px;
	text-align:center;
	text-decoration:none;
	color:#4a4a4a;
	font-size:12px;
	background-color:#B3F242;
	border-style:solid;
	border-width:2px;
	border-color:#C5FF5F #A2DF37 #A2DF37 #C5FF5F;
	margin:20px;
	padding-top:3px;
}
.box a:hover{
	text-decoration:underline;
}

#footer{
	margin-top:20px;
	background-color:#222;
	color:#ccc;
	height:30px;
	clear:both;
	border:1px solid #B2ECEE;
	border-width:1px 0px 0px;
}
#footer div{
	width:1000px; 
	margin:0 auto; 
	padding-top:10px; 
	text-align:center;
}
