/*

CoLoRZ!

*/

body {
	background-color: #870028;			/* background color of the page */
	color: #E5CCF2;						/* main text color */
}
#content {
	background-color: #3B005C;			/* content box color */
	border: 1px solid #FFFFFF;			/* content box border style (size and color) */
}
h1 span {
	color: #FAD348;				/* model's name (span) color */
	text-transform: uppercase;			/* values: uppercase or none (uppercase = ALL WORDS LOOK LIKE THIS */
}

h2 {
	text-transform: capitalize;			/* values: capitalize or none (capitalize = All Words Look Like This */
}
.thumbs span img {
	border: 1px solid #FFFFFF;			/* thumbnail border color */
}
#legalnotice {
	color: #EAEAEA;				/* legal notice text color */
}





/*

LiNkZ!

*/

#recip a {
	color: #FDA833;				/* color of the link in the recip div */
}
p#joinlink1 a {
	color: #FAD348;				/* joinlink1 color */
}
p#joinlink1 a:hover {
	color: #FFB200;				/* joinlink1 hover color */
}
p#joinlink2 a {
	color: #FAD348;				/* joinlink2 color */
}
p#joinlink2 a:hover {
	color: #FFB200;				/* joinlink2 hover color */ 
}
#webmasters a {
	color: #CCCCEC;				/* webmasters go here link color */
}
#webmasters a:hover {
	color: #FFFFFF;				/* webmasters go here link hover color */
}





/*

SiZE!

*/
						/* main width numbers (according to header size..) */
#recip {
	width: 762px;				
}
#content {
	width: 762px;				
}
#header {
	width: 762px;
}
#footer {
	width: 762px;
}








/*--------------------------------------------------------------------------------------------------------------------------------------------------*/




body {
	margin: 10px;
	padding: 8px;
	text-align: center;
	font-family: "Trebuchet ms", Verdana, Arial, Helvetica, sans-serif;	
}
#recip {
	margin-left: auto;
	margin-right: auto;
}
#content {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	margin-bottom: 30px;
}
#header img {
	border: 0px;
}
h1 {
	margin-bottom: 0px;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 5px;
}

.thumbs {
	margin-bottom: 20px;
}
.thumbs span {
	width: 100px;
	height: 150px;
	margin: 0px 14px;
}

p {
	margin-bottom: 20px;
	padding: 0px 75px;
	text-align: center;
	font-size: 12px;
	text-indent: 0px;
}
p#joinlink1 {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 75px;
}
p#joinlink2 {
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
p#joinlink1 a {
	text-decoration: underline;
}
p#joinlink2 a {
	text-decoration: underline;
}

#footer {
	margin-top: 20px; 
	margin-left: auto;
	margin-right: auto;
}
#webmasters {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 3px;
}
#webmasters a {
	text-decoration: underline;
}
#legalnotice {
	margint-bottom: 0px;
	font-size: 9px;
}

#footerpixcontent {
		 background-color: #3B005C;
		 width: 100%;
		 border: 1px solid #E5CCF2; 
		 
		 }

#footerpix {
		 margin-bottom: 5px; 
		 margin-left: 5px;
		 margin-right: 5px;
}
#footerpix span {
		 width: 100%;
		 height: 100%;

		 }

#footerpix span img {
		 border: 1px solid #E5CCF2;
		 margin-left: 5px;
		 }

#footerpixpromo {
		 color: #f3dae1;
		 background-color: #3B005C;
		 }

