@charset "utf-8";
/* CSS Document */

/* Layout information */
html{
	margin: 0px;
	padding: 0px;
}

#page_container{
	width: 1000px;
	height: 100px;
	text-align:left;
	padding-top:25px;
}

#header{
	width: 100%;
	height: 200px;
	background-color:#FFF;
}

#content{
	width: 100%;
	min-height: 500px;
	background:#FFF;
	padding-top:10px;
}

#left{
	width: 250px;
	float:left;
	border-right:thick;
}
#left h2,#left p, #left ul, #left li{
	margin-left:20px;
}

#main{
	width: 750px;
	float: right;
	background-color:#999;
}

#right{
	display:none;
	width: 0px;
	height: 0px
}

.clear_all{
	clear:both;
	width:100%;
}

#footer{
	width:100%;
	height:50px;
	background:#F0F;
}
#box1 {
	position:relative;
	left:20px;
}
#box2 {
	position:relative;
	left:45px;
}
#box3 {
	position:relative;
	left:70px;
}

/* classes and styles */
.box {
	width:220px;
	height:200px;
	background-color:#0F0;
	float:left;
	margin-bottom:20px;
}

.title{
	color:#FFF;
	margin-left:10px;
}
.deff{
	margin-left: 25px;
	color:#FFF;
	padding-top:15px;
}
.title_logo {
	position:static;
	margin-left:-300px;
	left:100px;
	z-index: 100;
}
.list{
	margin-left: 70px;
	color:white;
}