﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/edge.jpg");
	background-repeat:repeat-y;
	background-attachment: scroll;
	background-color:#F7D6F5;
}
#container {

	width: 875px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #ffccff;
}
#masthead {
	width: 850px;
	height:310px;
	padding: 10px;
	background-image: url("../images/kari1.jpg");
	background-repeat:no-repeat;
	background-attachment: scroll;
}

#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 850px;
	border: 1px dotted #000000;
}
/* Masthead Styles */
#masthead h1 {
	color: #ffffff;
	font-family:"Script MT Bold";
	font-size:45px;
	position:relative;
	top:50px;
	left:285px;
}
#masthead h3 {
	color: #ffffff;
	font-family:"Script MT Bold";
	font-size:25px;
	position:relative;
	top:50px;
	left:350px;

}
#blog h1 {
	color: #ffffff;
	font-family:"Script MT Bold";
	font-size:25px;
	position:relative;
	top:10px;
	left:105px;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h3,h4,h5,h6 {
	color: #503750;
}
#content h2 {
	color: #503750;
	font-size:20px;
}

#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style2 {
	margin-left: 9px;
	margin-right: 9px;
}
.style3 {
	text-align: justify;
}

.style4 {
	font-size: xx-large;
	text-align: center;
	border-width: 0;
}
.style1 {
	border-width: 0;
}
.style5 {
	text-align: center;
}
.style6 {
	font-size: medium;
	text-align: center;
	border-width: 0;
}
