

body{margin:0px;}

#container {
	width:800px;
	background-color:ebebeb;
	margin:auto;}
	
#header{
	width:100%;
	height:120px;
	background-color:lightblue;	
}
#logo{
	height:100%;
	width:25%;
	background-color:red;
	float:left;
	}
#logo img{
	width:100%;
	height:100%;
}
	
#slogan{
	height:100%;
	width:75%;
	background-color:green;
	float:right;
	}
	
#slogan h1{
	text-align:center;
	margin:40px
}

#nav{
	width:100%;
	height:50px;
	background-color:black;
}
#nav ul{
	list-style:none;
	margin:0px;
	padding:5px 0px 5px 30px;
}

#nav li{
	float:left;
	margin:2px;}


#nav li a {
	text-decoration:none;
	display:block;
	padding:10px 12px 10px 12px;
	background-color:black;
	color:white;
	
} 
#nav li a:hover {
	background-color:gray;
}

#nav .active {
	background-color:gray;
	
}

#article{
	width:70%;
	background-color:#cecece;
	float:left;
}
#content {
	width:90%;
	mergin:0;
	padding:0;
	margin-left:12px;
	
}

#content h1,p {
	margin:5;
	padding:0;	
}
#aboutimage{
	width:60%;
	display:block;
	margin:auto;
	}

#sidebar{
	width:30%;
	background-color:blue;
	float:right;
	color:white;
	height:762px;
}

#sidebar h1,#sidebar p{
	padding:0;
	margin:0;
	padding-left:12px;}
	
#sidebar ul {
	list-style: none;
	
}

#sidebar h1{
	text-decoration:underline;
	font-family:comic sans ms;
		
}

#sidebar a{
	color:white;
	text-decoration:none;
	
}

/*#sidebar button{
	padding:10px;
	margin:20px 0px 0px 70px;
	color:red;
	background-color:black;
	border-style:none;
}

#sidebar button:hover{
	color:white;*/
	
.icon{ 
	width:50px;
	margin:30px 0px 0px 70px;
	
}

.icon:hover{
	width:52px;
}

#footer {
	width:100%;
	height:40px;
	background-color:black;
	clear:both;
}
#footer p{
	color:white;
	padding:10px;
	text-align:center;
}
input,textarea,select{
	color:blue;
	font-size:18px;
	width:250px;
}

input[type=radio]{
	width:20px;
	height:20px;
}
input[type=submit]{
	border-radius:15px;
	color:white;
	background-color:blue;
	border-style:none;
}