@charset "utf-8";

body{
	margin:auto 0px;
	background-color:#000;
	font-family:"Trebuchet MS";
	font-size:8pt;
}


.heading{
	color:#1EB9E2;
	font-size:40px;
	padding-top:50px;
}
.selected{
	background-image:url(../images/selected.gif);
	background-repeat:no-repeat;
	width:135px;
	height:59px;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold; 
}
.none{
	background-image:url(../images/none.gif);
	background-repeat:no-repeat;
	width:135px;
	height:59px;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
}
.none:hover{
	background-image:url(../images/selected.gif);
}
.text_box{
	width:250px;
	border:1px solid #CCC;
}
.bdy_txt{
	color:#A3A3A3;
	font-size:13pt;
	padding-left:50px;
}

a{
	color:#1EB9E2;
	text-decoration:underline;
}
p{
	text-align:justify;
}
ul li{
	display: inline;
}
img{
	border:0px;
}
.text{
	color:#1EB9E2;
	font-weight:bold;
}
.gray_area{
	background-image:url(../images/gray_bg.gif); 
	background-repeat:repeat-x;
	background-color:#272727;
}
.footer1{
	color:#1EB9E2;
	font-size:12px;
}
.footer2{
	color:#A3A3A3;
	font-size:12px;
}
.linkDemo a {
	background: #000000;
	color: #eeeeee;
	padding: 1px;
}
.linkDemo a.over {
	background: #555555;
	font-weight: bold;
}
#page {
	background-color:#efefef;
	width:600px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}
.less {
	color:#999;
	font-size:12px;
}
#thumbs {position:relative; overflow:hidden; height:160px; width:100%; border:0px solid black;}
#thumbarea {position:absolute; list-style:none; margin-top:-10px; margin-left:-40px; height:160px; width:9999px;}

#thumbs li {float:left; margin-right:5px; cursor:pointer}
#thumbs li a img{border:5px solid #1096ED;}

#portfolio td img{border:5px solid #1096ED;}
#menu td a{ text-decoration:none;}
#error{
	color:#FF0000;
	text-decoration:blink;
}
