*{
	padding:0;
	margin:0;
	font-size:12px;
	list-style:none;
}
body{
	overflow-y:scroll;
	background:#FFF url(images/body_bg.gif) fixed repeat;
	margin:10px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#666;
	line-height:1.45em;
}
:focus
{
	-moz-outline-style: none;
}
abbr{
	cursor:help;
}
a:link{
	color:#555;
	text-decoration:underline;
}
a:visited{
	color:#777;
	text-decoration:underline;
}
a:hover{
	color:#333;
	text-decoration:underline;
}
a:active{
	color:#C60;
	text-decoration:none;
}
h1{
	color:#999;
	background: transparent url(images/strippedbg.jpg) bottom center no-repeat;
	font-size:18px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	font-style:italic;
	margin: 0;
	padding:8px 0 8px 83px;
	border: 1 dotted #F3F3F3;
}
h1 a{
	font-size:100%;
	text-decoration:none !important;
}
.clear{
	clear:both;
}
.loader{
	background:transparent url(images/loading_bg.png) top left repeat;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:0;
	padding:0;
	z-index:1000;
}
.loader h1{
	color:#CCC;
	width:100%;
	margin:30% 0;
	text-align:center;
	border:none;
	font-size:32px;
	background:none;
}
.loader h1 img{
	vertical-align:bottom;
}
.wrap{
	width:520px;
	margin:0 auto;
}
.hd{
	padding:10px 0 0;
	height:90px;
	background:transparent url(png/hd_bg.png) top center no-repeat;
}
.menu{
	text-align:center;
	background:transparent url(png/menu_bg.png) top center repeat-y;
}
.bd{
	margin:0;
}
.ft{
	height:100px;
	background:transparent url(png/ft_bg.png) top center no-repeat;
}
.inner{
	margin:0 10px;
	padding:20px 10px;
	clear:both;
}
.inner table{
	float:right;
	width:400px;
	border:2px dashed #f0f0f0;
	border-width: 0 2px 2px 2px;
}
.inner table tr:nth-child(even) td{
	background: transparent url(images/strippedbg.jpg) center no-repeat;
}

.inner table td{
	padding:8px;
	vertical-align:top;
}
.menu .inner{
	border-top:1px solid #CCC;
}
.ft .inner{
	border-bottom:none;
	height:50px;
	text-align:right;
	padding:12px 10px 10px 10px;
}
.inner ul{
	margin: 0 0 0 0px;
}
.inner li{
	margin: 0 20px;
	list-style:disc;
}
.inner p{
	margin:10px;
}
#profile .inner p{
	margin: 10px 10px 0 80px;
	font-size:13px;
	line-height:1.45em;
	color:#999;
}
.menu a:link, .menu a:visited{
	margin:0 20px;
	color:#FFF;
	text-decoration:none !important;
	font-size:14px;
	text-shadow: #333 1px 1px 2px;
}
.menu a:hover{
	color:#FFF !important;
	text-decoration:none !important;
	font-size:14px;
	text-shadow: #333 1px 1px 2px;

}
.menu a:active{
	color:#C60 !important;
	text-decoration:none !important;
	font-size:14px;
	text-shadow: #333 0 0 0;

}
.menu p{
	display:inline;
	font-size:130%;
	margin:0 !important;
}
.bd img{
	float:left;
	clear:left;
	padding:0 20px 20px 10px;
}
.links{
	padding:1em 0 0 0;
	text-align:right;
}
.desc{
	color:#999;
}
.col2{
	width: 40%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	padding:10px;
}
.bd img.smallIcons{
	padding:0;
	float:none;
	vertical-align:text-top
}
#contact{
	line-height:1.8em;
}


#imageData #caption {
	color:#333333;
	font-size:100%;
	margin:5px 0 0;
}
#caption {
	font-weight:bold;
}
label{
	color:#666;
	display:block;
	text-align:right;
}
input, textarea{
	margin:5px 0 0;
	padding:3px;
	border:1px solid #666;
	float:left;
}
textarea{
	margin: 5px 0 5px 0
}
