@charset "utf-8";
/* formatting style
---------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
}
hr {
	display: none;
}

a:link {
	color: #003399;
	text-decoration: underline;
	font-family: sans-serif;
}
a:visited {
	color: #666666;
	text-decoration: underline;
	font-family: sans-serif;
}
a:hover {
	color: #0033FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 0px;
	top: 0px;
	right: 2px;
	bottom: 2px;
}

/* basic layout
-----------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 5px 15px 15px 10px;
	width: 628px;
	margin-bottom: 20px;
	float: right;
	height: auto;
}
#main h2 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-image: url(image/midasibar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
	padding-left: 10px;
	margin-top: 10px;
}

#sidebar {
	padding: 5px 15px 15px 10px;
	float: left;
	width: 170px;
	margin-bottom: 20px;
	clear: none;
}
#footer {
	padding: 5px;
	clear: both;
	color: #FFFFFF;
	background-color: #0000CC;
}
#header {
	margin: 0px;
}

#header ul {
	width: 858px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li  a {
	line-height: 2.0em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000CC;
	text-align: center;
	display: block;
	height: 2.0em;
	width: 170px;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px double #FF9933;
	border-left: 2px solid #FFFFFF;
}
#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#profile #header #nProfile a,
#works #header #nWorks a,
#contact #header #nContact a,
#link #header #nLink a
 {
	background-color: #87CEEB;
}

#header ul li a:hover {
	background-color: #66CCFF;
}
#sidebar {
	background-color: #FFFFFF;
}

#sidebar ul {
	margin-top: 15px;
	line-height: 2.5em;
	list-style: none;
	text-align: left;
	display: block;
	height: 2.5em;
}
#sidebar ul li a {
	color: #003399;
}
#sidebar ul a img {
	border-width: 0px;
	border-style: none;
}

#footer a {
	color: #FFFFFF;
	text-align: right;
	display: block;
}
div.news {height:100px;
		overflow:scroll}

/* srump layout
-----------------------------------*/
#works #main table td {
	margin: 0px;
	padding: 5px;
}

#main div.news {height:150px;
		overflow:scroll}