
* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: Times New Roman;
	color: black;
	background: url(img/tlo.jpg) repeat-x;
}

h1, h2, h3 {
	color: black;
}

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: black;
	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;
}

ol {
}

ol li {
	color: white;
}

pre, code {
}

pre {
}

code {
}

a:link {
	color: yellow;
	text-decoration: none;
}

a:hover {
	color: yellow;
	text-decoration: none;
}

a:visited {
color: yellow;
}

img {
}

.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}

/* Content */

#content {
	width: 1100px;
	margin: auto;
	margin-left: auto;
	margin-top: 45px;
}

/* Logo */

#logo {
	background: black;
}


/* Wrapper */

#wrapper {
	margin-right: 0px;
	background: url(images/menu.jpg);
}

/* Welcome */

#welcome {
	padding: 5px;
	margin-right: 5px;
	height: 500px;
	background: url(img/bg.jpg) repeat-x;
}

a {
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

/* Footer */

#footer {
	padding: 12px;
	margin-left: 122px; 
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: 1;
	color: white;
	font-family: Bauhaus 93;
}

#footer a {
	color: yellow;
	text-decoration: none;
	font-family: Bauhaus 93;
}

