
* {
	margin: 0;
	padding: 0;
	border-width: 0px;
	font-family: arial, tahoma, verdana, georgia, sans-serif;
}

body, html {
	height: 100%;
	width: 100%;
}

body {
	text-align: center;
	font-size: 62.5%;
}

a:link, a:visited {
	text-decoration: none;
	color: #b4b600;
}

a:hover, a:active {
	text-decoration: underline;
	color: #c8ca00;
}

a:hover, a:active, :focus {
	outline: none;
}

a.small:link, a.small:visited, a.small:active, a.small:visited {
	font-size: 0.9em;
	font-weight: normal;
}

.right {
	float: right;
}

a.registerbutton:link, a.registerbutton:visited {
	background: #fff url('../images/register_now.gif') repeat-x top left;
	text-indent: -9999px;
	display: block;
	width:300px;
	height: 50px;
	margin: 0 auto;
}

a.registerbutton:hover, a.registerbutton:active {
	background-position: bottom left;
}

fieldset {
	width: 350px;
	display: block;
}

input, .select {
	padding: 2px;
	border: 1px solid #c0c0c0;
	margin-right: 10px;
	background: #fff url('../images/input_bg.gif') repeat-x top left;
	width: 80px;
}

input.submit {
	margin-right: 0;			
	background: #ccc url('../images/submit_bg.gif') repeat-x top left;
	width: auto;
	padding: 1px;
}

option {
	padding: 0px 2px 0px 2px;
}

.header {
	background: white url('../images/header_bg.jpg') repeat-x top left;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 10px;
}

ul.flags {
	list-style-type: none;
	display: block;
	width: 350px;
	height: 30px;
	overflow: hidden;
	margin: 0 auto;
	}
	
ul.flags li {
	display: inline;
	margin: 0 auto;
}
		
ul.flags li a:hover img, ul.flags li a:active img {	
	margin-top: -30px;
}

.container {
	margin: 0 auto;
	width: 350px;
}

.leftcolumn {
	display: none;
}
		
a.goodway, a.evilway {
	width: 200px;
	position: absolute;
	height: 100px;
	display: block;
	text-indent: -9999px;
	opacity:.0; /* Goodway and evilway opacity for IE6, needs content like background */
	filter: alpha(opacity=0); 
	-moz-opacity: 0.0;
	background-color: #fff;
}

a.goodway {
	left: 170px;
	top: 90px;
}

a.evilway {
	left: 60px;
	top: 200px;
}
		
.content {
	width: 350px;
	float: right;
	padding: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333;
	text-align: left;
}		

.content ul {
	list-style-type: none;
}

.content ul li {
	float: left;
	display: inline;
	margin-bottom: 3px;
	width: 150px;
}

.content ul li img {			
	vertical-align: top;
}


.content h1 {
	width: 350px;
	height: 100px;
	background: #fff url('../images/torpia.gif') no-repeat top left;
	text-indent: -9999em;
}

.content h2 {
	width: 350px;
	border-bottom: 1px solid #ebec82;
	font-size: 1.4em;
	font-family: times, "Times New Roman", serif;
	font-variant: small-caps;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	margin: 25px 0px 5px 0px;
	color: #aeb000;
}

.content a {
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}

.footer {
	width: 350px;
	text-align: center;
	color: #666;
	clear: both;
	padding-top: 10px;
	color: #aeb000;
	font-variant: small-caps;
	font-size: 1.1em;
}

.footer a {		
	font-family: verdana, arial, sans-serif;
}

