@charset "utf-8";

* 	{
	margin: 0; 
	padding: 0;
}

body {
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

h1 {
	font-size: 150%;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	font-size: 130%;
	text-align: center;
	font-weight: bold;
}

h3 {
	font-size: 110%;
	text-align: center;
	font-weight: bold;
}

.largeFont {
	font-size: larger;
	text-align: center;
}

#containerIndex {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/magnum_bg_promo.jpg);
	background-repeat: no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#containerPromo {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/magnum_bg_promo.jpg);
	background-repeat: no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/magnum_bg_lower.jpg);
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
	background-color: #2A9FC2;
}

.movieContainerLeft {
	width: 480px;
	float: left;
}

#formContainer {
	width: 350px;
	padding-left: 300px;
}

.movieTextright {
	width: 320px;
	float: left;
}

#navigation {
	text-align: center;
	background-image: url(images/ring_motif_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 32px;
		
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 30px;
	white-space: nowrap;
	font-weight: bold;
}

#navbar li {
     list-style-type: none;
     display: inline;
}

#navbar li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFCA36;
}

#navbar li a:link {
     color: #FFF:
}

#navbar li a:visited {
	color: #FFCA36;
}

#navbar li a:hover {
	font-weight: bold;
	color: #000;
	background-color: #FFCA36;
}

#becomingMagnum {
	padding-top: 10px;
	padding-bottom: 10px;
			 
}

#topHeader {
	background-image: url(images/magnum_bg_top.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#mainContentIndex {
	height: 770px;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#mainContent {
	background-color: #FFF;
	border: 2px solid #000;
	margin-right: 40px;
	margin-left: 40px;
	text-align: left;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-repeat: no-repeat;
}

#ticketForm {
	background-color: #FFC;
	border: 2px solid #000;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 500px;
	padding-left: 100px;
}

.picPadLeft {
	padding-left: 10px;
}

.picPadRight {
	padding-right: 10px;
}

#cinemekMovie {
	width: 480px;
	float: left;
}

#cinemekText {
	width: 320px;
	float: left;
}

#clearBox {
	clear: both;
	
}

#bottomGraphic {
	background-image: url(images/magnum_bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 1000px;
}

#eventsContainer {
	width: 600px;
	padding-left: 100px;
}

#bottomSand {
	background-image: url(images/sand_bg.jpg);
	height: 270px;
	width: 1000px;
}

#bottomBoxRing {
	height: 160px;
	width: 130px;
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}

#bottomBoxLeft {
	height: 95px;
	width: 155px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}

#bottomBoxCentre {
	height: 250px;
	width: 310px;
	float: left;
	margin-left: 40px;
	text-align: center;
	margin-top: 20px;
}

#bottomBoxRight {
	height: 95px;
	width: 195px;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
}

#ring a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#ring a:link {
	 color: #FFCA36:
}

#ring a:visited {
	color: #000;
}

#ring a:hover {
	color: #000;
	text-decoration: underline;
}

#footer {
	text-align: center;
	font-size: x-small;
	color: #FFF;
	height: 30px;
	padding: 10px;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFCA36;
}

#footer a:link {
	 color: #FFCA36:
}

#footer a:visited {
	color: #FFCA36;
}

#footer a:hover {
	color: #FFF;
}
