body {
	font-family: Verdana, Arial, Courier, sans-serif;
	background-color: #343434;
	text-align: center;
}

form {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

#all {
	margin: auto;
	width: 775px;	
	text-align: left;
}

#all #header {
	width: 775px;
	
}

#all #header #headertop {
	width: 775px;	
}

#all #header #headertop #headertopleft {
	float: left;
}

#all #header #headertop #headertopmiddle {
	float: left;
	margin-left: -69px;	
	
}

#all #header #headertop #headertopmiddle #search {	
	width: 188px;
	height: 32px;
	margin-top: 5px;
	background-image: url('../images/search.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#all #header #headertop #headertopmiddle #search form {
	padding: 0px;
	margin: 0px;
}

#all #header #headertop #headertopmiddle #search form input {	
	margin: 0px;
	padding: 0px;
	margin-left: 32px;
	margin-top: 9px;
	width: 87px;
	background-color: #4a4a4a;
	font-family: Verdana, Arial, Courier, sans-serif;
	font-size: 8pt;
	color: #cccccc;
	border: none;
}

#all #header #headertop #headertopmiddle #search form .button {	
	background: none;
	margin: 0px;
	margin-left: 17px;	
	padding: 0px;
	width: 20px;
	height: 17px;
}

#all #header #headertop #headertopmiddle a {
	
}

#all #header #headertop #headertopmiddle .icon1 img {
	background-image: url('../images/icon1.gif');	
	margin-left: 38px;
}

#all #header #headertop #headertopmiddle .icon1:hover img {
	background-image: url('../images/icon1_active.gif');
}

#all #header #headertop #headertopmiddle .icon2 img {	
	background-image: url('../images/icon2.gif');
	margin-left: -40px;
}

#all #header #headertop #headertopmiddle .icon2:hover img {
	background-image: url('../images/icon2_active.gif');
}

#all #header #headertop #headertopmiddle img {
	width: 115px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: top left;	
}



#all #header #headertop #headertopright {
	float: left;
	margin-left: 25px;
}

#all #header #menu {
	/*width: 775px;*/
	padding: 0px;	
	margin: 0px;		
	list-style-image: none;
	list-style-type: none;
	clear: both;	

}

#all #header #menu .first {
	margin-left: 0px;
}

#all #header #menu li {
	width: 110px;
	padding: 0px;
	margin: 0px;
	margin-left: -15px;	
	float: left;
	background: url('../images/menubtn_active.gif') no-repeat -1000px -1000px;
}

#all #header #menu .active {
	background-image: url('../images/menubtn_active.gif');
	color: #BB0101;
}

#all #header #menu li a {
	width: 110px;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 9px;
	font-size: 11px;
	font-weight: bold;
	color: #004EFF;	
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;	
	display: block;
	background-image: url('../images/menubtn.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#all #header #menu li a:hover {
	color: #BB0101;
	text-decoration: none;	
	background-image: url('../images/menubtn_active.gif');
}

#all #content {
	width: 775px;	
	clear: both;
	color: #CCCCCC;
	font-size: 10pt;		
}


#all #content form input {
	color: #CCCCCC;
	background-color: #4a4a4a;
	border: none;
	width: 100%;
}

#all #content form textarea {
	color: #CCCCCC;
	background-color: #4a4a4a;
	border: none;
	width: 100%;
	height: 70px;
	font-family: Verdana, Arial, Courier, sans-serif;
	font-size: 8pt;	
}

#all #content form table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}

#all #content form table td {
	padding: 5px;
	text-align: left;
}

#all #content a {
	color: #CCCCCC;
}

#all #content p {
	text-align: justify;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 15px;	
}

#all #content .box {
	width: 775px;
	height: 122px;	
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	cursor: pointer;	
	overflow: hidden;	
}

#all #content .box .left {
	width: 21px;
	background-image: url('../images/boxleft.gif');	
	background-repeat: no-repeat;
	background-position: top right;
}

#all #content .active .box .left {
	background-image: url('../images/boxleft_active.gif');
}

#all #content .box td {	
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	font-size: 10pt;
	color: #CCCCCC;
	margin: 0px;
	
	background-image: url('../images/boxmiddle.gif');
	background-repeat: repeat-x;		
	text-decoration: none;
	overflow: hidden;
}

#all #content .active .box td {
	background-image: url('../images/boxmiddle_active.gif');
}

#all #content .box p {

	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	background: url('../images/boxleft_active.gif') no-repeat -1000px -1000px;
}

#all #content .box .right {
	width: 23px;
	background-image: url('../images/boxright.gif');
	background-repeat: no-repeat;
	background-position: top left;
	
}

#all #content .box img {
	margin-left: 15px;
}

#all #content .active .box .right {
	background-image: url('../images/boxright_active.gif');
}

