/* CSS Document */
body{
	color: #666666;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	font-size: 0.9em;
}

a:hover{
	color: #C6376D;
	text-decoration: underline;
}

h1{
	font-size: 1.4em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

h2{
}
h3{

}

label{
    width: 140px;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block
}

#wrapper{
	padding: 0px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#nav{
	margin-left: 25px;
	text-indent: 5px;
	padding: 5px;
	margin-top: 0px;
	background-color: #FFFFFF;
	width: 600px;
	border: 1px solid #CA3062;

}
#header{
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 780px;
	margin: 0px;
}
#header_lazy{
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 780px;
	margin: 0px;
}



#body{
	background-color: #F1E4E4;
	width: 700px;
	padding: 0px;
	margin: 5px 20px 20px 35px;
	background-image: url(images/blcorner.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

#footer{
	clear: both;
}

#leftcol{
	float: left;
	width: 480px;
	margin: 10px;
}

.br {
	background-image: url(images/brcorner.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.tl{

	background-image: url(images/tlcorner.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;

}

.tr{
	background-image: url(images/trcorner.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 10px;

}

.clear{ font-size:1px; height:1px;
}
