body {
	margin: 0;
	padding: 0;
	background-image: url(/images/bg_body.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #eee;
	color: inherit;
}

*.hide {
	display: none;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	/*background-color: red;*/
	position: relative;
	font-family: arial, verdana, sans-serif;
}	
	
	img#logo {
		position: absolute;
		top: 3px;
		left: 0px;
		width: 102px;
		height: 36px;
	}
	
	img#head {
		position: absolute;
		top: 90px;
		right: 0px;
		width: 178px;
		height: 17px;
	}
	
	#container {
		position: absolute;
		top: 122px;
		width: 730px; /*770*/
		padding: 0 20px;
		background-color: #fff;
		color: inherit;
		background-image: url(/images/bg_content.jpg);
		background-repeat: repeat-x;
		background-position: 0 0;
	}
	
	#pics {
		position: relative;
		width: 290px;
		height: 568px; /*608-40*/
		margin: 0;
		float: left;
	}
	
		#piccontainer {
			position: absolute;
			top: -40px;
			left: 0;
			height: 608px;
			width: 290px;
			background-image: url(/images/flash_alternate.jpg);
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		
	#content {
		position: relative;
		width: 420px; /*440*/
		padding: 0 0 0 20px;
		float: right;
	}
		
			#piccontainer img	{
				border: 0;
			}
	
		h1 {
			font-size: 16px;
			font-weight: bold;
			font-style: italic;
		}
		
		p {
			font-size: 14px;
			font-style: italic;
			line-height: 20px;
		}
		
		h1, p {
			margin: 15px 0;
			padding: 0;
		}
		
		h1#head1 {
			display: block;
			width: 343px;
			height: 24px;
			background-image: url(/images/head1.png);
			background-repeat: no-repeat;
			background-position: 0 0;
			margin: 20px 0 15px 0;
		}
		
		p.smaller {
			font-size: 12px !important;
		}
		
		ul#listt {
			margin: 15px 0;
			padding: 0;
			font-size: 14px;
			list-style-type: none;
		}
		
			ul#listt li {
				display: block;
				padding: 5px 0 5px 25px;
				background-image: url(/images/star.png);
				background-position: 0 5px;
				background-repeat: no-repeat;
				list-style-type: none;
				height: 15px;
			}
			
		ul {
			margin: 15px 0;
			padding: 0;
			font-size: 14px;
			list-style-type: none;
		}
		
			li {
				display: block;
				padding: 5px 0 5px 25px;
				/*background-image: url(/images/star.png);
				background-position: 0 5px;
				background-repeat: no-repeat;*/
				list-style-type: none;
			}
			
		a:link,
		a:visited {
			font-size: 14px;
			color: #000;
			background-color: inherit;
			font-style: italic;
		}
		
		a:hover {
			color: #06c;
			background-color: inherit;
		}
			
		#line {
			border-bottom: 1px #b8b8b8 solid;
		}
		
		form {
			margin: 0;
			padding: 0;
			width: 399px;
			height: 116px;
			background-image: url(/images/bg_form.png);
			background-repeat: no-repeat;
			background-position: 0 0;
		}
	
		fieldset {
			margin: 0;
			padding: 10px 0 0 20px;
			border: 0;
		}
		
		fieldset#fset_1 {
			width: 234px;
			float: left;
		}
		
		fieldset#fset_2 {
			width: 120px;
			float: left;
		}
		
		fieldset#fset_3 {
			clear: both;
			font-size: 12px;

		}
		
			fieldset#fset_3 a:link,
			fieldset#fset_3 a:visited {
				font-size: 12px;
				font-style: normal;
			}
		
		#fcboxx {
			margin: 0;
			padding: 0;
			width: 30px;
		}
		
		label {
			display: block;
			font-size: 12px;
			font-weight: bold;
			color: #06c;
			background-color: inherit;
			padding: 0 0 3px 0;
		}
		
		input,
		select {
			font-size: 12px;
			width: 50px;
		}
		
		select {
			width: 68px;
		}
		
		#tc {
			position: relative;
			width: 370px !important;
			border: 1px #ccc solid !important;
			padding: 3px 20px;
			background-color: #eee !important;
			color: inherit;
		}
		
			#tc h2 {
				font-size: 16px;
				margin: 0;
				padding-top: 15px;
			}
			
			#tc p {
				font-size: 12px;
				font-style: normal;
			}
			
			#tc ul li {
				font-size: 12px;
			}
			
			a:link#close_tc,
			a:visited#close_tc {
				position: absolute;
				top: 10px;
				right: 10px;
				width: 19px;
				height: 19px;
				background-color: #ccc;
				color: inherit;
				background-image: url(/images/close_tc.png);
				background-position: 0 0;
				background-repeat: no-repeat;
			}
		
		#footer {
			clear: both;
			padding: 20px 0 10px 0;
		}
		
			#footer div {
				border-top: 1px #ccc solid;
				font-size: 12px;
				font-style: italic;
				padding: 5px 0 0 0;
				position: relative;
				background-image: url(/images/logo_small.png);
				background-position: 100% 5px;
				background-repeat: no-repeat;
			}



/*	FloatContainer section	
----------------------------------------------------------------------------------*/
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

* html #wrapper {
	height: 1%;
}