
* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9FA8A5;
}

h1, h2, h3 {
	color: #9FA8A5;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	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: #9FA8A5;
	text-align: justify;
}

ul, ol {
	margin-left: 2em;
}

ul {
}

ul li {
	color: #9FA8A5;
}

ol {
}

ol li {
	color: #9FA8A5;
}

pre, code {
}

pre {
}

code {
}

a:link {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

a:visited {
color: black;
}

img {
}

img a:link{
	color: black;
	background: black;
}


.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}

/* Content */

#content {
	width: 1100px;
	margin: auto;
	background: black;
	margin-left: auto;
	margin-top: 15px;
}

/* Header */

#header {
	height: 135px;
	width: 330px;
	background: url(images/top.jpg);
}

#header h1 {
	float: left;
	letter-spacing: -.1em;
	font-style: italic;
	color: #9FA8A5;
	font-size: 3em;
}

#header h1 a {
	color: #9FA8A5;
}

#header h2 {
	float: left;
	letter-spacing: -.05em;
	font-style: italic;
	font-size: 1em;
	color: #9FA8A5;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

/* Logo */

#logo {
	height: 100px;
	padding: 25px 0 25px 415px;
	width: 800px;
	margin-right: 2px;
}


/* Wrapper */

#wrapper {
	margin-right: 0px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 223px;
	background: black;
}

#sidebar ul {
	padding: 15px;
	list-style: none;
	text-decoration: none;
}


#sidebar a {
	text-decoration: none;
	color: #9FA8A5;
}

#sidebar a :hover{
	color: white;
	text-decoration: none;
}

/* Content */

#content {
	margin-left: auto;
	padding: 10px;
}

/* Menu */

#menu {

}

#menu a {
	padding: 0 0 0 0;
	width: 50px;
	background: black;
	list-style: none;
	text-decoration: none;
	font-size: 1em;
	color: #9FA8A5;
}

#menu a:hover {
	color: white;
}

/* Testimonial */

#testimonial {
	padding: 30px;
}

#testimonial blockquote {
	margin-left: 0;
}

/* Welcome */

#welcome {
	width: 850px;
	padding: 5px;
	margin-left: 223px;
}

a {
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}
#olist {
	clear: left;
	float: left;
	width: 432px;
}

#olist a {
	color: white;
	text-decoration: none;
}

#olist a:hover {
	color: yellow;
	text-decoration: none;
}
#ulist {
	float: left;
	width: 432px;
	padding-left: 5px;
}

#ulist a {
	color: white;
	text-decoration: none;
}

#ulist a:hover {
	color: yellow;
	text-decoration: none;
}

/* Footer */

#footer {
	padding: 12px 260px;
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: 1;
	color: white
}

#footer a {
	color: yellow;
	text-decoration: none;
}


