#title { 
	font-family: helvetica, arial, sans-serif; 
	font-size: 60px; 
	padding-top: 25px;
	}
body { 
	font-family: helvetica, arial, sans-serif; 
	font-size: 14px; 
	background-color: #e2e2e2;
	} 	
body, html { 
	margin-top: 0px; 
	height: 1200px; 
	}
#row { 
	border-bottom: 1px solid #000; 
	margin-top: 25px; 
	margin-left: -50px;
	margin-right: -10px; 
	}
h1 { 
	font-size: 30px; 
	padding-top: 25px; 
	} 
.clear { clear: both;
	}
	
a:link { 
	color: #000000;
	text-decoration: none;
	}
a:visited { 
	color: #000000;
	text-decoration: none;
	}
a:hover { 
	color: #64C9EA;
	}
a:active { 
	color: #64C9EA;
	}


	
#menu {
	margin: 0 auto;
	width: 60%;
	height: 50px;
	background-color: none;
	text-align: center;
	border-bottom: 5px solid #000; 
	}
#menu ul { 
    display: inline-block;
 	padding-left: 0px;
	padding-top: 10px;
	font-size: 14px; 
	font-weight: bold;
	list-style-type: none;
	text-transform: uppercase;
	}
#menu ul a { 
	color: #000000;
	text-decoration: none;
	}
#menu ul a:visited { 
	color: #000000;
	text-decoration: none;
	}
#menu ul a:hover { 
	color: #64C9EA;
	}
#menu li { 
	display: inline; 
	text-align: center;
	}
	
.wrapper {
	width: 80%;
	margin: 20px auto 40px auto;
	background-color: #fff;
	position: relative;
	padding: 20px;
top: 0px;
left: 0px;
	}
	
.box1 {
width: 300px;
padding: 20px;
background-color: #c4e16c;
position: absolute;
top: 0px;
left: 0px;
}

.box2 {
width: 300px;
padding: 20px;
background-color: #AFEEEE;
position: absolute;
bottom: 0px;
right: 0px;
}
.box3 {
width: 150px;
padding: 20px;
background-color: #FFD700;
position: absolute;
bottom: 0px;
right: 0px;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1200px) 
{
#wrap {	width: 960px;}
}

@media only screen and (max-width: 1023px) 
{
#wrap { margin: 0 auto; width: 95%;}
#content { float: left; clear: both; width: 90%; }
#sidebar { float: left; clear: both; width: 90%; }
body { 	border-left: none;	margin-left:0px; padding-left: 0px; }
#menu {width: 60%;}
}

@media only screen and (max-width: 767px) 
{
#menu {width: 80%;}
}

@media only screen and (max-width: 480px) 
{
#menu {width: 100%;}
}
	
	
	
