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

html{
	height:100%;	
}

body{
	height:100%;
	background-color:#464646;
	background-image:url(../images/bg_gradient.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	color:#444;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

.wrapper{
	width:100%;
	height:100%;
}

.content{
	width:960px;
	height:100%;
	padding-top:27px;
	margin-left:auto;
	margin-right:auto;
}

.content p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#bbb;
	letter-spacing:3px;
	line-height:16px;
	padding:40px 40px 60px 40px;
	margin:0px;
	border-bottom:#555 1px dotted;
}

.content img{
	border:none;
	padding-top:60px;
	padding-bottom:0px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

iframe{
	border:none;
	padding-top:40px;
	padding-bottom:0px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


.topBar{
	background-image:url(../images/menu_gradient.jpg);
	width:100%;
	height:32px;
	top:0px;
	position:fixed;
	border-bottom:#888 thin solid;
}

.menuWrapper{
	width:960px;
	height:32px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

.menu{
	width:100%;
	height:20px;
	padding-top:12px;
	padding-left:42px;
	text-align:left;
}

.clear{
	clear:both;	
}

a img{
	float:left;
	margin-right:5px;
}

a:hover img{
	float:left;
	margin-right:5px;
}

.animDiv{
	width:100%;
	text-align:center;
	padding-top:40px;
}

a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	letter-spacing:3px;
	line-height:16px;
	text-decoration:none;	
}
a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#ccc;
	letter-spacing:3px;
	line-height:16px;
	text-decoration:none;	
}

