/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/bg01.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 165%;
}

.text1 {
	text-transform: uppercase;
	font-size: 21px;
	color: #000000;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.text3 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 span {
	padding: 0px 5px;
	background: url(images/text3.gif) repeat left top;
}

.text4 {
/*	text-transform: lowercase;  */
	color: #000000;
}

.text5 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/** LINKS */

a {
	color: #ff6201;
}

a:hover {
	text-decoration: none;
}

a.link1 {
/*	text-transform: lowercase;  */
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

a.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg1.gif) repeat-x left top; }
.bg2 { background: url(images/bg2.jpg) no-repeat left top; }
.bg3 { background: url(images/bg3.jpg) repeat-y left top; }
.bg4 { background: url(images/bg4.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

.img3 {
	text-align: center;
	margin: 10px 10px 10px 10px;
}

.img4 {
	float: left;
	margin: 3px 25px 0px 0px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.bevel1 {
	border-width: 2px;
	border-bottom-color: #818001;
	border-left-color: #C0BF02;
	border-right-color: #818001;
	border-top-color: #C0BF02;
	border-style: solid;
	float: left;
	margin: 3px 15px 0px 0px;
}

.bevel2 {
	border-width: 2px;
	border-bottom-color: #818001;
	border-left-color: #C0BF02;
	border-right-color: #818001;
	border-top-color: #C0BF02;
	border-style: solid;
	float: right;
	margin: 3px 0px 0px 15px;
}

.bevel3 {
	border-width: 2px;
	border-bottom-color: #818001;
	border-left-color: #C0BF02;
	border-right-color: #818001;
	border-top-color: #C0BF02;
	border-style: solid;
	text-align: center;
	margin: 10px 10px 10px 10px;
}

#footpics {
	width: 100%;
	border: 0;
	padding: 0;
}

#footpics td {
	text-align: center;
}

/** BASIC */

html, body {
	height: 100%;
}

.widetitle, .title {
	padding: 0px 0px 30px 20px;
	background: url(images/bg6.jpg) no-repeat left bottom;
}

.widetitle {
	position: relative;
	float: left;
	width: 600px;
	margin-top: -20px;
}

.widecontent {
	padding: 0px 23px 0px 22px;
}

/** HEADER */

#header {
	width: 740px;
	height: 353px;
	margin: 0px auto;
	background: url(images/logo/random.php) no-repeat right bottom;
}

/** LOGO */

#logo {
	float: left;
	width: 290px;
	height: 353px;
	background: url(images/bg03.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	display: none;
}

/** MENU */

#menu {
	float: left;
	width: 365px;
	height: 34px;
	padding: 75px 0px 0px 85px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 4px 0px 0px;
	background: url(images/spacer.gif) no-repeat left center;
}

#menu li.first a {
	padding-left: 0px;
	background: none;
}

/** PAGE */

#page {
	width: 620px;
	margin: 0px auto;
	padding: 0px 60px;
}

/** CONTENT */

#content {
	float: right;
	width: 354px;
	padding: 0px 23px 0px 15px;
}

#content .title {
	margin-left: -15px;
	margin-right: -23px;
	padding-left: 15px;
	background-image: url(images/bg03.gif);
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 190px;
	padding: 0px 15px 0px 21px;
}

#sidebar .title {
	margin-left: -21px;
	margin-right: -15px;
	padding-left: 21px;
	background-image: url(images/bg02.gif);
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

/** FOOTER */

#footer {
	width: 740px;
	height: 100px;
	margin: 0px auto;
}

#footer p {
	margin: 0px;
	padding: 35px 0px 0px 340px;
}