* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f1f1f1;
	font-family: Helvetica, Verdana, sans-serif, Arial;
	color: rgb(60,60,60);
	font-size: 13px;
}

#header {
	width: 680px;
	padding-left: 30px;
	padding-right: 10px;
	height: 60px;
	background-image: url("images/header.png");
	margin-left: 50px;
	color: white;
	font-size: 20px;
	line-height: 60px;
}

#login {
	display: none;
	width: 500px;
	padding-top: 10px;
	padding-left: 220px;
	padding-right: 0px;
	height: 40px;
	background-image: url("images/main.png");
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 700px;
	min-height: 550px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 50px;
	background-image: url("images/main.png");
}

#footer {
	width: 700px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url("images/header.png");
	height: 28px;
	margin-left: 50px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
}

#footer a {
	text-decoration: none !important;
	color: inherit !important;
}

#footer a:hover {
	text-decoration: underline !important;
}

#ads {
	position: absolute;
	top: 30px;
	left: 790px;
	width: 160px;
	height: 600px;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

#web_content {
	width: 660px;
	padding: 20px;
	min-height: 400px;
	margin-top: 0px;
}

.row {
	width: 660px;
	height: 160px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 15px;
}

.icon {
	width: 100px;
	height: 100px;
}

.button {
	margin-top: 10px;
	width: 100px;
	height: 26px;
	background-image: url("images/visit.png");
}

.text {
	width: 405px;
	height: 150px;
	float: right;
}

.sidebar {
	border-right: 1px solid #d9d9d9;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	width: 100px;
	height: 150px;
	float: left;
}

lable {
	font-weight: bold;
}

.sidebar a {
	color: #000000;
	text-decoration: none;
}

.sidebar a:hover {
	color: #000000;
	text-decoration: underline;
}

input {
	font-size: 12px;
}

textarea {
	width: 330px;
	height: 100px;
}

#menu {
	font-size: 13px;
	position: relative;
	top: 20px;
	border-top: 1px solid rgb(217, 217, 217);
	border-bottom: 1px solid rgb(217, 217, 217);
	width: 700px;
	height: 30px;
	margin-bottom: 20px;
}

#menu a {
	margin-left: 20px;
	line-height: 30px;
	float: left;
	color: black;
	text-decoration: none;

}

#menu a:hover {
	text-decoration: underline;

}

#login_buttom {
	position: relative;
	top: 10px;
	font-size: 12px;
	float: right;
	right: 20px;
}

#lable {
	width: 150px;
	float:left;
	font-size: 20px;

}

#input {
	width: 150px;
	float: left;

}

select {
	font-size: 20px;
}

a {
	color: rgb(50,80,140);
	text-decoration: none;

}

a:hover {
	text-decoration: underline;

}

ul {
	margin-left: 23px;
}

.red {
	color: red;
}

#update {
	border: 1px dashed rgb(60,60,60);
	padding: 10px;
	display: block;
	font-size: 14px;
}

.break {
	display: block;
	line-height: 8px;
}