body {
		 margin:0px;
		 padding:0px;
		 background-color: #DDDDDD;
		 background-color: #52ADE6;
		 font-family: Verdana, Helvetica, Arial, Sans Serif;
		 font-size: 10pt;
		 color:#000000;
		 }
h2 {
	 font-size:12pt;
	 }
h3 {
	 font-size:11pt;
	 }	 
a {
	color:#000000;
	}
a:hover {
				color:#FE2020;
				}
img {
		border:0px;
		}
p {
	width:400px;
	}
input {width:300px;}
textarea {width:300px;}

#container {
					 width:100%;
					 heigth:100%;
					 text-align:center;
}
#wrapper {
		 background-image: url("../img/background.gif");
		 background-repeat: repeat-y;
		 width:930px;
		 margin:auto;
		 text-align:left;
}

#head {
			position:relative;
			top:0px;
			left:15px;
			width: 900px;
			height: 133px;
			background: url("../img/row.gif") 0px 18px;
}

#top {
				height: 110px;
				position:absolute;
				top:0px;
				left:235px;
				width: 665px;				
				background-image: url("../img/top_back.gif");
}
#topnav {
				position:relative;
				top:85px;
				left:20px;
				color:#eeeeee;
				font-weight:600;
}
#nav {
		 float:left;
		 width: 234px;
}
#main {
			background-image: url("../img/background.gif");
		  background-repeat: repeat-y;
		  width:930px;
			padding-left:15px;
			float:left;
}

div.button {
					 background-image: url('../img/button_back.gif');
					 height: 23px;
					 padding-left:25px;
					 padding-top:2px;
					 width:207px;
					 float:left;
					 font-weight:600;
					 }
a.but {
	color:#eeeeee;
	text-decoration:none;
	}
a.but:hover {
				color:#52ADE6;
				}


#content {
			float:left;
			background-color: #DDDDDD;
			background-image: url('../img/main_back.gif');
			background-repeat: repeat-x;
			padding:10px;
			padding-left:20px;
			width:635px;
			margin:auto;
			min-height: 500px;
			}
							 
#footer {
				clear:left;
				position: fixed;
				bottom: -1px;
				height:16px;
				width:900px;
				background-image: url('../img/footer_back.gif');
				text-align:right;
				padding-top:3px;
				font-size:8pt;
				}
				
.clear {clear:both;}

.success {color:#009000;
				 font-weight:600;}
.error {color:#ff0000;
			 font-weight:600;}
td.info{font-size:0.8em;
				color:#777777;}

