/* CSS Document */

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #9E9FA1 url(images/bg01.jpg) repeat-x left top;
}
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}
/** HEADINGS */

h1, h2, h3 {
	margin: 0px 0px 25px 0px;
	font-weight: normal;
	color: #73435C;
}
h1 {
	font-size: 22px;
	padding-bottom:6px;
	background-image:url(/css/images/h1-bg.gif);
	background-repeat:no-repeat;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #73435B;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
/** TEXTS */

body, th, td, input, textarea, select {
	color: #333;
	font: 10px Verdana, Geneva, sans-serif;
}
p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 8px;
}
/** LINKS */

a {
	color: #73425B;
}
a:hover {
	text-decoration: none;
}
/** BACKGROUNDS */

#bg1 {
	background: #73435B;  
	border-bottom: 2px solid #FFF;
	border-top: 5px solid #FFF;
}
#bg2 {
	background: #D5D6D8 url(/css/images/bgmenu.jpg) repeat-x left top;
}
img {
	border: none;
}
hr {
	border:none;
	background: #73435B;
	height:1px;
	color: #73435B;
	margin-top: -10px;
}
/** HEADER */

#header {
	width: 960px;
	height: 146px;
	margin: 0px auto;
	text-align: center;
	padding-top: 16px;
	color: #73435B;
}
/** MENU */

#menu {
	width: 960px;
	height: 62px;
	margin: 0px auto;
}
/** WRAPPER */

#wrapper {
	background: url(/css/images/bgmain.jpg) repeat-x left top;
}
/** PAGE */

#page {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	height: 510px;
}
#left {
	float: left;
	width: 270px;
}
/** CONTENT */

#mainContent {
	float: right;
	width: 690px;
	padding-top: 10px;
	height: 500px;
}
#textarea {
	width: 670px;
	height: 500px;
	overflow:auto;
	padding-left: 20px;
}
#logo {
	width: 690px;
	padding-top: 10px;
	height: 40px;
}
#content {
	float: right;
	width: 625px;
}
/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
	padding-top: 10px;
}
/** FOOTER */

#wrapperfooter {
	background: #9E9FA1;
}

#footer {
	width: 960px;
	margin: 0px auto;
	padding: 0px;

}
#footer p {
	padding: 25px;
	padding-left: 0px;
	text-align: left;
	color: #FFF;
}
#form1 {
	background: #ddd;
	margin: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #73435B;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#textfield {
	border: 1px solid #73435B;
	height: 15px;
	width: 190px;
}
#login {
	border: 1px solid #73425B;
	background: #73435B;
	color: #FFF;
	margin-top: 14px;
}

