/* Changi Airport Reminiscing T1 CSS */

/* General */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	background: #160D03 url(../images/bg.jpg) top center no-repeat;
}

a img {
	border: none;
	
}

a:link {color: #0066CC; text-decoration:underline;}     /* unvisited link */
a:visited {color: #0066CC; text-decoration:underline;}  /* visited link */
a:hover {color: #333; text-decoration:underline;}   /* mouse over link */
a:active {color: #0066CC; text-decoration:underline;}   /* selected link */

h5 {
	font-size: 120%;
	margin: 0;
	padding: 10px 0 0px 0;
}

p {
	margin: 0;
	padding: 5px 0 12px 0;
}

ol {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}

li {
	margin: 0;
	padding: 0 0 10px 0;
}

/* IE png fix */

img, div { behavior: url(iepngfix.htc) }

/* Structure */

#masthead {
	width: 788px;
	margin: 0 auto;
	padding: 0 106px 0 106px;
}

#main {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#content {
	width: 678px;
	height: 410px;
	margin: 0;
	padding: 30px 0 0 12px;
	overflow: hidden;
}

#content #about{
	width: 677px;
	margin: 0;
	padding: 0;
}

#content #submit{
	width: 515px;
	margin: 0;
	padding: 0;
}
#content #vote{
	width: 677px;
	margin: 0;
	padding: 0;
}

#content #gallery{
	width: 667px;
	margin: 0;
	padding: 0;
}

#content #gallery #row1{
	height:95px; 
	overflow:hidden;
}

#content #gallery #row2{
	height:20px; 
	overflow:hidden;
	color: #37301F;
	font-size: 11px;
}

#content #gallery #row2 a{
	color: #FFFFFF;
	text-decoration: underline;
}

#content #gallery #row2 a:hover{
	color: #37301F;
	text-decoration: underline;
}

#content #gallery #row3{
	margin: 0;
	padding: 25px 0 0 0;
}

#content #gallery #row3 a{
	color: #37301F;
	text-decoration: underline;
}

#content #gallery #row3 a:hover{
	color: #37301F;
	text-decoration: none;
}

#content .box_dot_left{
	margin: 0;
	padding: 0 0 0 14px;
	background: url(../images/dot_ver.gif) repeat-y;
}
#content .box_dot_right{
	margin: 0;
	padding: 0 14px 0 0;
	background: url(../images/dot_ver.gif) right repeat-y;
}

#content .box_dot_top{
	margin: 0;
	width:90%;
	padding: 10px 30px 10px 0;
	background: url(../images/dot_hor.gif) top repeat-x;
}

#footer {
	width: 788px;
	margin: 0 auto;
	padding: 0 106px 0 106px;
	text-align: center;
	font-size: 10px;
	color: #B99B83;
}

#footer a{
	color: #B99B83;
	text-decoration: underline;
}

#footer a:hover{
	color: #fff;
	text-decoration: underline;
}

#box_scroll {
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0 auto;
	padding: 0px;
	
}
#box_scroll td
{
	font-size: 12px;
}
.thumb_big {
	width: 186px;
	height: 115px;
	margin: 0;
	padding: 9px 0 0 20px;
	background: url(../images/thumb_bg_big.png); 
}

.thumb_small {
	width: 91px;
	height: 56px;
	margin: 0;
	padding: 8px 0 0 8px;
	background: url(../images/thumb_bg_small.png); 
}


.blurb {
	margin: 0;
	padding: 0 0 0 13px;
	color: #FFFFFF;
}

.yr_box {
	margin: 0;
	padding: 0 0 0 15px;
}

#tnc {
	background:url(../images/tnc_bg.jpg) no-repeat; 

	margin: 0;
	padding: 55px 45px 55px 45px;
}

/* Forms */

.form_submit {
	width: 230px;
	font-size: 12px;
}








/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 20px;
background: url(../images/scrollbar.gif) 0px 0px repeat-y;
}
.vscrollerbar {
width: 20px;
background: url(../images/scrollbar.gif) -20px 0px repeat-y;
}
.vscrollerbar {
padding: 15px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(../images/scrollbar.gif) -60px -36px no-repeat;
width: 20px;
height: 18px !important;
}
.vscrollerbarend {
background: url(../images/scrollbar.gif) -60px 0px no-repeat;
width: 20px;
height: 18px;
}

.vscrollerbasebeg {
background: url(../images/scrollbar.gif) -40px -36px no-repeat;
width: 20px;
height: 18px !important;
}
.vscrollerbaseend {
background: url(../images/scrollbar.gif) -80px -36px no-repeat;
height: 18px;
width: 20px;
}
/* Scroll Bar Master Styling Ends Here */
