html {
	background: #FFF;
	background: url('./layout/bg.gif') repeat-y center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
	
body  {	
	width: 640px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	color: #C00;
}

a:link, a:active, a:visited {	
	text-decoration: none;
	color: #C00;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	}

/********** Content related styles ***********/

#content	{
	padding-top: 110px;
	text-align: justify;
	width: 640px;
}

#content img.right {
	float: right;
	border: none;
	padding: 0px;
	margin: 3px 10px;
}

#content img.left {
	float: left;
	border: none;
	padding: 0px;
	margin: 3px 10px;
}

#content strong {
	font-weight: normal;
}

#content h1 {
	font-size: 110%;
	font-weight: bold;
	color: #C00;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#content h2 {
	font-size: 100%;
	font-weight: bold;
	color: #C00;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

/**************** Other styles *****************/

#top_container {
	position: absolute;
	top: 0px;
}

#flash {	
	height: 50px;
	width: 250px;
	float: left;
}

#flags	{
	width: 350px;
	height: 50px;
	float: left;
	text-align: center;
}

#flags img {
	border: none;
	padding: 14px 10px 0px 10px;
}	

#menu {
	text-align: center;
	padding: 8px 0px;	
	border-top: 1px #C00 solid;
	border-bottom: 1px #C00 solid;
	font-weight: bold;	
}
	
#menu a:link, #menu a:active, #menu a:visited {
	padding: 0px 4px;
	text-decoration: none;
	color: #B00;
}

#menu a:hover {
	text-decoration: underline;
}

#menu span#active {
	padding: 0px 4px;
	color: #F00;
	}
	
#footer {
	background: url('./layout/bar.gif') no-repeat top center;
	margin-top: 30px;
	padding: 15px 0px;;
	text-align: center;
	font-size: 80%;
}

input {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	color: #C00;
	border: 1px gray solid;

}

select {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	color: #C00;
	border: 1px gray solid;
	width: 110px;
	}
	
	}
textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	color: #C00;
	border: 1px gray solid;
	width: 140px;
	height: 50px;
	overflow: hidden;
}

