#title { 
	font-family: helvetica, arial, sans-serif; 
	font-size: 60px; 
	padding-top: 25px;
	}
body { 
	margin: 0px;
	font-family: helvetica, arial, sans-serif; 
	font-size: 20px; 
	background-color: #e2e2e2;
	background-image: url("images/background-grey.png");
    background-position: left top;
    background-repeat: repeat;
    } 
    


#row { 
	border-bottom: 1px solid #000; 
	margin-left: -50px;
	margin-right: -10px; 
	}
h1 { 
	font-size: 30px; 
	padding-top: 25px; 
	} 
.clear { clear: both;
	}
.wrap {
	float: none;
	margin: 0 auto;
	overflow:auto;
	margin-top: 0px;
	width: 1140px;
	height: auto;
	padding: 20px 25px 20px 25px;
	background-color: #fff;
	}
#content {
	float: left;
	width: 45%;
	height: 200px;
	margin-top: 25px;
	margin-right: 50px;
	padding: 10px 10px 10px 10px;
	background-color: #ff9900;
	background-image: url("images/background-orange.png");
    background-repeat: repeat;
	}
#sidebar {
	float: right;
	width: 45%;
	height: 200px;
	margin-top: 25px;
	background-color: #666666;
	background-image: url("images/background-lime.png");
    background-repeat: repeat;
	padding: 10px 10px 10px 10px;
	}
#banner {
	position: relative;
	top: -50px;
	left: 0px;
	width: 100%;
	height: 200px;
	background-color: #ffffff;
	margin-bottom: 50px;
	border-bottom: 1px solid #000; 
	}
#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:hover { 
	color: #64C9EA;
	}
#menu li { 
	display: inline; 
	text-align: center;
	}
#footer {
    display: block;
	position: relative;
	clear: both;
	width: 100%;
	background-color: #e2e2e2;
	text-align: center;
	border-top: 2px solid #000; 
	padding-bottom: 100px;
	background-image: url("images/background-grey.png");
    background-position: left top;
    background-repeat: repeat;
	}
	
#footer p {
	text-align: right;	
	font-size: 30px; 
	font-weight: bold;
	color: #ff9900;
	padding: 20px 25px 100px 0;
	}

	


/* 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: 100%;}
}

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