﻿@import url("layout.css");
body {
	font-family: "Arno Pro Smbd";
	font-size: medium;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: fixed;
}
#container {
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px #72664D solid;
	border-bottom: 2px #72664D solid;
	border-left: 2px #72664D solid;
	background-color: #fff;
	color: #FF0000;
}
#masthead {
	text-align: center;
	width: auto;
	padding: 10px;
	border: 1px #000000 none;
	background-image: url('../images/GURU22.small.png');
	background-repeat: no-repeat;
	background-attachment: inherit;
	position: static;
}
#navigation {
	background: #FFFFFF;
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px #72664D none;
}
#content {
	float: none;
	width: 586px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	color: #FFFFFF;
	left: 400px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px #d8bfd8 none;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px #fff none;
	background-color: #663333;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px #72664D none;
	background-color: #72664D;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	border: #72664D;
	color: #72664D;
}
#content img {
	padding: 5px;
	border: thick #72664D solid;
}
/* Footer Styles */
#footer p {
	color: #000000;
	background-color: #000000;
}
#footer a {
	color: #72664D;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}