/* CSS Screen = for layout purposes only */

* {
font-size: inherit;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

body {
background: #A6D7F5 url(../images/bg_body.jpg) top left repeat-x;
font-size: 100%;
margin: 10px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form {
font-size: 1em;
line-height: 150%;
margin-bottom:10px;
}

/* ABC */

#banner {
background: url(../images/banner.jpg) top left no-repeat;
/*border-bottom:1px solid #CCC;*/
float:left;
height:110px;
margin-bottom:15px;
width:770px;
}

#contact {
border-top:1px solid #CCC;
float:left;
height:30px;
width:770px;
}

			#contact p {
			font-size:0.6em;
			margin-left:10px;
			margin-top:10px;
			color:#666666;
			line-height:100%;
			}


#flash {
float:right;
height:215px;
width:450px;
}

#footer {
background:white;
border-bottom:1px solid #CCC;
border-left:1px solid #CCC;
border-right:1px solid #CCC;
float:left;
height:30px;
width:770px;
}

			#footer p {
			font-size:0.6em;
			margin-left:10px;
			margin-top:10px;
			color:#666666;
			line-height:100%;
			}

#frame{
background:transparent;
/*border:1px solid #CCC;*/
float: left;
left: 50%;
margin-left: -385px;
margin-top:30px;
margin-bottom:70px;
position: absolute;
width: 770px;
}

#text {
float:left;
width:320px;
}

			#text p {
			font-size:0.7em;
			margin-left:10px;
			margin-top:10px;
			margin-right:10px;
			color:#666666;
			line-height:130%;
			}
			
			#text ul {
			font-size:0.7em;
			list-style:square;
			margin-left:40px;
			margin-top:10px;
			margin-right:10px;
			color:#666666;
			line-height:120%;
			}

#thumbs {
float:right;
width:450px;
padding-bottom:20px;
}

			#thumbs p {
			font-size:0.6em;
			margin-left:10px;
			margin-top:10px;
			color:#666666;
			line-height:100%;
			}

#wrapper {
background:url(../images/bg_wrapper.jpg) top left repeat-y;
border:1px solid #CCC;
float:left;
width:770px;
}

/* CLASSES */

.border {
border:1px solid black;
}

.fleft {
float:left;
margin: 10px, 10px, 20px, 0;
}

.fright {
float:right;
margin: 10px, 0, 20px, 10px;
}

.handyes {
display: none;
}