body, td, input, textarea, select, label, li {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	text-align: center;
	
	color: #000;
	background: #f9e6cd url("../img/bg.jpg") repeat-y 50% 0;
}

a {
	color: #000;
}

	a:hover {
		text-decoration: none;
		color: #4e0800;
	}
	
img.left {
	margin: 4px 12px 4px 4px;
}

img.right {
	margin: 4px 4px 4px 12px;
}

input, select, textarea, button {	
	border: 1px solid #ddd;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;

	background: url("../img/bg_input.png") no-repeat -1px -1px;
	
	margin: 2px 0;
	padding: 2px 3px;
	
	font-size: 1em;
}

	input:hover, select:hover, textarea:hover, input.submit:hover {
		border: 1px solid #e5d8c5;

		border-right-color: #dfb47d;
		border-bottom-color: #dfb47d;
		
		background: url("../img/bg_input_hover.png") no-repeat -1px -1px;

		color: #000;
	}
	
	input:focus, select:focus, textarea:focus, input.submit:active {
		border: 1px solid #d5c3a6;

		border-right-color: #cfb55f;
		border-bottom-color: #cfb55f;

		background: url("../img/bg_input_focus.png") no-repeat -1px -1px;
	}
	
	input.submit, button {
		background: #fafafa;
		background-image: none !important;

		color: #000;
		
		font-size: 1.3em;
		
	}
	
		input.submit:hover, button:hover {
			background: white;
		}

        input.submit:active, button:active {
         	color: #44a2cc;
		}

	select {
		padding: 2px 0 0;
	}
	
	option {
		background: #fff;
		
		padding: 1px 3px 0;
	}
	
	input.active, select.active, textarea.active {
		border: 1px solid #ddd;
		border-right-color: #c0c0c0;
		border-bottom-color: #c0c0c0;
	}

	textarea {
		height: 6em;
	}
	
	input.checkbox {
		border: none;
	}

h1, h2, h3 {
	color: #222;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 2em;
}

	#main h2 {
		letter-spacing: -1px;
		margin: -2px 0 0 -1px;

		line-height: 1em;
	}

h3 {
	font-size: 1.5em;
}

label {
 	font-size: 1.2em;
}

p {
	margin: 0.3em 0 1em;
	padding: 0;
	
	font-size: 1em;
	line-height: 1.7em;

	color: #000;
}

#page {
	width: 976px;
	
	margin: 0 auto;
}
	
.huge {
	font-size: 1.7em !important;
}