@charset "utf-8";
/* formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link style 
--------------------------------*/
a img {
	border-style: none;
}
a:link  {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* bacic layout 
--------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	margin: 0px auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/* header styles 
--------------------------------*/
#header {
	background-repeat: no-repeat;
	height: 255px;
	border-top: 3px solid #0033FF;
	background-image: url(header_pict_01logo.jpg);
	position: relative;
}
#header#logo {
	position: absolute;
	right: 15px;
}

#profile #header {
	background-image: url(header_pict_02logo.jpg);
}
#works #header {
	background-image: url(header_pict_03logo.jpg);
}
#contact #header {
	background-image: url(header_pict_04logo.jpg);
}


#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}

#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 212px;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}
#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 {
	color: #FFFFFF;
	background-color: #828CA7;
}


/* main styles 
--------------------------------*/
#main h2 {
	font-size: 120%;
	font-weight: bold;
	padding: 4px 0px;
	border-top: 3px solid #0066CC;
	border-bottom: 1px dotted #666666;
	background-image: url(dot.gif);
	background-repeat: no-repeat;
	background-position: 370px center;
	margin: 0px 0px 15px;
}
#main h3 {
	font-size: 110%;
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
#main img {
	padding: 5px 5px 20px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
	margin-left: 40px;
}


#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	clear: left;
	float: left;
	width: 5em;
	margin-bottom: 10px;
	padding-left: 50px;
}

/* footer styles 
--------------------------------*/
#main #news dd {
	margin: 0px 0px 10px 6em;
}
#footer ul li a {
	color: #CCCCCC;
}
#footer li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
/* table 
--------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-collapse:collapse;
	border-left-style: none;
	margin-left: 200px;
}
#main table th {
	text-align: center;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
/* pict style 
--------------------------------*/
