
/* Elements */

body {
	background: #ffffff;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h2, h3 {
	margin-top: 0px;
	color: #d62129;
}

h2 {
	font-size: 20px;
}

h3 {
	margin: 0;
	font-size: 16px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
}

a {
	color: #294294;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #d62129;
}

/* Wrapper*/

#wrapper {
	width: 960px;
	margin: 0 auto;
}


/* Header */

#header {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	zbackground: url(images/img1.gif);
	zborder: 1px solid black;
}


/* Logo */

#logo {
	width: 960px;
	height: 160px;
	margin: 0 auto;
	background: url(images/logo2b.gif);
}

/* banners */

#banner_home {
	width: 960px;
	height: 41px;
	background: url(images/banner_home3.jpg);
}

#banner_about {
	width: 960px;
	height: 41px;
	background: url(images/banner_about2.jpg);
}

#banner_inst {
	width: 960px;
	height: 41px;
	background: url(images/banner_inst2.jpg);
}

#banner_cont {
	width: 960px;
	height: 41px;
	background: url(images/banner_cont2.jpg);
}

#banner_terms {
	width: 960px;
	height: 41px;
	background: url(images/banner_terms2.jpg);
}

#banner_winners {
	width: 960px;
	height: 41px;
	background: url(images/banner_winners.jpg);
}

/* Menu */

#menu {
	width: 940px;
	height: 22px;
	margin: 0 auto;
	padding: 2px 0 0 0;
	align: centre;
	background: url(images/menubar.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding-left: 17px;
	list-style: none;
}

#menu li {
	display: inline;
	margin: 0;
}

#menu a {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.red {
	color: #d62129;
}

.white {
	color: #ffffff;
}

#menu a:hover {
	color: #000000;
}


/* Content */

#content {
	width: 940px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
}

#colOne {
	float: left;
	width: 180px;
	padding: 0 0 0 15px;
}

#colOne H2 {
	font-size: 20px;
	padding: 0 43px 5px 15px;
	font-weight: bold;
}

#colOne a {
	padding: 8px 43px 5px 15px;
	text-decoration: none;
	font-size: 15px;
	color: #294294;
}

#colOne a:hover {
	padding: 8px 43px 5px 15px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #d62129;
}

#colOne img {
	padding: 25px 0 0 0;
}

#colTwo {
	position: relative;
	left: 15px;
	float: left;
	width: 390px;
	padding: 0 15px 0 0;
}

#colThree {
	position: relative;
	left: 20px;
	float: left;
	width: 300px;
	height: 437px;
}

#colAllAbout {
	width: 900px;
	height: 1460px;
	padding: 0 20px 0 20px;
}

#colAllTerms {
	width: 900px;
	height: 1600px;
	padding: 0 20px 0 20px;
}

#colOneInstructions {
	float: left;
	width: 360px;
	padding: 0 20px 0 20px;
}

#colTwoInstructions {
	position: relative;
	left: 15px;
	float: left;
	width: 500px;
	border: 1px solid black;
}

#colShop {
	width: 900px;
	height: 300px;
	padding: 0 20px 0 20px;
}

#colOneContact {
	float: left;
	width: 320px;
	height: 360px;
	padding: 0 20px 0 20px;
	zborder: 1px solid black;
}


#colAllWinners {
	width: 900px;
	height: 160px;
	padding: 0 20px 0 20px;
}

/* Footer */

#footer {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	font-size: 10px;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #000000;
}

/******************************** Contact ***************************************/


#form-area {
	float: right;
	width: 500px;
	height: 400px;
	background: #21428c;
	margin: 0px 0px 0px 20px;
	padding: 0px 20px 0px 20px;
	font: 20px Arial, Helvetica, sans-serif;
	zborder: 1px solid black;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 10px;
	border: 1px solid #d62129;
}

legend {
  	font-weight: bold;
	font-size: small;
	color: #d62129;
	padding: 5px;
}

label.fixedwidth {
	display: block;
	width: 200px;
	float: left;
	font-size: 15px;
	color: #ffffff;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}



