@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
}
.root #container {
	width: 750px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #000000;
	border-left: 1px solid #5f5f5f;
	border-right: 1px solid #5f5f5f;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}
.root #header {
	background: #000000;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
}
.root #header p {
	padding: 0;
	margin: 0;
}
.jm_name {
	font-weight: bold;
	color: #FFFFFF;
}
.jm_location {
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.root #mainContent {
	padding: 10px 380px 30px 20px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #dddddd;
	min-height: 800px;
}
.bg1 {
	background-image: url(images/contentbg_1.jpg);
}
.bg2 {
	background-image: url(images/contentbg_2.jpg);
}
.root #footer {
	padding: 0;
	height: 70px;
	background-color: #333333;
}
.root #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer_left {
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 10px;
}
#footer_right {
	width: 250px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 10px;
}
#footer_logo {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}
#content_img {
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
}
.menuitem {
	padding-left: 35px;
	float: left;
	height: 30px;
}
#menubar {
	background-color: #000000;
	background-image: url(images/menubar_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
}
.newsitem {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4b4b4b;
	border-bottom-color: #4b4b4b;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.newsitem h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc1515;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
.newsitem  p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0.75em;
}
.pt_medium {
	padding-top: 30px;
}
.pt_small {
	padding-top: 10px;
}
.jalleenmyyjat p {
	padding-top: 15px;
	margin: 0;
}
.jalleenmyyjat a:link {
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	color: #cc1515;
}
.jalleenmyyjat a:visited {
	color: #cc1515;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}
#mainContent a:link {
	color: #cc1515;
	text-decoration: underline;
	font-weight: bold;
}
.newstext img {
	padding-left: 20px;
}

