@charset "utf-8";
/* formatting style
---------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
	background-image: url(image/bg.jpg);
	background-repeat: repeat-x;
	background-color: #C2CAD8;
}
hr {
	display: none;
}
/* link style
---------------------------------------------*/
a img {
	border: none;
}
a:link {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
	background-color: #CECEFF;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
---------------------------------------------*/
	

#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
}
#main {
	padding: 15px 10px 10px 0px;
	float: right;
	width: 580px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	background-color: #333333;
	color: #FFFFFF;
}
#header {
	background-image: url(image/profilebg.gif);
	background-repeat: no-repeat;
	height: 205px;
	border-top: 3px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	background-color: #FFFFFF;
	position: absolute;
	left: 1px;
	top: 184px;
	width: 854px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	text-align: center;
	display: block;
	height: 1.5em;
	width: 139px;
	border-top: 1px solid #FFCC99;
	border-bottom: 1px solid #999999;
	border-left: 3px solid #FFFFFF;
}
#header ul li#nHome a {
	border-left: none;
}
/* sidebar style
---------------------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
	margin-top: 15px;
}
#sidebar #menu {
	margin-bottom: 15px;
}
/* main style
---------------------------------------------*/
#main h2 {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(image/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 3em;
	border-top: 3px solid #330066;
	border-bottom: 1px dotted #666666;
	left: 3em;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main #news dt {
	margin: 0px 0px 10px;
	width: 5em;
	padding-left: 30px;
	font-weight: bold;
	background-image: url(image/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	float: left;
}
#main #news dd {
	margin: 0px 0px 10px 4em;
}
/* footer style
---------------------------------------------*/
#footer ul li a {
	color: #FFFFFF;
}
#footer ul li a:hover {
	color: #666666;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
#header ul li a:hover {
	background-color: #000000;
}
#home #header #nHome a, 
#website #header #nWebsite a,
#contents #header #nContents a, 
#maintenance #header #nMaintenance a,
#profile #header #nProfile a, 
#contact #header #nContact a {
	color: #FFFFFF;
	background-image: url(image/websitebg.gif);
	background-color: #000000;
}
#website #header {
	background-image: url(image/websitebg.gif);
	background-color: #000000;
}
#contents #header {
	background-image: url(image/contentsbg.gif);
	background-color: #000000;
}
#maintenance #header {
	background-image: url(image/maintenancebg.gif);
	background-color: #000000;
}
#profile #header {
	background-image: url(image/profilebg.gif);
	background-color: #000000;
}
#contact #header {
	background-image: url(image/contactbg.gif);
	background-color: #000000;
}
#home #main h2 {
	padding: 0px;
	border: none;
}
#sidebar #bizu {
	border: 1px solid #999999;
	padding: 5px;
}
#main #puran {
	margin: 5px;
	padding: 10px;
	float: none;
}
#main #con {
	padding-top: 15px;
	padding-bottom: 15px;
}
#main #bizu {

	border: 1px solid #999999;
	padding: 5px;
}
#link #main {
	background-color: #FFFFFF;
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
a:visited {
	color: #000080;
}

