@charset "UTF-8";
/* CSS Document */


h1, h2, h3, p, ul, li, a {font-family: 'Open Sans', sans-serif;
}

#centre {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 625px;
}


 #centre #logo {
	height: 150px;
	width: 960px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

#navmenu {
	float: left;
	height: 50px;
	width: 960px;
	margin-top: 5px;
}

#navmenu ul {
    
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#navmenu ul li {
	display: block;
	position: relative;
	float: left;
	width: 192px;
	text-align: center;
}
#navmenu li ul {
    display: none;
}
#navmenu ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	padding: 5px 15px 5px 15px;
	margin-left: 1px;
	white-space: nowrap;
	background-color: #000000;
}
#navmenu ul li a:hover {
background: #3b3b3b;
}
#navmenu li:hover ul {
    display: block;
    position: absolute;
}
#navmenu li:hover li {
    float: none;
    font-size: 11px;
}
#navmenu li:hover a { background: #3b3b3b; }
#navmenu li:hover li a:hover {
    background: #1e7c9a;
}
#centre #slidey {
	height: 400px;
	width: 960px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}


body {
	background-image: url(grid_noise.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#bottompage {
	width: 100%;
	background-image: url(noisy_net.png);
	margin: 0px;
	padding: 0px;
	-webkit-box-shadow: 0px -1px 13px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px -1px 13px rgba(50, 50, 50, 0.75);
box-shadow:         0px -1px 13px rgba(50, 50, 50, 0.75);
}
#bottompage #content {
	height: 400px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#bottompage #content #box {
	float: left;
	height: 380px;
	width: 305px;
	margin-left: 10px;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}

#bottompage #content #boxfb {
	float: left;
	height: 380px;
	width: 305px;
	margin-left: 10px;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	background-color: #FFF;
}
#bottompage #footer {
	height: 135px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#gallerycentre {
	width: 960px;
	height: 860px;
	margin-right: auto;
	margin-left: auto;
}

#registrationcentre {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 700px;
}

#sponsorcentre {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 1250px;
}


#gallerycentre #gallery {
	width: 960px;
	float: left;
	height: auto;
}
#registrationcentre #left {
	float: left;
	height: 470px;
	width: 450px;
}
#registrationcentre #right {
	float: right;
	height: 450px;
	width: 450px;
}
#sponsorcentre #cheapazlogo {
	float: left;
	height: 205px;
	width: 945px;
	margin-left: 10px;
}
#sponsorcentre #left {
	float: left;
	height: 700px;
	width: 450px;
	margin-left: 10px;
	margin-top: 10px;
}
#sponsorcentre #right {
	float: right;
	height: 750px;
	width: 450px;
	margin-right: 10px;
	margin-top: 10px;
}
