@import url(leftmenu.css);
@import url(rightmenu.css);

body {
	background: #000066;
}

body, * {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
}

#header1 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 750px;
	height: 89px;
	background: url(images/header1.jpg);
}

#header2 {
	position: absolute;
	top: 99px;
	left: 10px;
	width: 750px;
	height: 25px;
	background: url(images/header2.jpg);
	border-bottom: 1px solid #ffffff;
}

#topmenu {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #ffffff;
}

#topmenu a {
	color: #ffffff;
	text-decoration: none;
}

#topmenu a:hover {
	text-decoration: underline;
}

#col1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	background: #9999cc;
}

#col2 {
	position: relative;
	top: 0px;
	left: 180px;
	width: 390px;
	background: #ffffff;
}

#col3 {
	position: absolute;
	top: 0px;
	left: 570px;
	width: 180px;
	background: #cccccc;
}

#container {
	position: absolute;
	top: 124px;
	left: 10px;
	width: 750px;
	background: url(images/background.gif) repeat-y;
}

#footer div {
	font-size: 10px;
	color: #999;
	border-top: 1px solid #ccc;
	margin: 5px;
}

#footer a {
	font-size: 10px;
	background: #f90;
	color: #fff;
	padding: 0px 2px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#content {
	margin: 5px;
}

#content h1 {
	font-size: 14px;
	color: #ff9900;
}

#rightcontent, #rightmenu {
	padding: 5px;
/*	border-bottom: 1px solid #ffffff;*/
}

.csc-textpic-caption {
	font-size: 10px;
}

.csc-textpic-below img {
	padding-bottom: 5px;
}
