﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("../images/background_tile.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #369;
}
#container {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
	background-color: #fff;
}
#ssuris {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/Syndrams_Suris_Banner.gif");
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #800080;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* SSuris */
.style1 {
	color: #000080;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px #4A004A solid;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #800080;
	border: 1px solid #000;
	background-color: #CDBF5F;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */

h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
	font-family: "Century Schoolbook";
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
	font-family: "Century Schoolbook";
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
.style3 {
	color: #0000FF;
	font-size: medium;
}

/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #640064;
	text-decoration: underline;
}
a:hover {
	color: #B9A939;
	text-decoration: none;
}

.style_italic {
	font-style: italic;
}.style2 {
	font-size: medium;
	color: #0000FF;
}




