@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--

html, body{height:100%;} 
html,body {margin:0;padding:0}

body,td,th {
	
	color: #F33;
}
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


#outer {
    min-height:100%;
}
* html #outer {/* ie6 and under only*/
    height:100%;
}

.mainbody A img {border:none;}

.mainbody A:link {color:#00FFFF}
.mainbody A:visited {color:#00FFFF}
.mainbody A:hover {color:#ffffff}



.copylinks A:link {text-decoration:none; color:#FFF;}
.copylinks A:visited {text-decoration:none; color:#FFF;}
.copylinks A:hover {text-decoration:underline; color:#fff;}

.tnlinks A:link {text-decoration:none; color:#FFF;}
.tnlinks A:visited {text-decoration:none; color:#fff;}
.tnlinks A:hover {text-decoration:none; color:#fff;}

.mainpage A:link {text-decoration:underline; color:#3300FF;}
.mainpage A:visited {text-decoration:none; color:#3300FF;}
.mainpage A:hover {text-decoration:none; color:#00FFFF;}

.detail img {
	margin-right:10px;
	margin-top:10px;
}

.mainbody #topbar{
	background-color:#3300FF;
	width:100%;
	color: white;
	height:90px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-size: x-small;
	position:fixed;
	z-index:2;
	left: 0px;
	top: 0px;
}

.mainbody #portfolio{
	background-color:#FFF;
	z-index:0;
	width:auto;
	height:auto;
}

.mainbody #spacer{
	background-color:white;
	height:90px;
	width:100%;
}

.mainbody #description{
	background-color:white;
	height:auto;
	width: 400px;
	color: #3300FF;
	padding-top:20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-small;
	padding-left:10px;
	margin-bottom:10px;
	line-height: 140%;
}

.mainbody #footer{
	
	width:100%;
	height:auto !important;
	float: left;
	font-size: xx-small;
	color: #3300FF;
	padding-bottom:20px;
	padding-left: 10px;
	vertical-align: bottom;
	position: static;
	padding-top:15px;
		

}





.caption-top, .caption-bottom {
	color: #ffffff;
	padding: .7em;
	font-size: xx-small;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	cursor: default;
	border: none;
	background: #3300FF;
}
.caption-top {
   border:none;
}
.caption-bottom {
   border:none;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }








</style>