@charset "utf-8";

/***
Global CSS styles
**/

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
}

#footer{
	position:absolute;
	top:1170px;
	margin:0 0 0 130px;
	border-top-width: thin;
	border-top-style: inset;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	text-align:center;
	line-height:130%;
}

#nav li{
	display:inline;
	padding-right:17px;
	padding-left:17px;
	font-size:70%;
}

#nav a {
	text-decoration:none;
	color:#999;
}

#nav a:hover{
	color:#000;
}

.copyright{
	font-size:60%;
}

.float_right{
	float:right;
}

.float_right_padtop{
	float:right;
	padding:25px 0 0 0;
}

.float_right_padtopright{
	float:right;
	padding:25px 80px 0 0;
}

.float_photo_right{
	float:right;
	padding:15px 0 0 15px;
}
	
.float_left{
	float:left;
}

.float_left_padtopleft{
	float:left;
	padding:60px 0 0 40px;
}

.float_photo_left{
	float:left;
	padding:15px 15px 0 0;
}
	
.clearfloat{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

