
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/bg01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2 {
	margin-top: 0px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 { font-size: 23px; }

h2 { font-size: 16px; }

h3 { font-size: 12px; }

h3 span {
	padding: 0px 5px;
	background: #FFFFFF;
	color: #595959;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 170%;
}

/** LINKS */

a {
	text-decoration: none;
	color: #8C9100;
}

a:hover { text-decoration: underline; }

/** STYLES */

.style1 { }

.style1 a { }

.style1 a:hover { }

/** BACKGROUNDS */

.bg1 { }

/** MISC */

.align-justify { text-align: justify; }

.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage05.gif) repeat-x left top;
}

/** WRAPPER */

#wrapper { background: url(images/bg02.jpg) repeat-x left top; }

/** PAGE */

#page {
	width: 778px;
	padding: 0px 0px 0px 21px;
	background: url(images/bg1_01.jpg) no-repeat left top;
}

/** SIDEBAR */

#sidebar {
	width: 258px;
	background: url(images/homepage02.jpg) repeat-y left top;
}

/** MENU */

#menu { background: url(images/homepage03.jpg) no-repeat left top; }

#menu ul {
	margin: 0px;
	padding: 35px 0px 70px 20px;
	background: url(images/homepage04.jpg) no-repeat left bottom;
	list-style: none;
	line-height: normal;
}

#menu li {
	padding: 3px 0px 4px 11px;
	background: url(images/subpage01.jpg) no-repeat left bottom;
}

#menu a {
	display: block;
	width: 181px;
	height: 31px;
	padding: 6px 13px 0px 0px;
	text-align: right;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5D5D5D;
}

#menu a:hover, #menu .active a {
	background: url(images/subpage02.jpg) no-repeat left top;
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 444px;
}

/** FOOTER */

#footer {
	padding: 30px 0px 0px 307px;
	color: #AA9C80;
}

