/* LAYOUT */

body {
	margin: 0px auto;
	padding: 0px;
	width: 788px;
	
	background-color: #1C97FF;
	background-image: url(/photo-gallery/reality-kings/images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
			
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

* html #container {
	margin-left: 1px;

}

#header-link {
	font-size: 11px;
	letter-spacing: 1px;
}

#header-link a:link {
	color: #000000;
	text-decoration: underline;
}

#header-link a:visited {
	color: #000000;
	text-decoration: underline;
}

#header-link a:hover {
	color: #ffffff;
	text-decoration: none;
}

#header-link a:active {
	color: #ffffff;
	text-decoration: underline;
}

#intro-title {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

#intro-text {
	font-size: 11px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}

#link2-bg {
	background-image: url(/photo-gallery/reality-kings/images/01v2link2_01.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 190px;
}

#link2-title-bg {
	background-image: url(/photo-gallery/reality-kings/images/01v2link2_03.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 87px;
}

#link2-title {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: #1C97FF;
}

.red {
	color: #FF0000;
}

#link2-text {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#join {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

#join a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#join a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#join a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#join a:active {
	color: #B8DFFF;
	text-decoration: underline;
}

/* end of LAYOUT */



/* MISC */

.highlight img {
	border: 5px solid #B8DFFF;
	margin: 5px;
}

.highlight:hover img {
	border: 5px solid #FFFFFF;
}

.highlight:hover {
	color: #FFFFFF; /* Dumb definition for MSIE */
}

/* end of MISC */



/* GLOBAL LINKS */

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

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

a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* end of GLOBAL LINKS */
