body {
	background:url('../img/noisy_net.png') #555;
}
/* HEADER */
header {
	height: 150px;
	padding: 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

	background: background: #2b3990; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #2b3990 0%, #262262 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#2b3990), color-stop(100%,#262262)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #2b3990 0%,#262262 100%); /* Chrome10+,Safari5.1+ */
	background: radial-gradient(ellipse at center,  #2b3990 0%,#262262 100%); /* W3C */
}


header img {
	float: left;
	padding-right: 20px;
}

header h1 {
	margin: 30px 0 0 0;
	width:620px;
}

.header-img {
	width:620px;
	min-width:620px;
	height:80px;
	margin: 0 auto;
	border: 1px solid transparent;
	
}

/* END HEADER */


/* NAV */
nav {
	width: 100%;
	height: 70px;
	text-align: center;
	border-bottom: 3px solid #ccc;
	border-top: 1px solid #ccc;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

nav ul li {
	display: inline-block;
	height: 43px;
	padding: 25px 20px 0 20px;
	border-left: 1px solid #ccc;
}

nav ul li:nth-child(1) {
	border:none;
}


nav a {
	text-decoration: none;
	color: #fff;

}

nav a:hover {
	color: #ccc;
}

/* END NAV */

/* BANNER */
#banner {
	margin: 0 auto;
	width: 100%;
	height: 396px; 
	background: #fff;
	border-bottom: 2px solid #ccc;
}

.photo {
	margin: 0 auto;
	width:500px;
}

.photo img {
	margin-left: -300px;
}

/* END BANNER */


/* MAIN */
.content {
	width:960px;
	min-width: 960px;
	height: 1000px;
	padding: 40px 20px 0 40px;
	margin: 0 auto;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content h3 {
	padding-bottom: 30px;
}

.about-img {
	margin: 0 0 40px 0;
}

.right-col {
	width: 400px;
	position: absolute;
	top: 670px;
	left: 53%;
}

.sponsors {
	width: 98%;
	background: #fff;
	height:300px;
	margin: 20px 0 20px 0;

	border-radius:30px;
}

/* END MAIN */

/* FOOTER */
footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 50px;
	width: 100%;
/*	padding: .5em;*/

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

	background: background: #2b3990; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #2b3990 0%, #262262 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#2b3990), color-stop(100%,#262262)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #2b3990 0%,#262262 100%); /* Chrome10+,Safari5.1+ */
	background: radial-gradient(ellipse at center,  #2b3990 0%,#262262 100%); /* W3C */
}

.copyright {
	height: 32px;
	width: 32px;
	float: right;
	margin: 10px 15px 0 0;	
}	

.footer_center {
	width: 960px;
	margin: 0 auto;
}

footer ul li {
	display: inline-block;
	float: left;
	padding: 0 10px 0 10px;
	margin-top: 1em;
}

footer a {
	text-decoration: none;
	color: #fff;
}

footer p {
	float: right;
	margin-top: 1.2em;
}

/* END FOOTER */

/* EVENTS MAIN */

.event-listing {
	width: 460px;
}

.event-listing li {
	display: block;
	list-style: none;
	background: #555;
	margin-bottom: 20px;
	padding: 30px;
	text-align: center;
	height: 100px;
	width: 460px;

	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.event-listing a {
	text-decoration: none;
	color: #fff;
}


.event-photo {
	position: absolute;
	top: -270px;
}
/* EVENTS MAIN END */

/*	 MEDIA PAGE */

.media-img {
	width:300px;
	position: absolute;
	top: -437px;
	left: 80px;
}

.media-img img {
	padding-bottom: 30px;
}

.media-content {
	width: 530px;
}

.media-content a:visited {
	content: #ccc;
}
/* MEDIA PAGE END */

/* SUPPORT PAGE */

.support-call ul li { 
	float: left;
	display: inline-block;
	list-style: none;
	width: 230px;
	height: 230px;
	background: #555;
	margin: 20px 30px 0 35px;
	border-radius: 230px;
	padding: 80px 10px;
	text-align: center;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.support-info {
	text-align: center;
	width: 420px;
	margin: 20px auto;
}

.support-call a { 
	text-decoration: none;
	color: #fff;
	width: 230px;
	height: 230px;
}

.support-call h3 {
	margin-bottom: 30px;
}

.support-img {
	width: 800px;
	margin: 20px auto;
}

.support-img img {
	margin-top: 40px;
	margin-bottom: 80px;
	border-radius: 20px;
}

/* SUPPORT PAGE END*/