html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align: center;
	background-color: #F7B348;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Default link colors */

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}


/* General style */

#background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

img#bg {
	width:100%;
}

#wrapper {
	margin: 0 auto;
	background: #534391 url(images/wrapper.png) repeat-y top center;
	width: 552px;
	position: relative;
	z-index:1;
	padding: 0 37px;
	overflow: hidden;
}

#mainheader {
	background: url(images/mainheader.png) no-repeat;
	width: 552px;
	height: 550px;
}

#header {
	background: url(images/header.png) no-repeat;
	width: 552px;
	height: 137px;
}

#navigation {
	width: 552px;
	height: 34px;
}

#navigation li {	
	float: left;
	background: url(images/navigation.png) no-repeat;
	background-position: 0 0;
	height: 34px;
	display: inline;
}

#navigation li.photos {
	width: 166px;
}

#navigation li.photos:hover, #navigation li.photos#active {
	background-position: 0 -34px;
}

#navigation li.videos {
	width: 161px;
	background-position: -166px 0;
}

#navigation li.videos:hover, #navigation li.videos#active {
	background-position: -166px -34px;
}

#navigation li.register {
	width: 225px;
	background-position: -327px 0;
}

#navigation li.register:hover, #navigation li.register#active {
	background-position: -327px -34px;
}

#navigation li a {
	float: left;
	height: 34px;
	text-decoration: none;
}

#navigation li.photos a {
	width: 166px;
}

#navigation li.videos a {
	width: 166px;
}

#navigation li.register a {
	width: 225px;
}

#navigation li a .label {
	visibility: hidden;
}

#intro {
	background: url(images/intro.png) no-repeat;
	width: 552px;
	height: 285px;
}

#contents {
	background: url(images/contentsbg.png) repeat-y;
	width: 522px;
	min-height: 550px;
	overflow: hidden;
	color: #FFF;
	font: 13px Verdana;
	padding: 15px 15px;
	text-align: left;
	line-height: 18px;
}

#contents a {
	color: #FFF;
	text-decoration: none;
}

#contents a:hover {
	text-decoration: underline;
}

.centralised {
	text-align: center;
}

#formlayout {
	margin: 0 auto;
	width: 485px;
	height: 1113px;
	padding: 97px 0 0 35px;
	background: url(images/formbg.png) no-repeat;
	font: 12px verdana;
}

.parentemail {
	width: 200px;
	visibility: hidden;
}

.item {
	position:relative;
	width:276px;
	list-style: none;
	padding: 0 0 0 80px;
}

.browse {
	margin: 5px 0 0 0;
	height: 17px;
	width: 260px;
	background:url(images/btnbrowse.png) no-repeat top right;
	line-height: 17px;
}

.realupload {
	position:absolute;
	top:120;
	right: 15px;

	/* start of transparency styles */
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	/* end of transparency styles */

	z-index:2; /* bring the real upload interactivity up front */
	width: 54px;
	border: 0;
}

form label {
	font: 600 12px verdana;
}

form label.upload{
	padding: 0 0 0 90px;
}

.textbox {
	background: url(images/textbox.png) no-repeat;
	width: 246px;
	height: 20px;
	border: 0;
	padding: 8px 15px;
	font: 18px verdana;
	margin: 8px 0;
	color: #61539a;
}

.tbxdate {
	width: 26px;
	height: 20px;
	background: url(images/tbxdate.png) no-repeat;
	border: 0;
	padding: 8px 10px;
	font: 16px verdana;
	margin: 8px 0;
	color: #61539a;
}

.tbxyear {
	width: 45px;
	height: 20px;
	background: url(images/tbxyear.png) no-repeat;
	border: 0;
	padding: 8px 15px;
	font: 16px verdana;
	margin: 8px 0;
	color: #61539a;
}

.typography {
	margin: 8px 0;
	font: 11px verdana;
}

.typography2 {
	margin: 5px 0 15px 0;
	width: 450px;
}

.red {
	color: #bf398c;
}

.checkboxOff {
	display: block;
	padding: 0 0 0 50px;
	background: url(images/tbxdate.png) no-repeat;
	border: 0px;
	height: 36px;
	width: 46px;
	margin: 0 0 25px 0;0;
}

.checkboxOn {
	display: block;
	padding: 0 0 0 50px;
	background: url(images/tbxchecked.png) no-repeat;
	border: 0px;
	height: 36px;
	width: 46px;
	margin: 0 0 25px 0;0;
}

#checkboxes {
	width: 380px;
	margin: 20px 0 0 0;
}

.left {
	float: left;
	width: 60px;
}

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

.textarea {
	font: 600 12px verdana;
	color: #61539a;
	width: 360px;
	height: 140px;
	text-align: left;
}

.submit {
	background: url(images/btnsubmit.png) no-repeat;
	width: 197px;
	height: 75px;
	margin: 15px 0 0 230px;
	border: 0;
}

#formlayout2 {
	margin: 20px auto;
	background: url(images/formbg2.png) no-repeat;
	width: 381px;
	height: 474px;
	padding: 130px 31px 0 44px;
	color: #FFF;
	font: 600 15px Verdana;
	letter-spacing: 1px;
}

.btnphoto, .btnvideo {
	width: 280px;
	height: 110px;
	border: 0;
	margin: 0 auto;
}

.btnphoto {
	background: url(images/btnphoto.png) no-repeat;
}

.btnvideo {
	background: url(images/btnvideo.png) no-repeat;
}

#featuredphoto {
	margin: 0 auto;
	width: 353px;
	overflow: hidden;
}

#frame {
	background: url(images/frame.gif) no-repeat;
	margin: 20px auto 0 auto;
	width: 333px;
	padding: 10px 10px 0 10px;;
	overflow: hidden;
}

.randompic {
	width: 332px;
}

#framefooter {
	background: url(images/framefooter.gif) no-repeat;
	width: 353px;
	height: 15px;
}

#videoframe {
	margin: 20px auto;
	height: 369px;
	width: 480px;
	background: url(images/videoframe.png) no-repeat;
	padding: 9px 8px 0 8px;
	overflow: hidden;
}

.button {
	background:url(images/btnnext.png) no-repeat;
	width: 350px;
	height: 45px;
	border: 0;
}

.shift {
	margin: 0 0 0 50px;
}

.header {
	margin: 20px 0 0 0;
}

img.label {
	margin: 35px 0 0 0;
}

img.pic {
	margin: 20px 3px;
}

.gold {
	color: #f8d657;
}

table.contact td:first-child {
	width: 130px;
}

#footer {
	margin: 0 auto;
	background: url(images/footer.png) no-repeat top center;
	width: 706px;
	height: 60px;
	padding: 10px 0 0 0;
	position: relative;
	z-index:1;
}

#footer ul {
	width: 654px;
	background: url(images/logo.png) no-repeat center left;
	height: 55px;
	padding: 0 0 0 52px;
}

#footer ul li, #footer ul li a {
	float: left;
	margin: 0 2px;
	color: #534391;
	text-decoration: none;
	font: 12px Verdana;
	line-height: 45px;
}

#footer ul li a:hover {
	text-decoration: underline;
}



