
	/* RESET */
	a img { border: 0px; }
	h1,h2,h3,h4 { padding: 0px; margin: 0px; }
	form { margin: 0px; padding: 0px; display: inline;}
	
	/* Tags */
	body {
		margin: 0px; padding: 0px; background-image: url('/images/bg.png'); background-repeat: repeat;
		text-align: center; font-family: Arial, Helvetica, sans-serif;
	}
	a { color: #EE2C8F; text-decoration: none; }
	a:hover { border-bottom: 1px dotted #EE2C8F; }

	/* Ids */
	#container {
		width: 860px; background-color: #ffffff; margin: 0 auto; text-align: left;
	}
	#top {
		height: 130px; background-image: url('/images/top-menu-bg.png'); background-position: bottom center;
		background-repeat: repeat-x; position: relative;
	}
	#logo { display: block; position: relative; top: 5px; left: 30px; width: 190px; }
	#logo:hover { border-bottom: 0px; }
	#top-bar { font-size: 0.8em; position: absolute; right: 20px; top: 7px; }
	#top-bar a img { vertical-align: middle; }
	
	#top-menu { position: absolute; bottom: 20px; right: 20px; }
	#top-menu a {
		margin-left: 11px; color: #EE2C8F; font-size: 0.75em; font-weight: bold; text-transform: uppercase;
		text-decoration: none; font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	#top-menu a:hover { border-bottom: 1px dotted #EE2C8F; }
	
	
	#content { overflow: hidden; }
	#content-inside { margin-left: 30px; margin-right: 20px; margin-top: 20px; margin-bottom: 20px; }
	
	#text-general { margin-right: 25px; margin-left: 10px; font-size: 0.9em; }
	#text-general h1 { display: none; }
	#text-general img.title { margin-bottom: 15px; }
	
	#footer { text-align: center; margin-bottom: 5px; margin-top: 10px; }
	#footer a { color: #000000; font-size: 0.7em; text-transform: uppercase; margin-right: 10px; text-decoration: none; }
	#footer a:hover { color: #EE2C8F; }
	#copyright { text-align: center; }
	#copyright span { padding-right: 10px; color: #6C6F70; font-size: 0.7em; text-transform: uppercase; }
	#copyright img { margin-top: 10px; }
	#bookmark { text-align: center; margin-top: 20px; margin-bottom: 3px; clear: both; }
	#bookmark a { font-size: 0.8em; }
	
	#footer-links a {
		font-size: 0.8em;
	}
	
	#footer-links a:hover {
		text-decoration: none;
	}
	
	#footer-links {
		overflow: hidden;
		margin-top:: 5px;
		padding-bottom:: 15px;
	}
	
	#atff {
		display: none;
	}

	#ssl-icon {
		text-align: right;
		padding-top: 10px;
	}
	
	#ssl-icon a {
		margin-right: 10px;	
	}
	
	div#ssl-icon img.ssl-icon {
		width: 72px;
		height: 40px;
		vertical-align: middle;
	}


	/* classes */
	
