/*

CoLoRZ!

*/

body {
	background-color: #03070F;			/* background color of the page */
	color: #003380;						/* main text color */
}
#content {
	background-color: #fbd9ff;			/* content box color */
	border: 2px solid #003391;			/* content box border style (size and color) */
}
h1 span {
	color: #D20200;						/* model's name (span) color */
}

.thumbs span img {
	border: 2px solid #003391;			/* thumbnail border color */
}
#legalnotice {
	color: #ffffff;						/* legal notice text color */
}
#newfooter {
	border: 0px
}




/*

LiNkZ!

*/

p#joinlink1 a {
	color: #AE2D6B;						/* joinlink1 color */
}
p#joinlink1 a:hover {
	color: #17ACF4;						/* joinlink1 hover color */
}
p#joinlink2 a {
	color: #AE2D6B;						/* joinlink2 color */
}
p#joinlink2 a:hover {
	color: #17ACF4;						/* joinlink2 hover color */ 
}
#webmasters a {
	color: #AF0D1F;						/* webmasters go here link color */
}
#webmasters a:hover {
	color: #17ACF4;						/* webmasters go here link hover color */
}





/*

SiZE!

*/
										/* main width numbers (according to header size..) */
#content {
	width: 745px;				
}
#header {
	width: 745px;
}
#footer {
	width: 740px;
}
#newfooter {
	width: 745px;
}







/*--------------------------------------------------------------------------------------------------------------------------------------------------*/




body {
	margin: 10px;
	padding: 8px;
	text-align: center;
	font-family: "Trebuchet ms", Verdana, Arial, Helvetica, sans-serif;	
}
#content {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	margin-bottom: 30px;
	text-align: center;
}
#header img {
	border: 0px;
}
#newfooter img{
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	margin-bottom: 0px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}

.thumbs {
	margin-bottom: 20px;
}
.thumbs span {
	width: 100px;
	height: 150px;
	margin: 0px 4px;
}

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;
}