#all #content .fotothumb {
	float: left;	
	margin: 5px;
	margin-bottom: 0px;
	margin-top: 10px;
	
}

#all #content .fbox {	
	width: 144px;
	height: 136px;	
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;	
	cursor: pointer;	
}

#all #content .fbox .left {
	width: 24px;
	background-image: url('../images/fboxleft.gif');	
	background-repeat: no-repeat;
	background-position: top right;
}

#all #content .active .fbox .left {
	background-image: url('../images/fboxleft_active.gif');
}

#all #content .fbox td {		
	padding: 0px;
	padding-top: 20px;	
	vertical-align: top;
	font-size: 7pt;
	text-align: center;
	color: #CCCCCC;
	margin: 0px;
	background-color: #424242;
	background-image: url('../images/fboxmiddle.gif');
	background-repeat: repeat-x;		
	text-decoration: none;
	overflow: hidden;
}

#all #content .active .fbox td {
	background-color: #424242;
	background-image: url('../images/fboxmiddle_active.gif');
}

#all #content .fbox .right {
	width: 24px;
	background-image: url('../images/fboxright.gif');
	background-repeat: no-repeat;
	background-position: top left;
	
}

#all #content .active .fbox .right {
	background-color: #424242;
	background-image: url('../images/fboxright_active.gif');
}



#all #content .banner1 {
	width: 674px;
	height: 21px;
	margin-top: 10px;	
	float: left;	
	font-size: 8pt;
	color: #CCCCCC;	
	cursor: pointer;		
	background-image: url('../images/banner1.gif');
}

#all #content .banner1 div {
	padding: 3px;
	padding-left: 35px;
	background: url('../images/banner1_active.gif') no-repeat -1000px -1000px;
}

#all #content .active .banner1 {	
	background-image: url('../images/banner1_active.gif');
}

#all #content .banner2 {
	width: 111px;
	height: 21px;
	margin-left: -14px;	
	margin-top: 10px;	
	float: right;
	clear: both;
	font-size: 8pt;	
	color: #CCCCCC;	
	cursor: pointer;	
	background-image: url('../images/banner2.gif');
}

#all #content .banner2 div {
	padding: 3px;
	text-align: center;
	background: url('../images/banner2_active.gif') no-repeat -1000px -1000px;
}

#all #content .active .banner2 {	
	background-image: url('../images/banner2_active.gif');
}

#all #content .banner3 {
	width: 72px;
	height: 21px;
	margin-left: -14px;	
	margin-top: 10px;
	float: right;	
	font-size: 8pt;
	font-weight: bold;	
	color: #000000;	
	cursor: pointer;	
	background-image: url('../images/banner3.gif');
}

#all #content .banner3 div {
	padding: 3px;
	text-align: center;
	background: url('../images/banner3_active.gif') no-repeat -1000px -1000px;
}

#all #content .active .banner3, #all #content div .active {
	background-image: url('../images/banner3_active.gif');	
}

#all #content .banner4 {
	float: left;
	width: 775px;
	height: 21px;	
	margin-top: 10px;
	font-size: 8pt;
	color: #CCCCCC;	
	clear: both;
	background-color: #424242;
	background-image: url('../images/banner4.gif');
}

#all #content .banner4 div {
	padding: 3px;	
	text-align: center;
	background: url('../images/banner4_active.gif') no-repeat -1000px -1000px;	
}

#all #content .active .banner4 {
	background-color: #424242;
	background-image: url('../images/banner4_active.gif');
}

#all #footer {	
	width: 775px;
	padding-top: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;	
	clear: both;
}

#all #footer #footer1 {
	width: 448px;
	height: 20px;		
	float: left;		
	background-image: url('../images/footer1.gif');
}

#all #footer #footer1 div {
	padding: 3px;
	padding-left: 35px;
}

#all #footer #footer2 {
	width: 213px;
	height: 21px;
	margin-left: -14px;			
	float: left;		
	background-image: url('../images/footer2.gif');
}

#all #footer #footer2 div {
	padding: 3px;
	text-align: center;	
}

#all #footer #footer3 {
	width: 142px;
	height: 21px;
	margin-left: -14px;			
	float: left;
	cursor: pointer;		
	background-image: url('../images/footer3.gif');
	background-repeat: no-repeat;
}

#all #footer .active #footer3 {
	background-image: url('../images/footer3_active.gif');
}

#all #footer #footer3 div {
	padding: 3px;
	text-align: center;
	background: url('../images/footer3_active.gif') no-repeat -1000px -1000px;
}

.editdyn {
	float: left;
	margin: 0px;
	width: 3px;
	height: 3px;
}

.editdyn input {
	position: relative;
	top: 5px;
	left: -10px;
}