body {
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;

	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}


#header {
	width: 800px;
	margin: 10px auto 0px auto;
}

	#nav {
		float: right;
	}
	#nav ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
	}
	#nav li {
		display: inline;
		margin-left: 15px;
	}
	#nav a {
		text-decoration: none;
		font-family: Verdana;
		font-size: 11px;
	}
	#nav a:hover {
		color: #cc0000;
	}



#main {
	width: 800px;
	min-height: 200px;
	margin: 20px auto 0px auto;
	overflow: hidden;

}
	#main #intro {
		float: left;
		margin: 10px 0px 0px 0px;
		margin-bottom: 30px;
	}


#box {
	margin: 15px auto 0px auto;
	height: 220px;
	background: url('../images/box.gif') repeat-x;
}

#box_content {
	overflow: hidden;
	width: 800px;
	margin: 0px auto 0px auto;
}
	#logo {
		width: 45%;
		float: left;
	}
		#logo span {
			margin-left: 25px;
			font-family: Arial;
			font-size: 13px;
			color: #ffffff;
		}
	#info {
		width: 45%;
		float: right;
		margin-top: 50px;
	}

#box #txt {
	margin: 15px 0px 10px 5px;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
}

#title_header {
	float: left;
}


#content {
	padding: 20px 20px 0px 20px;
}

#footer {
	width: 750px;
	margin: 25px auto 0px auto;
	padding: 20px 0px 10px 0px;

	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #D4D9E0;

	text-align: center;
	color: #666666;
}

	#footer_nav a {
		margin: 0px 10px 0px 10px;
	}


/* =============================================== */


.bold_link {
	font-weight: bold;
}
.red {
	color: #cc0000;
}

.priv {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #3A7085;
}
/* =============================================== */

a {
	color: #377085;
}
	a:hover {
		text-decoration: none;
		color: #222222;
	}

img {
	border: 0px;
}

h1,h2,h3 {
	font-family: Arial;
	font-size: 18px;
	color: #377085;

	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

label {
	font-weight: bold;
}
.label label {
	width: 150px;
	float: left;
	font-weight: bold;
}
	.label br {
		clear: both;
	}

.button {
	font-size: 12px;
	padding: 3px;
	width: 75px;
}


.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

#errors {
	color: #ff0000;
	line-height: 18px;
}

.line {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #cecece;

	margin: 10px 0px 10px 0px;
}


.left {
	float: left;
}
.right {
	float: right;
}


.invisible {
	visibility: hidden;
	display: none;
}
.visible {
	visibility: visible;
	display: block;
}
.space {
	margin-left: 30px;
}

#info {
	float: right;
}

.file {
	margin-bottom: 5px;
}

#upload {
	width: 360px;
	float: left;
	background: #92CEDF;
}
#box-ad {
	float: right;
	width: 360px;
	height: 292px;
	background: #FFFFFF;
}
	#box-ad .g {
		margin: 150px 0px 0px 45px;
	}
#upload-bot {
	width: 360px;
	height: 8px;
	background: url('../images/upload-bot.gif') no-repeat;
}
#upload-mid {
	padding: 10px;
}
#upload-top {
	width: 360px;
	height: 8px;
	background: url('../images/upload-top.gif') no-repeat;
}
	#upload h1 {
		margin: 0px;
	}

#files {
	width: 300px;
}

#upload input {
	font-family: Verdana;
}

#upload .file_x {
	margin-left: 10px;
}
	#upload a {
		color: #377085;
		font-weight: bold;
		font-size: 'Trechet MS';
		font-size: 16px;
		text-decoration: none;
	}
	#upload .add {
		color: #F04D4E;
		font-weight: bold;
		font-size: 17px;
	}


#upload_msg {
	margin-left: 3px;
	color: #cc0000;
	font-weight: bold;
}

#home_footer {
	text-align: right;
}

	#home_footer .left {
		margin-top: 75px;
	}

#upload_button {
	float: right;
	margin-right: 60px;
}
