/* CSS Document */body{	text-align:center;	margin-top:10px;	font-family:"Century Gothic", "Tahoma", "Verdana";	font-size:14px;	color:#FFFFFF;	background-color:#666666;	/*color:#330000;*/	margin-bottom:10px;}#container{	text-align:left;	position:relative;	padding:0 auto;	margin:0 auto;	width:1000px;}#content_container{	width:100%;	min-height:580px;	position:absolute;	background-color:#000000;	border:1px solid #AAAAAA;	background-image:url("../images/lady-slipper-orchid_big.jpg");	background-position:top right;	background-repeat:no-repeat;	background-attachement:fixed;}#navigation{	float:left;	width:98%;	margin-left:10px;	height:2.5em;	text-align:left;	line-height:2.5em;	margin-bottom:2px;	border:1px solid #AAAAAA;	font-size:16px;	background-color:transparent;	background-image:url("../images/test4.png");	background-repeat:no-repeat;	background-position:top center;	background-attachment:fixed;	text-indent:10px;	color:#000000;}#subnavi{	float:left;	width:98%;	margin-left:10px;	height:1.5em;	text-align:left;	line-height:1.5em;	text-indent:10px;	background-color:transparent;	font-size:13px;	/*background-image:url("../images/LARGE_BLOTCH_FLOWER.jpg");*/	border:1px solid #AAAAAA;	background-image:url("../images/test4.png");	background-repeat:no-repeat;	background-position:top center;	background-attachment:fixed;	color:#000000;}#content{	float:left;		text-align:left;	width:98%;	margin-left:10px;	min-height:580px;	background-repeat:y-repeat;	border-top:1px dashed #666666;	border-bottom:1px dashed #666666;	margin-top:10px;	/*background-image:url("../images/test_flower_hell_scaled.jpg");*/}#info {	width:98%;	margin-left:10px;	height:1.3em;	line-height:1.3em;	float:left;	text-align:right;	font-size:10px;	color:white;}#footer {	width:98%;	margin-left:10px;	height:1.3em;	line-height:1.3em;	float:left;	text-align:right;	font-size:10px;	color:#AAAAAA;}/*GEneral attributes*/h1{	font-size:20px;	color:#FFFFFF;	font-weight:normal;}h2{	font-size:16px;		color:#FFFFFF;	font-weight:normal;}p{	font-family:inherit;	font-size:13px;	color:#FFFFFF;}#navigation a {	color:#000000;}#navigation a:hover {	color:#CC6666;}#subnavi a {	color:#000000;}#subnavi a:hover {	color:#CC6666;}#info a{	color:#FFFFFF;}a {	font-size:inherit;	text-decoration:none;	color:#CC6666;}menu.menu, menu, .menu {	text-align:left;	display:inline;	padding:0px;}#navigation li, #subnavi li {	list-style-type:none;	text-align:left;	margin-right:20px;	display:list-item;	float:left;}td,tr,table{	border: 0px solid black;}table.showmember td {	border-top:1px solid white;	border-right:1px solid white;}table.showmember{	border-bottom:1px solid white;	border-left:1px solid white;}input, .input, input.input {	border:1px solid #CCCCCC;	background-color: #AAAAAA;	font-family:inherit;	font-size:11px;	width:20em;}input.radio, input.checkbox {	width:auto;}textarea, .textarea {	border:1px solid #CCCCCC;	background-color: #AAAAAA;	font-size:11px;	font-family:inherit;	/*width:20em;	height:5em;*/}input.submit {	width:auto;}fieldset, .fieldset, fieldset.fieldset {	width:40%;	border:1px dashed #330000;}
