/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFEF5 url(images/img01.gif);
	font-family: "±¼¸²","±¼¸²Ã¼";
	color: #767941;
}

h2, h3 {
	color: #F08F02;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.5em;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #F08F02;
	font-style: italic;
}

ul, ol {
	margin-left: 3em;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

pre, code {
}

pre {
}

code {
}

td{
	font-size: 9pt;
}

a:link {
	color: #F08F02;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

img {
}

.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

/* Header */

#header {
	height: 180px;
	padding: 0 0 0 330px;
	background: url(images/img02.jpg) no-repeat;
}

/* Logo */

#logo {
	height: 80px;
	padding: 100px 0 0 30px;
	background: url(images/img03.jpg) no-repeat;
/*	text-transform: lowercase; */
}

#logo ul {
	margin: 0;
	list-style: none;
}

#logo li {
	font-size: 9pt;
	font-weight: bold;
	display: inline;
}

#logo h1 {
	letter-spacing: -.1em;
	font-size: 2.5em;
	color: black;
}

#logo h2 {
	letter-spacing: -.05em;
	font-style: italic;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	margin-right: 100px;
	background: url(images/img05.jpg) repeat-y 330px 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 330px;
}

/* Content */

#content {
	float: left;
	padding: 20px;
	width: 660px;
}
#content td{
	padding: 5px;
}
/* Menu */

#menu {
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 30px;
	padding: 12px 0 0 30px;
	background: url(images/img04.jpg) repeat-x;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	color: #767941;
}

#menu a:hover {
	color: #F08F02;
}

/* Testimonial */

#testimonial {
	font-size: .9em;
	padding: 20px;
}

#testimonial li{
	padding-bottom: 5px;
}

#testimonial blockquote {
	margin-left: 0;
}

#testimonial h2 {
	padding-left: 10px;
	font-size: 1.2em;
	text-transform: uppercase;
}

/* Welcome */

#welcome {
}

/* Footer */

#footer {
	padding: 50px 30px;
	background: url(images/img06.gif);
	color: #ADB07C
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: .8em;
}

#footer a {
	color: #ADB07C
}

