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

body{
	margin:0;
	padding:0;
	font: 75% Arial, san-serif;
	color:#FFF;
	background: #333 url("ImagesHome/TileBkg.jpg") repeat;
}
#wrapper{
	margin:0 auto;
	width:749px;
	padding:30px 0 0 0;
	}
#logo{
	background:url("ImagesHome/MasculineLogo.png") no-repeat center ;
	height:22px;
	width:184px;
	margin:25px 0 0 35px;
	padding:0;
	float:left;
	}
#navtop{
	float:left;
	padding:30px 0 0 10px;
	margin:0;
	width:400px;
	}
#sticker{
	position: absolute;
	top:-15px;
	left:700px;
	z-index:1;
	}
#navtop a:link, #navtop a:visited{
	font-family: Palatino,"Palatino Linotype", "Book Antiqua", serif;
	color:#555;
	text-decoration:none;
	font-size:20px;
	font-weight:normal;
	padding:0 0 0 10px;
	margin:0;
	}

#navtop a:hover{
	color: #999;
	text-decoration:none;
	}
#show{
	background:url("ImagesHome/PictureBKG.png") no-repeat top center;
	height:430px;
	width:749px;
	float:left;
	padding: 28px 0 0 44px;
	margin:0;
	}
.flash{
	padding:0;
	margin:0;
	width:700px;
	height:400px;
	}
#foot{
	color:#555;
	margin:0;
	padding:0px 0 25px 32px;
	float:left;
	width:749px;
	font-size:11px;
	}
#foot a:link, #foot a:visited{
	color:#555;
	text-decoration:none;
	font-size:11px;
	}

#foot a:hover{
	color:#ccc;
	text-decoration:none;
	}