
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Gorgina;
	color: black;
}

h1, h2, h3 {
	color: black;
}

h1 {
}

h2 {
	margin-bottom: 1em;

	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
	
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
	color: black;
	text-align: justify;
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid black;
	font-style: italic;
	color: black
}

ul, ol {
	margin-left: 3em;
}

ul {
}

ul li {
	color: black;
}

ol {
}

ol li {
	color: black;
}

pre, code {
}

pre {
}

code {
}

a:link {
	color: black;
}

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 {
}


/* Content */

#content {
	width: 820px;
	margin: auto;
	background: black;
	margin-left: auto;
	margin-top: 15px;
}

/* Header */

#header {
	height: 151px;
	padding: 0 0 10px 200px;
	background: url(images/logo.jpg) no-repeat;
}

/* Logo */

#logo {
	height: 121px;
	margin-left: 10px;
	padding: 20px 0 20px 40px;
	background: #99FF66;

}

#logo h1 {
	float: left;
	letter-spacing: -.1em;
	font-size: 3em;
}

#logo h1 a {
	color: black;
}

#logo h2 {
	float: left;
	letter-spacing: -.05em;
	font-size: 2em;
	color: black;
}

#logo a {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	margin-right: 0px;
	background: #99FF66;
	margin-top: 10px;
}


/* Sidebar */

#sidebar {
	float: left;
	font-style: strong;
	width: 200px;
	margin-right: 10px;
}

/* Content */

#content {
	margin-left: auto;
	padding: 10px;


}

/* Menu */

#menu {
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 25px;
	padding: 10px 0 10px 40px;
	background: #99FF66;
	text-decoration: none;
	font-size: 1.7em;
	font-style: italic;
	color: black;
}

#menu a:hover {
	color: white;
}

/* Testimonial */

#testimonial {
	padding: 30px;
}

#testimonial blockquote {
	margin-left: 0;
}

/* Welcome */

#welcome {
	padding: 5px;
	margin-top: 10px;
	margin-left: 205px;
	font-family: arial;
}

/* Footer */

#footer {
	padding: 12px 260px;
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: .8em;
	text-decoration: none;
	color: white
}

#footer a {
	text-decoration: none;
	color: yellow
	
}


