﻿/* CSS layout */

/*	
The following two styles specify the standard color schemes for this website 
	The ".rose_background" style is generally not needed because it is the default specified 
	in the "div#page_container" style. If the ".rose_background" style is changed, the color 
	scheme in the "div#page_container" style must be changed accordingly.
*/
.rose_background{	
	color:           #281665;
	background-color: #ffe5e5;
}
.blue_background {
	color: #660033;
	background-color: #cecfff;
}
/* End of standard color scheme styles */

p.contact_link {
	font-size: 18px;
	line-height: 100%;
	text-align: center;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px; 
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	border-width: 0px;
}

div#page_container{
	position: relative;
	width:700px;
	margin: 0px auto;
	padding: 0px;
	border-width: 0px;
	text-align: center;
	color: #28166f;
	background-color: #ffe5e5;
}
div#top_nav {
	position: relative;
	border-style: solid;
	border-width: 10px 10px 1px 10px;
	border-color: #660033;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #505050;
	letter-spacing: 0;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
}
span.current_link{
	color:       #660000;
	font-weight: bold
}
a {
	color:           #281665;
	text-decoration: none;
}
a:hover {
	color:   #FF0000;
	text-decoration: none;
}

div#head {
	position: relative;
	border-style: none solid solid solid;
	border-width: 0px 10px 10px 10px;
	margin: 0px;
	height: 64px;
	padding: 0px;
	border-right-color: #660033;
	border-left-color: #660033;
	border-bottom-color: #660033;
}
img#header_vonik_text {
	position: absolute;
	top: 5px;
	left: 10px;
}
div#footer {
	border: 10px solid #660033;
	position: relative;
	margin: 0px;
	padding: 10px;
	left: 0px;
	line-height: normal;
	text-align: center;
}
