/* basic elements */
html,body {
	background: #FFFFFF url(bg.jpg);
	margin: 0;
	padding: 0;
	text-align:left;
	height:100%;
	width:100%;
	font-family: Verdana, Arial, Helvetica;
	color:#000000;
	font-size: 10px;
}

#text a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #ad3739;
	font-size: 12px;
}

#text a:visited { 
	text-decoration: underline; 
	font-weight: bold;
	color: #666666;
}

#text a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ad3739;
	font-size: 12px;
}

#text h3 {
	font-family: verdana;
	font-weight: bold;
	color:#5ad3739;
	font-size: 12px;
}

#top a:link { 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none; 
	color: #fff;
}

#top a:visited { 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none; 
	color: #fff;
}

#top a:hover { 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none; 
	color: #000;
	background-color:#fff;
}

/* center the whole content and make sure it fits in 800x600px resolution browser window*/
#container {
    margin:	auto;
	margin-top: 0px;
	width: 667px;
    text-align: left;
    background: transparent;	
}

#top {
	background: url(main.jpg) no-repeat top left;
	width:667px;
	height:121px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height:18px;
	
}

#menu {
	background: transparent url(logo.jpg) no-repeat top right;
	width:667px;
	height:100px;
}

#body {
	background: transparent;
	width:667px;
	height:100%;
}

#text {
	background: transparent;
	margin:	auto;
	margin-top: 20px;
	width:667px;
	height:100%;
	text-align: justify;
	font-size: 11px;
	line-height:20px;
}

#footer {
	background: transparent;
	width:667px;
	height:60px;
	margin-top:40px;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}

#footer a:link { 
	text-decoration: underline; 
	font-size: 9px;
	color: #666666;
}

#footer a:visited { 
	text-decoration: underline; 
	font-size: 9px;
	color: #666666;
}

#footer a:hover { 
	text-decoration: none; 
	font-size: 9px;
	color: #000000;
}

select, option, textarea, input {
	BORDER-RIGHT: #808080 1px solid;
	BORDER-TOP: #808080 1px solid;
	BORDER-BOTTOM: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	COLOR: #000000;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana; 
	BACKGROUND-COLOR: #ffffff;
}








































