* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal 13px Verdana, Helvetica, sans-serif;
	color: #111;
}

textarea {	font: normal 13px Verdana, Helvetica, sans-serif; }

a{
	color:#990000;
	text-decoration:none;
}

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

h3 {
	font: normal 20px "Times New Roman" Helvetica, sans-serif;
	color:#A0aa11;

}

h4 {
	font: normal 22px "Times New Roman" Helvetica, sans-serif;
	color:#A0aa11;
}

/* Logo */

#logo {
	width: 760px;
	height: 144px;
	margin: 0 auto;
	padding: 0 0 1px 0;
	background: url(images/top.jpg) no-repeat;
}

#logo h1 {
	margin: 0;
	padding: 70px 0 0 120px;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: normal 48px "Times New Roman", Times, serif;
	font-style: italic;
	color:#F00;
}

#logo h2 {
	margin: -7px 0 0 0;
	padding: 0 0 0 135px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	color:#F00;	
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img_left.gif) no-repeat;
	border:solid 0px;
}

/* Content */

#content {
	height:100%;
	float: left;
	width: 400px;
	padding: 0 0 0 95px;
	border:solid 0px #F00;
}

#content .content {
	padding: 0px 20px 0px 20px;
	background: url(images/bg.jpg) repeat-x;
	border:solid 0px #f00;
	line-height: 26px;
}

#welcome {
	padding-bottom: 0px;
	margin-bottom: 3px;
	border:solid 0px #000;
}

#welcome ul{
	padding:0em 0em 0em 1em;
	list-style-type: square;
	color: #990000;
}


/* Sidebar */

#sidebar {
	height:300px;
	float: right;
	width: 200px;
	padding: 0px 61px 0 0px;
	background: url(images/img_right.gif) no-repeat right top #FFF;
	border:solid 0px #000;
}

/* Menu */

#menu {
	height:100%;
	padding-top: 0px;
	border:solid 0px #f00;
}

#navcontainer ul{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
	padding-top: 0px;
}

#navcontainer a{
	display: block;
	padding-top: 17px;
	padding-left: 58px;
	width: 142px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	height: 29px;
}

#navcontainer a:link, #navlist a:visited{
	color: #93B06B;
	text-decoration: none;
	margin:0em 0em 0em 0em;
}

#navcontainer a:hover {	
	background: url(images/menu.jpg) 0 -45px;
	color: #562930;
}

/* Footer */

#footer {
	width: 760px;
	height: 26px;
	margin: 0 auto;
	background: url(images/footer.gif) no-repeat;
	border:solid 0px;
}

#footer p {
	margin: 0px;
	font-size: 10px;
}

#footer .links {
	float: left;
	padding: 15px 0 0 97px;
	color: #A0aa55;
}

#footer .legal {
	float: right;
	padding: 15px 62px 0 0;
	color: #A0aa55;
}

#footer a {
	color: #A0aa55;
}


