body
{
	background: url(1.jpg);
	background-color:#DEDEDE;
	font-family: 'Lato', sans-serif;
	
}
	
h2
{
	color:#348F7E;
	text-align:center;
}

p
{
	margin-left:10px;
	
}
#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{	
	margin-bottom:5px;
}

#nav
{
	background-color:#B0B0B0;
	min-height:320px;
	width:115px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
	
#content
{
	float:left;
	min-height:400px;
	width:875px;
	background-color: #DEDEDE;
	margin-bottom:5px;
	font-size:25px;
	
	
}

#image
{
	float:left;
	min-height:320px;
	margin-bottom:5px;
	width:119px;
	margin-left:5px;
}
	
#footer
{
	clear:both;
	min-height:20px;
	background-color:black;
	color:white;
	text-align:center;
	padding:5px;
	letter-spacing:10px;
}	

.menu
{
	border-bottom:2px dotted black;
	font-size:20px;
	height:38px;
	text-align:center;
	padding:20px;
	color:black;
	font-weight:bold;
	letter-spacing:1px;
}

.menu:hover
{
	background-color:#8e8e8e;
	cursor:pointer;
	color:red;
}
a.link
{
	text-decoration:none;
	color:red;
}

.center
{
	text-align:center;
	font-size:25px;	
	font-weight:bold;
}
.wid
{
	text-align:center;	
	color:#348F7E;
	font-weight:bold;
	font-size:22px;
}
	
@media screen and (max-width: 999px)
{
		#container  
	{
		width:100%;
	}
		#nav
	{
		width:50%;
	}
		#content 
	{
		width:49%;
	}
		#image
	{ 
    width: 100%;
	}
	img
	{
	width:100%;
	}
}
@media screen and (max-width: 640px)
{
	#container  
	{
		width:100%;
	}
	
		#nav
	{
		width:100%;
	}
	
		#content 
	{
		width:100%;
	}
	
	
		#image
	{
	
     width: 100%;
	
	}
img
{
	width:100%;
}

}


