*{
	margin:0px;
	padding:0px;
	border:0px;
	font-size:11px;
	}
body{
	background-color:#999;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color:#777;
	}
#container{
	width:767px;
	margin:0px auto;
	background-color:#fff;
	text-align:left;
	}
	#header{
		padding:10px;
		}
		#header h1{
			float:left;
			font-size:20px;
			color:#555;
			display:inline;
			}
		#header strong{
			float:right;
			font-size:12px;
			color:#DB7E04;
			font-weight:normal;
			}
		#header span{
			float:left;
			clear:left;
			font-size:12px;
			color:#DB7E04;
			}
	#intro{
		height:235px;
		width:767px;
		text-align:center;
		//background:url('images_t1/intro_bg_yellow.png');
		//background:url('images_t1/intro_bg_silver.png');
		//background:url('images_t1/intro_bg_red.png');
		//background:url('images_t1/intro_bg_purple.png');
		background:url('images_t1/intro_bg_orange.png');
		//background:url('images_t1/intro_bg_green.png');
		//background:url('images_t1/intro_bg_brown.png');
		//background:url('images_t1/intro_bg_blue.png');
		font-size:16px;
		color:#fff;
		}
		#intro *{
			font-size:16px;
			}
	#navigation{
		height:45px;
		width:767px;
		background:url('images_t1/navigation_bg.png');
		}
		#navigation ul{
			padding-top:14px;
			list-style-type:none;
			}
			#navigation ul li{
				display:inline;
				}
				#navigation ul li a{
					padding:5px 20px 5px 20px;
					border-right:1px solid #ccc;
					font-size:14px;
					text-decoration:none;
					font-weight:bold;
					color:#333;
					}
			#navigation ul li#last{
				border-right:none;
				}
	#sidebar{
		width:260px;
		float:right;
		border:1px solid #D7D7D7;
		background-color:#F3F3F4;
		padding:5px;
		margin:10px 10px 10px 0px;
		}
		#sidebar h1{
			color:#333;
			font-size:14px;
			padding-bottom:10px;
			}
		#sidebar h2{
			color:#DB7E04;
			padding-bottom:5px;
			}
		#sidebar p{
			line-height:150%;
			padding-bottom:10px;
			}
	#content{
		width:450px;
		float:left;
		margin:10px 0px 10px 15px;
		display:inline;
		}
		#content h1{
			color: #DB7E04;
			font-size:20px;
			margin-bottom:10px;
			}
		#content p{
			line-height:150%;
			padding-bottom:10px;
			}
	#footer{
		border-top:1px solid #999;
		background-color:#e5e5e5;
		clear:both;
		padding:10px;
		}
		#footer ul{
			float:left;
			list-style-type:none;
			}
			#footer ul li{
				display:inline;
				border-right:1px solid #ccc;
				}
				#footer ul li a{
					padding:0px 5px;
					color:#2B2B2B;
					}
			#footer ul li#last{
				border-right:none;
				}
		#footer span{
			float:right;
			}

label{
	display:block;
	width:100px;
	font-weight:bold;
}
input,textarea{
	border:1px solid #aaa;
	background-color:#DADADA;
	color:#000;
	padding:3px;
}
