@import url("http://cssksw.com/soflute");

body {
	color: #e5e5e5;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #F1ECE6;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
}

#wrapper {
	background-image: url(images/content_bg.jpg);
	height: 100%;
	position: relative;
	margin-bottom: 0px;
	width: 451px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: -4px -5px 4px #CCC;
	-webkit-box-shadow: -4px -5px 4px #CCC;
}

a {
	text-decoration: none;
	border-style: none;
	color: #7e9ac8;
}

a:hover {
	text-decoration: underline;
}

img {
	border-style: none;
}

#head {
	padding: 0px;
	top: 0px;
	margin: 0px;
	height: 454px;
	width: 471px;
	background-image: url(images/head.jpg);
}

#content {
	padding-right: 85px;
	padding-left: 50px;
	color: #e5e5e5;
	min-height: 270px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}

#content h1 {
	font-size: 18px;
	color: white;
}

#content h2 {
	font-size: 16px;
}

#content h3 {
	font-size: 14px;
}

#content p {
	color: #e5e5e5;
}

#content ul {
	margin-left: 0px;
	padding-left: 25px;
}

#content ol {
	padding-left: 25px;
	margin-left: 0px;
}

#content li {
	margin-bottom: 5px;
}

#footer {
	font-size: 10px;
	padding-right: 55px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	color: white;
}

#navigation {
	text-align: right;
	left: -150px;
	top: 400px;
	width: 150px;
	position: absolute;
}

#navigation ul {
	list-style-type: none;
}
#navigation li {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

#navigation ul li span {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: white;
	font-size: 16px;
	background-color: black;
	-moz-box-shadow: -4px -2px 4px #BBB;
	-webkit-box-shadow: -4px -2px 4px #BBB;
}

#navigation ul li span:hover {
	background-color: #7e9ac8;
}

#navigation ul li span.nav_active {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: white;
	font-size: 16px;
	background-color: #7e9ac8;
}

#navigation a {
	text-decoration: none;
	color: white;
}

#images {
	left: 415px;
	top: 200px;
	width: 300px;
	position: absolute;
}

#images ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#images li {
	padding-top: 10px;
}