/*

CoLoRZ!

*/

body {
	background-color: #080400;			/* background color of the page */
	color: #D6D6D6;						/* main text color */
}
#content, #footercontent {
	background-color: #63285A;			/* content box + footer promo background color */
	border: 2px solid #FFFFFF;			/* content box + footer promo border style (size and color) */
}
h1 span {
	color: #FFFFFF;						/* 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: 2px solid #FFFFFF;			/* thumbnail border style (size and color) */
}
#legalnotice {
	color: #FFFFFF;						/* legal notice text color */
}



/*

LiNkZ!

*/

#recip a {
	color: #FFF300;						/* color of the recip link */
}
#recip a:hover {
	color: #FFFFFF;						/* hover color of the recip link */
}
p a {
	color: #FFF300;						/* joinlink1 color */
}
p a:hover {
	color: #FFFFFF;						/* joinlink1 hover color */
}
p#joinlink2 a {
	color: #FFF300;						/* joinlink2 color */
}
p#joinlink2 a:hover {
	color: #FFFFFF;						/* joinlink2 hover color */ 
}
#webmasters a {
	color: #FFF300;						/* webmasters go here link color */
}
#webmasters a:hover {
	color: #FFFFFF;						/* webmasters go here link hover color */
}
#legalnotice a {
	color: #FFF300;						/* legalnotice link color */
}
#legalnotice a:hover {
	color: #FFFFFF;						/* legalnotice link hover color */
}



/*

SiZE!

*/

#recip, #content, #header, #footer {
	width: 800px;						/* main width (according to header size..) */
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------*/

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: 5px;
}
#header img {
	border: 0px;
}
h1 {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 5px
}

.thumbs {
	margin-bottom: 10px;
	margin-top: 10px
}
.thumbs span {
	width: 550px;
	height: 309px;
	margin: 0px 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p {
	text-align: center;
	font-size: 14px;
	text-indent: 0px;
	margin-bottom: 1px;
	margin-top: 1px;
}
p#joinlink2 {
	padding: 0px 50px;
	font-size: 23px;
	font-weight: bold;
	font-style: normal;
}
p a {
	font-weight: bold;
	text-decoration: underline;
}
p#joinlink2 a {
	text-decoration: underline;
}

#footer {
	margin-top: 50px; 
	margin-left: auto;
	margin-right: auto;
}
#webmasters {
	margin-top: 10px;
	margin-bottom: 50px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 3px;
}
#webmasters a {
	text-decoration: underline;
}
#legalnotice {
	margint-bottom: 0px;
	font-size: 9px;
}