/* Start of CMSMS style sheet 'S+B Style' */
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.01%;
        font-color: #333333;
	line-height: 1.35em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1.02em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
a, a:link a:active {
	text-decoration: none;
        font-weight: bold; 
	background-color: inherit;
	color: #009900;
}
a:visited {
	font-weight: bold; 
        text-decoration: strong;
	background-color: inherit;
	color: #009900;
}
a:hover {
	font-weight: bold; 
        text-decoration: strong;
	background-color: inherit;
	color: #333333;
}
h3 {
        font-weight: bold; 
        font-size:18pt;
        text-decoration: strong;
	background-color: inherit;
	color: #333333;
}


div.container {
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: 49px;
}

div.main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
}

div.menu_place {
	position: absolute;
	top: 00px;
	left: 10px;
	width: 300px;
	height: 150px;
	border: 0px solid;
	z-index: 5;
}

div.header {
	position: absolute;
	top: 120px;
	left: 200px;
	width: 420px;
	height: 150px;
	border: 0px solid;
	z-index: 4;
}
div.content {
	position: absolute;
	top: 270px;
	left: 200px;
	width: 420px;
	height: 75px;
	border: 0px solid;
	z-index: 3;
}
div.back {
	position: absolute;
	top: 430px;
	left: 200px;
	width: 411px;
	height: 75px;
	border: 0px solid;
	z-index: 3;
}

/* End of 'S+B Style' */

