@CHARSET "UTF-8";
/*FARRAH 2 BACKDOOR AND MORE - PIC GALLERY 1*/

/*
GLOBAL
-----------------*/
*{
	margin     : 0;
	padding    : 0;
	color      : #000;
	list-style : none;
}

a{
	width   : inherit;
	outline : none;
}

a img{
	border : none;
}

/* html {background: #black;} */
body{
	background : #ffffff url('wrapper_bg.jpg') center bottom no-repeat;
}

/*
STRUCTURE
-----------------*/
#wrapper {
	margin : 0 auto;
	width  : 982px;
	height: 1700px;
}

#maincontent{
	float  : left;
	width  : 980px;
	margin : 287px 0 0 0;
}

#footer{
	clear      : both;
	float		: left;
	width		: 100%;
	text-align : center;
	color      : #000;
	font       : 10px Verdana, Sans-serif;
	margin-top	: 40px;
}

ul.piclist{
	margin : 155px auto;
	width  : 720px;
}

ul.piclist li{
	float  : left;
	height : 200px;
	margin : 10px 15px 23px;
	width  : 150px;
}

ul.piclist li a{
	background : #fff;
	border     : 2px solid #ddd;
	display    : block;
	height     : 200px;
	width      : 150px;
}

ul.piclist li a:hover{
	border-color : #000;
}

/*
FORMATTING
-----------------*/
p{
	font  : normal 13px Verdana, Sans-serif;
	color : #000;
}


#footer p{
	font-size : 10px;
	color     : #000;
}


h1{
	float         : left;
	clear         : both;
	font          : bold 35px Arial, Sans-serif;
	text-align    : center;
	width         : inherit;
	margin-bottom : 20px;
}

h2{
	clear      : both;
	float      : left;
	font       : bold 42px Arial, Sans-serif;
	margin-top	: 10px;
	text-align : center;
	width      : inherit;
}


/* links */

h1 a:link, h1 a:visited{
	float           : left;
	clear           : both;
	color           : #e7338b;
	text-decoration : none;
}

h1 a:hover, h1 a:active{
	text-decoration : underline;
}

h2 a:link, h2 a:visited{
	float : left;
	clear : both;
	color : #e7338b;
	text-decoration : none;
}

h2 a:hover, h2 a:active{
	text-decoration : underline;
}

#footer{
	padding : 15px 0;
}

#footer a:link, #footer a:visited{
	color          : #000;
	text-transform : uppercase;
}

#footer a:hover, #footer a:active{
	text-decoration : none;
}