 html, body 
 {
 	height: 500px;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/bak.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2B2B2B;
}

h1 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #7D1A07;
}

/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #7D1A07;
	background: #ffffff
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
	color: #7D1A07;
}

#menu b {
	text-decoration: none;
}

/* Logo */

#head {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(images/head.jpg)
}

#head2 {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(images/head2.jpg)
}

#head3 {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(images/head3.jpg)
}

#head4 {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(images/head4.jpg)
}

#head5 {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(images/head5.jpg)
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/bak2.gif) repeat-y;
	height: 100%;
}

#page2 {
	width: 760px;
	margin: 0 auto;
	background: url(images/spacer.gif) repeat-y;

}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

#content2 {
	float: center;
	width: 760px;
	padding: 20px 30px 20px 50px;
}

/* Right */

#right {
	float: right;
	width: 200px;
	padding: 20px;
}

#right blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/quotationmark.gif) no-repeat right bottom;
	border-left: 5px solid #7D1A07;
}

#right blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#footer	{
	float: center;
	color:#FFFFFF; 
	font-weight:normal; 
	text-decoration:none; 
	text-align:center; 
}
