
* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
}

h1, h2, h3 {
	color: white;
}

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: white;
	text-align: justify;
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid black;
	font-style: italic;
	color: white;
}

ul, ol {
	margin-left: 2em;
}

ul {
}

ul li {
	color: white;
	font-size: 1.2em;
}

ol {
}

ol li {
	color: white;
}

pre, code {
}

pre {
}

code {
}

a:link {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

a:visited {
color: black;
text-decoration: none;
}

img {
}

.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}

/* Content */

#content {
	width: 870px;
	margin: auto;
	background: black;
	margin-left: auto;
	margin-top: 15px;
}

/* Logo */

#logo {
	background: black;
}


/* Wrapper */

#wrapper {
	margin-right: 0px;
	background: url(images/menu.jpg);
}


/* Sidebar */

#sidebar {
	float: right;
	width: 223px;
	margin-top: -5px;
	background: black;
}

#sidebar ul {
	margin: 5px 2px;
	padding: 15px 15px 15px 15px;
	background: url(images/menu.gif) repeat-x;
	list-style: none;
	text-decoration: none;
}


#sidebar a {
	text-decoration: none;
	color: white;
}

#sidebar a :hover{
	color: yellow;
	text-decoration: none;
}

/* Content */

#content {
	margin-left: auto;
	padding: 10px;

}

/* Menu */

#menu {

}

#menu a {
	padding: 15px 28px 15px 27px;
	background: url(images/menu.gif) repeat-x;
	list-style: none;
	text-decoration: none;
	font-size: 1em;
	color: white;
}

#menu a:hover {
	color: yellow;
}

/* Testimonial */

#testimonial {
	padding: 30px;
}

#testimonial blockquote {
	margin-left: 0;
}

/* Welcome */

#welcome {
	padding: 5px;
	margin-right: 248px;
}

a {
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}
#olist {
	clear: both;
	background-color:#000;
	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;
}


/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	font-size: 1em;
	padding: 15px 15px;
	background: url(images/menu.gif) repeat-x;
	color: white;
}

.boxed .content {
	padding: 15px;
}

.boxed ol {
	margin-left: 15px;
	list-style-position: inside;
}


/* 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;
}

