/* Global reset */

* {
margin: 0;
outline: 0;
padding: 0;
text-decoration: none;
vertical-align: top;
}



/* body */

body {
background: url(../graphics/layout/back.jpg) fixed 50% 50%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}



/* page wrapper */

#wrapper {
background: url(../graphics/layout/wrapper.jpg) repeat-y;
border-bottom: 1px solid #9B000B;
margin: 27px auto;
position: relative;
text-align: left;
width: 947px;
}



/* main logo and header */

#padding {
background: url(../graphics/layout/logo.jpg) no-repeat;
padding: 280px 20px 20px;
}

	#main {
	height: 1%;
	}
	
		html>body #main {
		overflow: auto;
		}
		


/* google form */

form#google {
left: 295px;
position: absolute;
text-align: center;
top: 130px;
width: 375px;
}

	form#google label {
	display: block;
	text-align: left;
	}
	
	form#google input.searchbox {
	border: 1px solid #ccc;
	cursor: text;
	padding: 4px;
	width: 375px;
	}



/* left logos */

#left {
float: left;
width: 158px;
}

	#left p {
	margin-bottom: 20px;
	width: 136px;
	}

	#left img, #footer img {
	border: 1px solid #9B000B;
	}



/* right search boxes */

#right {
float: left;
width: 748px;
}

	#right form {
	float: left;
	margin: 0 4px 30px 0;
	text-align: center;
	width: 246px;
	}
	
		#right form.nomargin {
		margin: 0 0 4px;
		}
		
		#right form label {
		display: block;
		padding: 0 0 0 15px;
		}
	
		#right form input.searchbox {
		border: 1px solid #ccc;
		cursor: text;
		margin: 0 0 0 10px;
		padding: 4px;
		width: 216px;
		}
		
		#right form input.submitfield,
		form#google input.submitfield,
		form#google input.submitfield2 {
		background: url(../graphics/layout/search.jpg) repeat-x;
		border: none;
		color: #fff;
		cursor: pointer;
		font-weight: bold;
		height: 19px;
		margin: 4px 0 10px 10px;
		text-indent: -1000em;
		width: 108px;
		}
		
			form#google input.submitfield {
			background: url(../graphics/layout/google-search.jpg) repeat-x;
			}
		
			form#google input.submitfield2 {
			background: url(../graphics/layout/lucky.jpg) repeat-x;
			}
		
	#right h1 {
	font-size: 16px;
	margin: 0 0 16px;
	}
	
		#right p, #right ol {
		margin: 0 0 16px 0;
		}
		
			#right ol {
			margin: 0 0 16px 30px;
			}
	
		#right h2, #right h3, #right h4, #right h5, #right h6 {
		font-size: 14px;
		margin: 0 0 5px 0;
		}


a#homepage {
background: url(../graphics/layout/blank.gif);
display: block;
height: 147px;
position: absolute;
right: 0;
text-indent: -1000em;
top: 0;
width: 174px;
}


a#back {
	background: url(../graphics/layout/blank.gif);
	display: block;
	height: 101px;
	position: absolute;
	right: 20px;
	text-indent: -1000em;
	top: 53px;
	width: 176px;
}



/* footer */

p#footer {
color: #fff;
}

	p#footer span {
	margin: 0 9px 0 0;
	}
