@charset "UTF-8";
/* CSS Document */


html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: arial, helvetica, sans-serif;
	background-color: #CCC;
}

#background {
	position:absolute;
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#menu {
	background-image: url(../images/csimenu.png);
	margin: 0px;
	padding: 0px;
	height: 511px;
	width: 945px;
	position: absolute;
	z-index: 2;
	left: 25px;
	top: 25px;
	clear: both;
}
#profile, #projects, #links, #contacts  {
	margin: 0px;
	height: 130px;
	width: 108px;
	position: absolute;
	top: 201px;
	z-index: 3;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	list-style-type: none;
}

#profile {
	left: 163px;
	overflow: visible;
}

#projects {
	left: 312px;
	overflow: visible;
}

#links {
	left: 462px;
}

#contacts {
	left: 614px;
	text-align: left;
}
#profile p, #projects p, #contacts p, #links p {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #FFF;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#profile a, #contacts a {
	text-decoration: underline;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.updown {
	text-align: center;
	padding: 2px;
}

#container1, #container2 {
	overflow: hidden;
	position: relative;
	height: 120px;
	width: 108px;
}

#container3, #container4, #container5, #container6, #container7, #container8, #container9, #container10, #container11, #container12, #container13, #container14, #container15, #container16, #container17, #container18, #container19 {
	overflow: hidden;
	position: relative;
	height: 125px;
	width: 190px;
}
#container20 {
	overflow: hidden;
	position: relative;
	height: 125px;
	width: 560px;
}
#profile ul {
	font-size: 9px;
	color: #FFF;
	list-style-type: none;
	margin-left: 5px;
}
#bottomborder {
	margin: 0;
	padding: 0;
	z-index: 1;
	right: 0;
	bottom: 0;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: center;
}
#rightborder {
	background-image: url(../images/border_02.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 878px;
	width: 208px;
	position: absolute;
	z-index: 1;
	left: 1016px;
	top: 0px;
}
#enlarge {
	z-index: 5;
	left: 265px;
	top: 198px;
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
}
#enlarge img {
	margin: 0px;
	padding: 0px;
}
#bottomborder a {
	text-decoration: underline;
}
#bottomborder p {
	margin: 30px;
}
